From a62cec13182645a332e4bf7c6edffe5da03dba37 Mon Sep 17 00:00:00 2001 From: Azure IoT Client Build Date: Mon, 16 Dec 2019 23:03:02 +0000 Subject: [PATCH] Bump package versions for release on 2019-12-16 --- build/tools/package.json | 4 ++-- common/core/package.json | 4 ++-- common/transport/amqp/package.json | 6 +++--- common/transport/http/package.json | 6 +++--- common/transport/mqtt/package.json | 6 +++--- device/core/package.json | 8 +++---- device/node-red/package.json | 10 ++++----- device/samples/package.json | 10 ++++----- device/transport/amqp/package.json | 10 ++++----- device/transport/http/package.json | 12 +++++------ device/transport/mqtt/package.json | 10 ++++----- e2etests/package.json | 16 +++++++------- provisioning/device/package.json | 6 +++--- provisioning/device/samples/package.json | 24 ++++++++++----------- provisioning/device/ts-samples/package.json | 24 ++++++++++----------- provisioning/e2e/package.json | 24 ++++++++++----------- provisioning/service/package.json | 8 +++---- provisioning/service/samples/package.json | 2 +- provisioning/transport/amqp/package.json | 10 ++++----- provisioning/transport/http/package.json | 10 ++++----- provisioning/transport/mqtt/package.json | 10 ++++----- security/symmetric/package.json | 6 +++--- security/tpm/package.json | 6 +++--- security/x509/package.json | 6 +++--- service/package.json | 10 ++++----- service/samples/package.json | 2 +- 26 files changed, 125 insertions(+), 125 deletions(-) diff --git a/build/tools/package.json b/build/tools/package.json index beaee732a..2370d2f40 100644 --- a/build/tools/package.json +++ b/build/tools/package.json @@ -18,9 +18,9 @@ }, "homepage": "https://github.com/azure/azure-iot-sdk-node#readme", "dependencies": { - "azure-iothub": "1.11.0", + "azure-iothub": "1.11.1", "chalk": "^1.1.3", "pem": "^1.14.2", "yargs": "^10.1.1" } -} +} \ No newline at end of file diff --git a/common/core/package.json b/common/core/package.json index 5aa6f45a9..105866d27 100644 --- a/common/core/package.json +++ b/common/core/package.json @@ -1,6 +1,6 @@ { "name": "azure-iot-common", - "version": "1.11.0", + "version": "1.11.1", "description": "Common components shared by Azure IoT device and service SDKs", "author": "Microsoft Corporation", "license": "MIT", @@ -42,4 +42,4 @@ "url": "https://github.com/Azure/azure-iot-sdk-node/issues" }, "homepage": "https://github.com/Azure/azure-iot-sdk-node#readme" -} +} \ No newline at end of file diff --git a/common/transport/amqp/package.json b/common/transport/amqp/package.json index ae27699a6..1dea3fd47 100644 --- a/common/transport/amqp/package.json +++ b/common/transport/amqp/package.json @@ -1,6 +1,6 @@ { "name": "azure-iot-amqp-base", - "version": "2.3.0", + "version": "2.3.1", "description": "AMQP operations used by Azure IoT device and service SDKs", "author": "Microsoft Corporation", "license": "MIT", @@ -8,7 +8,7 @@ "typings": "index.d.ts", "dependencies": { "async": "^2.6.2", - "azure-iot-common": "1.11.0", + "azure-iot-common": "1.11.1", "debug": "^4.1.1", "lodash.merge": "^4.6.1", "machina": "^4.0.2", @@ -49,4 +49,4 @@ "url": "https://github.com/Azure/azure-iot-sdk-node/issues" }, "homepage": "https://github.com/Azure/azure-iot-sdk-node#readme" -} +} \ No newline at end of file diff --git a/common/transport/http/package.json b/common/transport/http/package.json index 5eaad29ea..b1d8cdf47 100644 --- a/common/transport/http/package.json +++ b/common/transport/http/package.json @@ -1,13 +1,13 @@ { "name": "azure-iot-http-base", - "version": "1.10.0", + "version": "1.10.1", "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.11.0", + "azure-iot-common": "1.11.1", "debug": "^4.1.1", "uuid": "^3.3.2" }, @@ -42,4 +42,4 @@ "url": "https://github.com/Azure/azure-iot-sdk-node/issues" }, "homepage": "https://github.com/Azure/azure-iot-sdk-node#readme" -} +} \ No newline at end of file diff --git a/common/transport/mqtt/package.json b/common/transport/mqtt/package.json index 4118eb1c7..9301d9cad 100644 --- a/common/transport/mqtt/package.json +++ b/common/transport/mqtt/package.json @@ -1,13 +1,13 @@ { "name": "azure-iot-mqtt-base", - "version": "1.10.0", + "version": "1.10.1", "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.11.0", + "azure-iot-common": "1.11.1", "debug": "^4.1.1", "machina": "^4.0.2", "mqtt": "^3.0.0" @@ -44,4 +44,4 @@ "url": "https://github.com/Azure/azure-iot-sdk-node/issues" }, "homepage": "https://github.com/Azure/azure-iot-sdk-node#readme" -} +} \ No newline at end of file diff --git a/device/core/package.json b/device/core/package.json index ef0fb21a1..b1c1f7a22 100644 --- a/device/core/package.json +++ b/device/core/package.json @@ -1,14 +1,14 @@ { "name": "azure-iot-device", - "version": "1.12.0", + "version": "1.12.1", "description": "Azure IoT device SDK", "author": "Microsoft Corporation", "license": "MIT", "main": "device.js", "typings": "device.d.ts", "dependencies": { - "azure-iot-common": "1.11.0", - "azure-iot-http-base": "1.10.0", + "azure-iot-common": "1.11.1", + "azure-iot-http-base": "1.10.1", "@azure/storage-blob": "^10.5.0", "debug": "^4.1.1", "lodash": "^4.17.15", @@ -49,4 +49,4 @@ "url": "https://github.com/Azure/azure-iot-sdk-node/issues" }, "homepage": "https://github.com/Azure/azure-iot-sdk-node#readme" -} +} \ No newline at end of file diff --git a/device/node-red/package.json b/device/node-red/package.json index f026a837d..80cb0cf8c 100644 --- a/device/node-red/package.json +++ b/device/node-red/package.json @@ -1,14 +1,14 @@ { "name": "node-red-contrib-azureiothubnode", - "version": "0.5.0", + "version": "0.5.1", "description": "An Azure IoT Hub node for node-red", "author": "Microsoft Corp.", "license": "MIT", "dependencies": { - "azure-iot-device": "1.12.0", - "azure-iot-device-amqp": "1.11.0", - "azure-iot-device-http": "1.11.0", - "azure-iot-device-mqtt": "1.11.0" + "azure-iot-device": "1.12.1", + "azure-iot-device-amqp": "1.11.1", + "azure-iot-device-http": "1.11.1", + "azure-iot-device-mqtt": "1.11.1" }, "node-red": { "nodes": { diff --git a/device/samples/package.json b/device/samples/package.json index 978522cda..7b005a03d 100644 --- a/device/samples/package.json +++ b/device/samples/package.json @@ -6,10 +6,10 @@ "author": "Microsoft Corp.", "license": "MIT", "dependencies": { - "azure-iot-device": "1.12.0", - "azure-iot-device-amqp": "1.11.0", - "azure-iot-device-http": "1.11.0", - "azure-iot-device-mqtt": "1.11.0", + "azure-iot-device": "1.12.1", + "azure-iot-device-amqp": "1.11.1", + "azure-iot-device-http": "1.11.1", + "azure-iot-device-mqtt": "1.11.1", "es5-shim": "^4.5.12", "lodash": "^4.17.15" }, @@ -19,4 +19,4 @@ "scripts": { "lint": "jshint --show-non-errors ." } -} +} \ No newline at end of file diff --git a/device/transport/amqp/package.json b/device/transport/amqp/package.json index 70cda9295..e16bd9999 100644 --- a/device/transport/amqp/package.json +++ b/device/transport/amqp/package.json @@ -1,6 +1,6 @@ { "name": "azure-iot-device-amqp", - "version": "1.11.0", + "version": "1.11.1", "description": "AMQP transport for Azure IoT device SDK", "author": "Microsoft Corporation", "license": "MIT", @@ -8,9 +8,9 @@ "typings": "index.d.ts", "dependencies": { "async": "^2.6.2", - "azure-iot-amqp-base": "2.3.0", - "azure-iot-common": "1.11.0", - "azure-iot-device": "1.12.0", + "azure-iot-amqp-base": "2.3.1", + "azure-iot-common": "1.11.1", + "azure-iot-device": "1.12.1", "debug": "^4.1.1", "machina": "^4.0.2", "rhea": "^1.0.15", @@ -63,4 +63,4 @@ ], "all": true } -} +} \ No newline at end of file diff --git a/device/transport/http/package.json b/device/transport/http/package.json index ec40a23bf..454751c83 100644 --- a/device/transport/http/package.json +++ b/device/transport/http/package.json @@ -1,21 +1,21 @@ { "name": "azure-iot-device-http", - "version": "1.11.0", + "version": "1.11.1", "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.11.0", - "azure-iot-device": "1.12.0", - "azure-iot-http-base": "1.10.0", + "azure-iot-common": "1.11.1", + "azure-iot-device": "1.12.1", + "azure-iot-http-base": "1.10.1", "debug": "^4.1.1", "node-crontab": "^0.0.8" }, "devDependencies": { "@types/node": "^9.6.50", - "azure-iothub": "1.11.0", + "azure-iothub": "1.11.1", "chai": "^4.2.0", "mocha": "^6.1.4", "nyc": "^14.1.1", @@ -60,4 +60,4 @@ ], "all": true } -} +} \ No newline at end of file diff --git a/device/transport/mqtt/package.json b/device/transport/mqtt/package.json index 0acef140d..4b67520d2 100644 --- a/device/transport/mqtt/package.json +++ b/device/transport/mqtt/package.json @@ -1,15 +1,15 @@ { "name": "azure-iot-device-mqtt", - "version": "1.11.0", + "version": "1.11.1", "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.11.0", - "azure-iot-device": "1.12.0", - "azure-iot-mqtt-base": "1.10.0", + "azure-iot-common": "1.11.1", + "azure-iot-device": "1.12.1", + "azure-iot-mqtt-base": "1.10.1", "debug": "^4.1.1", "machina": "^4.0.2", "uuid": "^3.3.2" @@ -62,4 +62,4 @@ ], "all": true } -} +} \ No newline at end of file diff --git a/e2etests/package.json b/e2etests/package.json index 1a129c4a8..ca8115738 100644 --- a/e2etests/package.json +++ b/e2etests/package.json @@ -2,19 +2,19 @@ "name": "azure-iot-e2etests", "description": "Azure IoT end-to-end tests", "author": "Microsoft Corporation", - "version": "1.11.0", + "version": "1.11.1", "private": true, "license": "MIT", "main": "e2etests.js", "dependencies": { "@azure/event-hubs": "^1.0.8", "async": "^2.6.2", - "azure-iot-common": "1.11.0", - "azure-iot-device": "1.12.0", - "azure-iot-device-amqp": "1.11.0", - "azure-iot-device-http": "1.11.0", - "azure-iot-device-mqtt": "1.11.0", - "azure-iothub": "1.11.0", + "azure-iot-common": "1.11.1", + "azure-iot-device": "1.12.1", + "azure-iot-device-amqp": "1.11.1", + "azure-iot-device-http": "1.11.1", + "azure-iot-device-mqtt": "1.11.1", + "azure-iothub": "1.11.1", "azure-storage": "^2.10.2", "@azure/storage-blob": "^10.5.0", "bluebird": "^3.5.2", @@ -83,4 +83,4 @@ "url": "https://github.com/Azure/azure-iot-sdk-node/issues" }, "homepage": "https://github.com/Azure/azure-iot-sdk-node#readme" -} +} \ No newline at end of file diff --git a/provisioning/device/package.json b/provisioning/device/package.json index 2ebbe9d5c..8c29a5afb 100644 --- a/provisioning/device/package.json +++ b/provisioning/device/package.json @@ -1,13 +1,13 @@ { "name": "azure-iot-provisioning-device", - "version": "1.7.0", + "version": "1.7.1", "description": "Azure Device Provisioning SDK device client", "author": "Microsoft Corporation", "license": "MIT", "main": "index.js", "typings": "index.d.ts", "dependencies": { - "azure-iot-common": "1.11.0", + "azure-iot-common": "1.11.1", "debug": "^4.1.1", "machina": "^4.0.2" }, @@ -42,4 +42,4 @@ "url": "https://github.com/Azure/azure-iot-sdk-node/issues" }, "homepage": "https://github.com/Azure/azure-iot-sdk-node#readme" -} +} \ No newline at end of file diff --git a/provisioning/device/samples/package.json b/provisioning/device/samples/package.json index b43d27443..96b45f01b 100644 --- a/provisioning/device/samples/package.json +++ b/provisioning/device/samples/package.json @@ -5,17 +5,17 @@ "author": "Microsoft Corporation", "license": "MIT", "dependencies": { - "azure-iot-device": "1.12.0", - "azure-iot-device-amqp": "1.11.0", - "azure-iot-device-http": "1.11.0", - "azure-iot-device-mqtt": "1.11.0", - "azure-iot-provisioning-device": "1.7.0", - "azure-iot-provisioning-device-amqp": "1.7.0", - "azure-iot-provisioning-device-http": "1.7.0", - "azure-iot-provisioning-device-mqtt": "1.6.0", - "azure-iot-security-symmetric-key": "1.6.0", - "azure-iot-security-tpm": "1.7.0", - "azure-iot-security-x509": "1.6.0", + "azure-iot-device": "1.12.1", + "azure-iot-device-amqp": "1.11.1", + "azure-iot-device-http": "1.11.1", + "azure-iot-device-mqtt": "1.11.1", + "azure-iot-provisioning-device": "1.7.1", + "azure-iot-provisioning-device-amqp": "1.7.1", + "azure-iot-provisioning-device-http": "1.7.1", + "azure-iot-provisioning-device-mqtt": "1.6.1", + "azure-iot-security-symmetric-key": "1.6.1", + "azure-iot-security-tpm": "1.7.1", + "azure-iot-security-x509": "1.6.1", "rhea": "^1.0.15" }, "engines": { @@ -29,4 +29,4 @@ "url": "https://github.com/Azure/azure-iot-sdk-node/issues" }, "homepage": "https://github.com/Azure/azure-iot-sdk-node#readme" -} +} \ No newline at end of file diff --git a/provisioning/device/ts-samples/package.json b/provisioning/device/ts-samples/package.json index f57029e09..feb689e06 100644 --- a/provisioning/device/ts-samples/package.json +++ b/provisioning/device/ts-samples/package.json @@ -5,17 +5,17 @@ "author": "Microsoft Corporation", "license": "MIT", "dependencies": { - "azure-iot-device": "1.12.0", - "azure-iot-device-amqp": "1.11.0", - "azure-iot-device-http": "1.11.0", - "azure-iot-device-mqtt": "1.11.0", - "azure-iot-provisioning-device": "1.7.0", - "azure-iot-provisioning-device-amqp": "1.7.0", - "azure-iot-provisioning-device-http": "1.7.0", - "azure-iot-provisioning-device-mqtt": "1.6.0", - "azure-iot-security-symmetric-key": "1.6.0", - "azure-iot-security-tpm": "1.7.0", - "azure-iot-security-x509": "1.6.0" + "azure-iot-device": "1.12.1", + "azure-iot-device-amqp": "1.11.1", + "azure-iot-device-http": "1.11.1", + "azure-iot-device-mqtt": "1.11.1", + "azure-iot-provisioning-device": "1.7.1", + "azure-iot-provisioning-device-amqp": "1.7.1", + "azure-iot-provisioning-device-http": "1.7.1", + "azure-iot-provisioning-device-mqtt": "1.6.1", + "azure-iot-security-symmetric-key": "1.6.1", + "azure-iot-security-tpm": "1.7.1", + "azure-iot-security-x509": "1.6.1" }, "scripts": { "lint": "tslint --project . -c ../../../tslint.json", @@ -33,4 +33,4 @@ "url": "https://github.com/Azure/azure-iot-sdk-node/issues" }, "homepage": "https://github.com/Azure/azure-iot-sdk-node#readme" -} +} \ No newline at end of file diff --git a/provisioning/e2e/package.json b/provisioning/e2e/package.json index 030ff37cc..2dc3b9f52 100644 --- a/provisioning/e2e/package.json +++ b/provisioning/e2e/package.json @@ -1,21 +1,21 @@ { "name": "azure-iot-provisioning-device-e2e", - "version": "1.7.0", + "version": "1.7.1", "description": "E2E tests for the Azure Device Provisioning SDK", "author": "Microsoft Corporation", "license": "MIT", "dependencies": { "async": "^2.6.2", - "azure-iot-common": "1.11.0", - "azure-iot-provisioning-device": "1.7.0", - "azure-iot-provisioning-device-amqp": "1.7.0", - "azure-iot-provisioning-device-http": "1.7.0", - "azure-iot-provisioning-device-mqtt": "1.6.0", - "azure-iot-provisioning-service": "1.7.0", - "azure-iot-security-symmetric-key": "1.6.0", - "azure-iot-security-tpm": "1.7.0", - "azure-iot-security-x509": "1.6.0", - "azure-iothub": "1.11.0", + "azure-iot-common": "1.11.1", + "azure-iot-provisioning-device": "1.7.1", + "azure-iot-provisioning-device-amqp": "1.7.1", + "azure-iot-provisioning-device-http": "1.7.1", + "azure-iot-provisioning-device-mqtt": "1.6.1", + "azure-iot-provisioning-service": "1.7.1", + "azure-iot-security-symmetric-key": "1.6.1", + "azure-iot-security-tpm": "1.7.1", + "azure-iot-security-x509": "1.6.1", + "azure-iothub": "1.11.1", "chai": "^4.2.0", "debug": "^4.1.1", "istanbul": "^0.4.5", @@ -47,4 +47,4 @@ "url": "https://github.com/Azure/azure-iot-sdk-node/issues" }, "homepage": "https://github.com/Azure/azure-iot-sdk-node#readme" -} +} \ No newline at end of file diff --git a/provisioning/service/package.json b/provisioning/service/package.json index 21cb6ca93..6b47291a0 100644 --- a/provisioning/service/package.json +++ b/provisioning/service/package.json @@ -1,14 +1,14 @@ { "name": "azure-iot-provisioning-service", - "version": "1.7.0", + "version": "1.7.1", "description": "Azure IoT SDK - Provisioning Service Client", "author": "Microsoft Corporation", "license": "MIT", "main": "iotprovisioningservice.js", "typings": "iotprovisioningservice.d.ts", "dependencies": { - "azure-iot-common": "1.11.0", - "azure-iot-http-base": "1.10.0", + "azure-iot-common": "1.11.1", + "azure-iot-http-base": "1.10.1", "debug": "^4.1.1" }, "devDependencies": { @@ -44,4 +44,4 @@ "url": "https://github.com/Azure/azure-iot-sdk-node/issues" }, "homepage": "https://github.com/Azure/azure-iot-sdk-node#readme" -} +} \ No newline at end of file diff --git a/provisioning/service/samples/package.json b/provisioning/service/samples/package.json index 29c0dd98d..3d670544f 100644 --- a/provisioning/service/samples/package.json +++ b/provisioning/service/samples/package.json @@ -5,7 +5,7 @@ "author": "Microsoft Corporation", "license": "MIT", "dependencies": { - "azure-iot-provisioning-service": "1.7.0", + "azure-iot-provisioning-service": "1.7.1", "yargs": "^10.1.1" }, "engines": { diff --git a/provisioning/transport/amqp/package.json b/provisioning/transport/amqp/package.json index 582b0ec68..4de151f13 100644 --- a/provisioning/transport/amqp/package.json +++ b/provisioning/transport/amqp/package.json @@ -1,6 +1,6 @@ { "name": "azure-iot-provisioning-device-amqp", - "version": "1.7.0", + "version": "1.7.1", "description": "AMQP transport for Azure Device Provisioning SDK", "author": "Microsoft Corporation", "license": "MIT", @@ -8,9 +8,9 @@ "typings": "index.d.ts", "dependencies": { "async": "^2.6.2", - "azure-iot-amqp-base": "2.3.0", - "azure-iot-common": "1.11.0", - "azure-iot-provisioning-device": "1.7.0", + "azure-iot-amqp-base": "2.3.1", + "azure-iot-common": "1.11.1", + "azure-iot-provisioning-device": "1.7.1", "buffer-builder": "^0.2.0", "debug": "^4.1.1", "machina": "^4.0.2", @@ -48,4 +48,4 @@ "url": "httpss://github.com/Azure/azure-iot-sdk-node/issues" }, "homepage": "https://github.com/Azure/azure-iot-sdk-node#readme" -} +} \ No newline at end of file diff --git a/provisioning/transport/http/package.json b/provisioning/transport/http/package.json index ccf096654..e07c66c53 100644 --- a/provisioning/transport/http/package.json +++ b/provisioning/transport/http/package.json @@ -1,15 +1,15 @@ { "name": "azure-iot-provisioning-device-http", - "version": "1.7.0", + "version": "1.7.1", "description": "HTTP transport for Azure Device Provisioning SDK", "author": "Microsoft Corporation", "license": "MIT", "main": "index.js", "typings": "index.d.ts", "dependencies": { - "azure-iot-common": "1.11.0", - "azure-iot-http-base": "1.10.0", - "azure-iot-provisioning-device": "1.7.0", + "azure-iot-common": "1.11.1", + "azure-iot-http-base": "1.10.1", + "azure-iot-provisioning-device": "1.7.1", "debug": "^4.1.1", "machina": "^4.0.2" }, @@ -44,4 +44,4 @@ "url": "https://github.com/Azure/azure-iot-sdk-node/issues" }, "homepage": "https://github.com/Azure/azure-iot-sdk-node#readme" -} +} \ No newline at end of file diff --git a/provisioning/transport/mqtt/package.json b/provisioning/transport/mqtt/package.json index fe76f36ec..146cac850 100644 --- a/provisioning/transport/mqtt/package.json +++ b/provisioning/transport/mqtt/package.json @@ -1,15 +1,15 @@ { "name": "azure-iot-provisioning-device-mqtt", - "version": "1.6.0", + "version": "1.6.1", "description": "MQTT transport for Azure Device Provisioning SDK", "author": "Microsoft Corporation", "license": "MIT", "main": "index.js", "typings": "index.d.ts", "dependencies": { - "azure-iot-common": "1.11.0", - "azure-iot-mqtt-base": "1.10.0", - "azure-iot-provisioning-device": "1.7.0", + "azure-iot-common": "1.11.1", + "azure-iot-mqtt-base": "1.10.1", + "azure-iot-provisioning-device": "1.7.1", "debug": "^4.1.1", "machina": "^4.0.2", "uuid": "^3.3.2" @@ -45,4 +45,4 @@ "url": "https://github.com/Azure/azure-iot-sdk-node/issues" }, "homepage": "https://github.com/Azure/azure-iot-sdk-node#readme" -} +} \ No newline at end of file diff --git a/security/symmetric/package.json b/security/symmetric/package.json index 229ecb109..e4b50071f 100644 --- a/security/symmetric/package.json +++ b/security/symmetric/package.json @@ -1,13 +1,13 @@ { "name": "azure-iot-security-symmetric-key", - "version": "1.6.0", + "version": "1.6.1", "description": "Azure IoT Symmetric Key Security Client", "author": "Microsoft Corporation", "license": "MIT", "main": "index.js", "typings": "index.d.ts", "dependencies": { - "azure-iot-common": "1.11.0", + "azure-iot-common": "1.11.1", "debug": "^4.1.1" }, "devDependencies": { @@ -42,4 +42,4 @@ "url": "https://github.com/Azure/azure-iot-sdk-node/issues" }, "homepage": "https://github.com/Azure/azure-iot-sdk-node#readme" -} +} \ No newline at end of file diff --git a/security/tpm/package.json b/security/tpm/package.json index 6006f20fa..a18c14a02 100644 --- a/security/tpm/package.json +++ b/security/tpm/package.json @@ -1,13 +1,13 @@ { "name": "azure-iot-security-tpm", - "version": "1.7.0", + "version": "1.7.1", "description": "Azure IoT TPM security client", "author": "Microsoft Corporation", "license": "MIT", "main": "index.js", "typings": "index.d.ts", "dependencies": { - "azure-iot-common": "1.11.0", + "azure-iot-common": "1.11.1", "base32-encode": "^1.0.0", "debug": "^4.1.1", "machina": "^4.0.2", @@ -46,4 +46,4 @@ "url": "https://github.com/Azure/azure-iot-sdk-node/issues" }, "homepage": "https://github.com/Azure/azure-iot-sdk-node#readme" -} +} \ No newline at end of file diff --git a/security/x509/package.json b/security/x509/package.json index c1494294a..42f6bbdc8 100644 --- a/security/x509/package.json +++ b/security/x509/package.json @@ -1,13 +1,13 @@ { "name": "azure-iot-security-x509", - "version": "1.6.0", + "version": "1.6.1", "description": "Azure IoT x509 security client", "author": "Microsoft Corporation", "license": "MIT", "main": "index.js", "typings": "index.d.ts", "dependencies": { - "azure-iot-common": "1.11.0", + "azure-iot-common": "1.11.1", "debug": "^4.1.1" }, "devDependencies": { @@ -41,4 +41,4 @@ "url": "https://github.com/Azure/azure-iot-sdk-node/issues" }, "homepage": "https://github.com/Azure/azure-iot-sdk-node#readme" -} +} \ No newline at end of file diff --git a/service/package.json b/service/package.json index 87a79ed82..e68239684 100644 --- a/service/package.json +++ b/service/package.json @@ -1,6 +1,6 @@ { "name": "azure-iothub", - "version": "1.11.0", + "version": "1.11.1", "description": "Azure IoT SDK - IoT Hub", "author": "Microsoft Corporation", "license": "MIT", @@ -8,9 +8,9 @@ "typings": "iothub.d.ts", "dependencies": { "async": "^2.6.2", - "azure-iot-amqp-base": "2.3.0", - "azure-iot-common": "1.11.0", - "azure-iot-http-base": "1.10.0", + "azure-iot-amqp-base": "2.3.1", + "azure-iot-common": "1.11.1", + "azure-iot-http-base": "1.10.1", "debug": "^4.1.1", "lodash": "^4.17.15", "machina": "^4.0.2", @@ -51,4 +51,4 @@ "url": "https://github.com/Azure/azure-iot-sdk-node/issues" }, "homepage": "https://github.com/Azure/azure-iot-sdk-node#readme" -} +} \ No newline at end of file diff --git a/service/samples/package.json b/service/samples/package.json index 0ee2147ea..5b71459fe 100644 --- a/service/samples/package.json +++ b/service/samples/package.json @@ -6,7 +6,7 @@ "author": "Microsoft Corp.", "license": "MIT", "dependencies": { - "azure-iothub": "1.11.0", + "azure-iothub": "1.11.1", "azure-storage": "^2.8.1" } } \ No newline at end of file