Skip to content

Commit

Permalink
Bump package versions for release 2019-04-17
Browse files Browse the repository at this point in the history
  • Loading branch information
aziot-bld-01 committed Apr 17, 2019
1 parent f7daca5 commit 651ff1a
Show file tree
Hide file tree
Showing 27 changed files with 123 additions and 123 deletions.
2 changes: 1 addition & 1 deletion build/tools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
},
"homepage": "https://github.com/azure/azure-iot-sdk-node#readme",
"dependencies": {
"azure-iothub": "1.9.5",
"azure-iothub": "1.9.6",
"chalk": "^1.1.3",
"pem": "^1.14.2",
"yargs": "^4.7.1"
Expand Down
4 changes: 2 additions & 2 deletions common/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "azure-iot-common",
"version": "1.9.5",
"version": "1.9.6",
"description": "Common components shared by Azure IoT device and service SDKs",
"author": "Microsoft Corporation",
"license": "MIT",
Expand Down Expand Up @@ -41,4 +41,4 @@
"url": "https://github.com/Azure/azure-iot-sdk-node/issues"
},
"homepage": "https://github.com/Azure/azure-iot-sdk-node#readme"
}
}
6 changes: 3 additions & 3 deletions common/transport/amqp/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "azure-iot-amqp-base",
"version": "2.2.5",
"version": "2.2.6",
"description": "AMQP operations used by Azure IoT device and service SDKs",
"author": "Microsoft Corporation",
"license": "MIT",
"main": "main.js",
"typings": "index.d.ts",
"dependencies": {
"async": "^2.6.2",
"azure-iot-common": "1.9.5",
"azure-iot-common": "1.9.6",
"debug": "^4.1.1",
"lodash.merge": "^4.6.1",
"machina": "^4.0.1",
Expand Down Expand Up @@ -49,4 +49,4 @@
"url": "https://github.com/Azure/azure-iot-sdk-node/issues"
},
"homepage": "https://github.com/Azure/azure-iot-sdk-node#readme"
}
}
6 changes: 3 additions & 3 deletions common/transport/http/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "azure-iot-http-base",
"version": "1.9.5",
"version": "1.9.6",
"description": "HTTP operations used by Azure IoT device and service SDKs",
"author": "Microsoft Corporation",
"license": "MIT",
"main": "index.js",
"typings": "index.d.ts",
"dependencies": {
"azure-iot-common": "1.9.5",
"azure-iot-common": "1.9.6",
"debug": "^4.1.1",
"uuid": "^3.2.1"
},
Expand Down Expand Up @@ -42,4 +42,4 @@
"url": "https://github.com/Azure/azure-iot-sdk-node/issues"
},
"homepage": "https://github.com/Azure/azure-iot-sdk-node#readme"
}
}
6 changes: 3 additions & 3 deletions common/transport/mqtt/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "azure-iot-mqtt-base",
"version": "1.9.5",
"version": "1.9.6",
"description": "MQTT operations used by Azure IoT device and service SDKs",
"author": "Microsoft Corporation",
"license": "MIT",
"main": "main.js",
"typings": "index.d.ts",
"dependencies": {
"azure-iot-common": "1.9.5",
"azure-iot-common": "1.9.6",
"debug": "^4.1.1",
"machina": "^4.0.1",
"mqtt": "^2.18.8"
Expand Down Expand Up @@ -44,4 +44,4 @@
"url": "https://github.com/Azure/azure-iot-sdk-node/issues"
},
"homepage": "https://github.com/Azure/azure-iot-sdk-node#readme"
}
}
8 changes: 4 additions & 4 deletions device/core/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "azure-iot-device",
"version": "1.9.5",
"version": "1.9.6",
"description": "Azure IoT device SDK",
"author": "Microsoft Corporation",
"license": "MIT",
"main": "device.js",
"typings": "device.d.ts",
"dependencies": {
"azure-iot-common": "1.9.5",
"azure-iot-http-base": "1.9.5",
"azure-iot-common": "1.9.6",
"azure-iot-http-base": "1.9.6",
"azure-storage": "^2.10.2",
"debug": "^4.1.1",
"lodash": "^4.17.11",
Expand Down Expand Up @@ -49,4 +49,4 @@
"url": "https://github.com/Azure/azure-iot-sdk-node/issues"
},
"homepage": "https://github.com/Azure/azure-iot-sdk-node#readme"
}
}
10 changes: 5 additions & 5 deletions device/node-red/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "node-red-contrib-azureiothubnode",
"version": "0.4.9",
"version": "0.4.10",
"description": "An Azure IoT Hub node for node-red",
"author": "Microsoft Corp.",
"license": "MIT",
"dependencies": {
"azure-iot-device": "1.9.5",
"azure-iot-device-amqp": "1.9.5",
"azure-iot-device-http": "1.9.5",
"azure-iot-device-mqtt": "1.9.5"
"azure-iot-device": "1.9.6",
"azure-iot-device-amqp": "1.9.6",
"azure-iot-device-http": "1.9.6",
"azure-iot-device-mqtt": "1.9.6"
},
"node-red": {
"nodes": {
Expand Down
8 changes: 4 additions & 4 deletions device/samples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
"author": "Microsoft Corp.",
"license": "MIT",
"dependencies": {
"azure-iot-device": "1.9.5",
"azure-iot-device-amqp": "1.9.5",
"azure-iot-device-http": "1.9.5",
"azure-iot-device-mqtt": "1.9.5",
"azure-iot-device": "1.9.6",
"azure-iot-device-amqp": "1.9.6",
"azure-iot-device-http": "1.9.6",
"azure-iot-device-mqtt": "1.9.6",
"es5-shim": "^4.5.12",
"lodash": "^4.17.11"
},
Expand Down
8 changes: 4 additions & 4 deletions device/transport/amqp/package.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"name": "azure-iot-device-amqp",
"version": "1.9.5",
"version": "1.9.6",
"description": "AMQP transport for Azure IoT device SDK",
"author": "Microsoft Corporation",
"license": "MIT",
"main": "index.js",
"typings": "index.d.ts",
"dependencies": {
"async": "^2.6.2",
"azure-iot-amqp-base": "2.2.5",
"azure-iot-common": "1.9.5",
"azure-iot-device": "1.9.5",
"azure-iot-amqp-base": "2.2.6",
"azure-iot-common": "1.9.6",
"azure-iot-device": "1.9.6",
"debug": "^4.1.1",
"machina": "^4.0.1",
"rhea": "^1.0.2",
Expand Down
10 changes: 5 additions & 5 deletions device/transport/http/package.json
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
{
"name": "azure-iot-device-http",
"version": "1.9.5",
"version": "1.9.6",
"description": "HTTP transport for Azure IoT device SDK",
"author": "Microsoft Corporation",
"license": "MIT",
"main": "index.js",
"typings": "index.d.ts",
"dependencies": {
"azure-iot-common": "1.9.5",
"azure-iot-device": "1.9.5",
"azure-iot-http-base": "1.9.5",
"azure-iot-common": "1.9.6",
"azure-iot-device": "1.9.6",
"azure-iot-http-base": "1.9.6",
"debug": "^4.1.1",
"node-crontab": "^0.0.8"
},
"devDependencies": {
"@types/node": "8.9.4",
"azure-iothub": "1.9.5",
"azure-iothub": "1.9.6",
"chai": "^4.1.2",
"mocha": "^5.2.0",
"nyc": "^13.3.0",
Expand Down
8 changes: 4 additions & 4 deletions device/transport/mqtt/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "azure-iot-device-mqtt",
"version": "1.9.5",
"version": "1.9.6",
"description": "MQTT transport for Azure IoT device SDK",
"author": "Microsoft Corporation",
"license": "MIT",
"main": "index.js",
"typings": "index.d.ts",
"dependencies": {
"azure-iot-common": "1.9.5",
"azure-iot-device": "1.9.5",
"azure-iot-mqtt-base": "1.9.5",
"azure-iot-common": "1.9.6",
"azure-iot-device": "1.9.6",
"azure-iot-mqtt-base": "1.9.6",
"debug": "^4.1.1",
"machina": "^4.0.1",
"uuid": "^3.0.1"
Expand Down
14 changes: 7 additions & 7 deletions e2etests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,19 @@
"name": "azure-iot-e2etests",
"description": "Azure IoT end-to-end tests",
"author": "Microsoft Corporation",
"version": "1.9.5",
"version": "1.9.6",
"private": true,
"license": "MIT",
"main": "e2etests.js",
"dependencies": {
"@azure/event-hubs": "^1.0.8",
"async": "^2.6.2",
"azure-iot-common": "1.9.5",
"azure-iot-device": "1.9.5",
"azure-iot-device-amqp": "1.9.5",
"azure-iot-device-http": "1.9.5",
"azure-iot-device-mqtt": "1.9.5",
"azure-iothub": "1.9.5",
"azure-iot-common": "1.9.6",
"azure-iot-device": "1.9.6",
"azure-iot-device-amqp": "1.9.6",
"azure-iot-device-http": "1.9.6",
"azure-iot-device-mqtt": "1.9.6",
"azure-iothub": "1.9.6",
"azure-storage": "^2.10.2",
"bluebird": "^3.5.2",
"debug": "^4.1.1",
Expand Down
14 changes: 7 additions & 7 deletions edge-e2e/wrapper/nodejs-server-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@
"dependencies": {
"async": "^2.6.2",
"azure-event-hubs": "0.0.8",
"azure-iot-common": "1.9.5",
"azure-iot-device": "1.9.5",
"azure-iot-device-amqp": "1.9.5",
"azure-iot-device-http": "1.9.5",
"azure-iot-device-mqtt": "1.9.5",
"azure-iothub": "1.9.5",
"azure-iot-common": "1.9.6",
"azure-iot-device": "1.9.6",
"azure-iot-device-amqp": "1.9.6",
"azure-iot-device-http": "1.9.6",
"azure-iot-device-mqtt": "1.9.6",
"azure-iothub": "1.9.6",
"bluebird": "^3.3.0",
"connect": "^3.2.0",
"js-yaml": "^3.13.1",
Expand All @@ -31,4 +31,4 @@
"devDependencies": {
"jshint": "^2.9.2"
}
}
}
6 changes: 3 additions & 3 deletions provisioning/device/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "azure-iot-provisioning-device",
"version": "1.5.5",
"version": "1.5.6",
"description": "Azure Device Provisioning SDK device client",
"author": "Microsoft Corporation",
"license": "MIT",
"main": "index.js",
"typings": "index.d.ts",
"dependencies": {
"azure-iot-common": "1.9.5",
"azure-iot-common": "1.9.6",
"debug": "^4.1.1",
"machina": "^4.0.1"
},
Expand Down Expand Up @@ -42,4 +42,4 @@
"url": "https://github.com/Azure/azure-iot-sdk-node/issues"
},
"homepage": "https://github.com/Azure/azure-iot-sdk-node#readme"
}
}
22 changes: 11 additions & 11 deletions provisioning/device/samples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,17 @@
"author": "Microsoft Corporation",
"license": "MIT",
"dependencies": {
"azure-iot-device": "1.9.5",
"azure-iot-device-amqp": "1.9.5",
"azure-iot-device-http": "1.9.5",
"azure-iot-device-mqtt": "1.9.5",
"azure-iot-provisioning-device": "1.5.5",
"azure-iot-provisioning-device-amqp": "1.5.5",
"azure-iot-provisioning-device-http": "1.5.5",
"azure-iot-provisioning-device-mqtt": "1.5.5",
"azure-iot-security-symmetric-key": "1.5.5",
"azure-iot-security-tpm": "1.5.5",
"azure-iot-security-x509": "1.5.5",
"azure-iot-device": "1.9.6",
"azure-iot-device-amqp": "1.9.6",
"azure-iot-device-http": "1.9.6",
"azure-iot-device-mqtt": "1.9.6",
"azure-iot-provisioning-device": "1.5.6",
"azure-iot-provisioning-device-amqp": "1.5.6",
"azure-iot-provisioning-device-http": "1.5.6",
"azure-iot-provisioning-device-mqtt": "1.5.6",
"azure-iot-security-symmetric-key": "1.5.6",
"azure-iot-security-tpm": "1.5.6",
"azure-iot-security-x509": "1.5.6",
"rhea": "^1.0.2"
},
"engines": {
Expand Down
22 changes: 11 additions & 11 deletions provisioning/device/ts-samples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,17 @@
"author": "Microsoft Corporation",
"license": "MIT",
"dependencies": {
"azure-iot-device": "1.9.5",
"azure-iot-device-amqp": "1.9.5",
"azure-iot-device-http": "1.9.5",
"azure-iot-device-mqtt": "1.9.5",
"azure-iot-provisioning-device": "1.5.5",
"azure-iot-provisioning-device-amqp": "1.5.5",
"azure-iot-provisioning-device-http": "1.5.5",
"azure-iot-provisioning-device-mqtt": "1.5.5",
"azure-iot-security-symmetric-key": "1.5.5",
"azure-iot-security-tpm": "1.5.5",
"azure-iot-security-x509": "1.5.5"
"azure-iot-device": "1.9.6",
"azure-iot-device-amqp": "1.9.6",
"azure-iot-device-http": "1.9.6",
"azure-iot-device-mqtt": "1.9.6",
"azure-iot-provisioning-device": "1.5.6",
"azure-iot-provisioning-device-amqp": "1.5.6",
"azure-iot-provisioning-device-http": "1.5.6",
"azure-iot-provisioning-device-mqtt": "1.5.6",
"azure-iot-security-symmetric-key": "1.5.6",
"azure-iot-security-tpm": "1.5.6",
"azure-iot-security-x509": "1.5.6"
},
"scripts": {
"lint": "tslint --project . -c ../../../tslint.json",
Expand Down
24 changes: 12 additions & 12 deletions provisioning/e2e/package.json
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
{
"name": "azure-iot-provisioning-device-e2e",
"version": "1.5.5",
"version": "1.5.6",
"description": "E2E tests for the Azure Device Provisioning SDK",
"author": "Microsoft Corporation",
"license": "MIT",
"dependencies": {
"async": "^2.6.2",
"azure-iot-common": "1.9.5",
"azure-iot-provisioning-device": "1.5.5",
"azure-iot-provisioning-device-amqp": "1.5.5",
"azure-iot-provisioning-device-http": "1.5.5",
"azure-iot-provisioning-device-mqtt": "1.5.5",
"azure-iot-provisioning-service": "1.5.5",
"azure-iot-security-tpm": "1.5.5",
"azure-iot-security-x509": "1.5.5",
"azure-iot-security-symmetric-key": "1.5.5",
"azure-iothub": "1.9.5",
"azure-iot-common": "1.9.6",
"azure-iot-provisioning-device": "1.5.6",
"azure-iot-provisioning-device-amqp": "1.5.6",
"azure-iot-provisioning-device-http": "1.5.6",
"azure-iot-provisioning-device-mqtt": "1.5.6",
"azure-iot-provisioning-service": "1.5.6",
"azure-iot-security-tpm": "1.5.6",
"azure-iot-security-x509": "1.5.6",
"azure-iot-security-symmetric-key": "1.5.6",
"azure-iothub": "1.9.6",
"chai": "^4.2.0",
"debug": "^4.1.1",
"istanbul": "^0.4.5",
Expand Down Expand Up @@ -47,4 +47,4 @@
"url": "https://github.com/Azure/azure-iot-sdk-node/issues"
},
"homepage": "https://github.com/Azure/azure-iot-sdk-node#readme"
}
}
Loading

0 comments on commit 651ff1a

Please sign in to comment.