diff --git a/build/tools/package.json b/build/tools/package.json index 497163981..2183c217d 100644 --- a/build/tools/package.json +++ b/build/tools/package.json @@ -18,7 +18,7 @@ }, "homepage": "https://github.com/azure/azure-iot-sdk-node#readme", "dependencies": { - "azure-iothub": "1.9.9", + "azure-iothub": "1.10.0", "chalk": "^1.1.3", "pem": "^1.14.2", "yargs": "^4.7.1" diff --git a/common/core/package.json b/common/core/package.json index 0537b8f68..e21070f50 100644 --- a/common/core/package.json +++ b/common/core/package.json @@ -1,6 +1,6 @@ { "name": "azure-iot-common", - "version": "1.9.9", + "version": "1.10.0", "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 842091a48..64339cc4c 100644 --- a/common/transport/amqp/package.json +++ b/common/transport/amqp/package.json @@ -1,6 +1,6 @@ { "name": "azure-iot-amqp-base", - "version": "2.2.9", + "version": "2.2.10", "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.9.9", + "azure-iot-common": "1.10.0", "debug": "^4.1.1", "lodash.merge": "^4.6.1", "machina": "^4.0.2", diff --git a/common/transport/http/package.json b/common/transport/http/package.json index da0210607..6f75f9509 100644 --- a/common/transport/http/package.json +++ b/common/transport/http/package.json @@ -7,7 +7,7 @@ "main": "index.js", "typings": "index.d.ts", "dependencies": { - "azure-iot-common": "1.9.9", + "azure-iot-common": "1.10.0", "debug": "^4.1.1", "uuid": "^3.3.2" }, diff --git a/common/transport/mqtt/package.json b/common/transport/mqtt/package.json index 5ed2bf2ab..6ba057e65 100644 --- a/common/transport/mqtt/package.json +++ b/common/transport/mqtt/package.json @@ -1,13 +1,13 @@ { "name": "azure-iot-mqtt-base", - "version": "1.9.9", + "version": "1.9.10", "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.9", + "azure-iot-common": "1.10.0", "debug": "^4.1.1", "machina": "^4.0.2", "mqtt": "^2.18.8" diff --git a/device/core/package.json b/device/core/package.json index bfb612fdc..8a07f09a7 100644 --- a/device/core/package.json +++ b/device/core/package.json @@ -1,13 +1,13 @@ { "name": "azure-iot-device", - "version": "1.9.9", + "version": "1.10.0", "description": "Azure IoT device SDK", "author": "Microsoft Corporation", "license": "MIT", "main": "device.js", "typings": "device.d.ts", "dependencies": { - "azure-iot-common": "1.9.9", + "azure-iot-common": "1.10.0", "azure-iot-http-base": "1.9.9", "azure-storage": "^2.10.2", "debug": "^4.1.1", diff --git a/device/node-red/package.json b/device/node-red/package.json index 00ad9a908..63b198d08 100644 --- a/device/node-red/package.json +++ b/device/node-red/package.json @@ -5,10 +5,10 @@ "author": "Microsoft Corp.", "license": "MIT", "dependencies": { - "azure-iot-device": "1.9.9", - "azure-iot-device-amqp": "1.9.9", - "azure-iot-device-http": "1.9.9", - "azure-iot-device-mqtt": "1.9.9" + "azure-iot-device": "1.10.0", + "azure-iot-device-amqp": "1.10.0", + "azure-iot-device-http": "1.10.0", + "azure-iot-device-mqtt": "1.10.0" }, "node-red": { "nodes": { diff --git a/device/samples/package.json b/device/samples/package.json index 149888c03..10b933d70 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.9.9", - "azure-iot-device-amqp": "1.9.9", - "azure-iot-device-http": "1.9.9", - "azure-iot-device-mqtt": "1.9.9", + "azure-iot-device": "1.10.0", + "azure-iot-device-amqp": "1.10.0", + "azure-iot-device-http": "1.10.0", + "azure-iot-device-mqtt": "1.10.0", "es5-shim": "^4.5.12", "lodash": "^4.17.11" }, diff --git a/device/transport/amqp/package.json b/device/transport/amqp/package.json index f18a125a5..38f746906 100644 --- a/device/transport/amqp/package.json +++ b/device/transport/amqp/package.json @@ -1,6 +1,6 @@ { "name": "azure-iot-device-amqp", - "version": "1.9.9", + "version": "1.10.0", "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.2.9", - "azure-iot-common": "1.9.9", - "azure-iot-device": "1.9.9", + "azure-iot-amqp-base": "2.2.10", + "azure-iot-common": "1.10.0", + "azure-iot-device": "1.10.0", "debug": "^4.1.1", "machina": "^4.0.2", "rhea": "^1.0.2", diff --git a/device/transport/http/package.json b/device/transport/http/package.json index bd8b22f0b..db4bea51f 100644 --- a/device/transport/http/package.json +++ b/device/transport/http/package.json @@ -1,21 +1,21 @@ { "name": "azure-iot-device-http", - "version": "1.9.9", + "version": "1.10.0", "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.9", - "azure-iot-device": "1.9.9", + "azure-iot-common": "1.10.0", + "azure-iot-device": "1.10.0", "azure-iot-http-base": "1.9.9", "debug": "^4.1.1", "node-crontab": "^0.0.8" }, "devDependencies": { "@types/node": "^9.3.0", - "azure-iothub": "1.9.9", + "azure-iothub": "1.10.0", "chai": "^4.2.0", "mocha": "^5.2.0", "nyc": "^14.0.0", diff --git a/device/transport/mqtt/package.json b/device/transport/mqtt/package.json index bdc0d8971..de866a059 100644 --- a/device/transport/mqtt/package.json +++ b/device/transport/mqtt/package.json @@ -1,15 +1,15 @@ { "name": "azure-iot-device-mqtt", - "version": "1.9.9", + "version": "1.10.0", "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.9", - "azure-iot-device": "1.9.9", - "azure-iot-mqtt-base": "1.9.9", + "azure-iot-common": "1.10.0", + "azure-iot-device": "1.10.0", + "azure-iot-mqtt-base": "1.9.10", "debug": "^4.1.1", "machina": "^4.0.2", "uuid": "^3.3.2" diff --git a/e2etests/package.json b/e2etests/package.json index 248d353cc..21e97c974 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.9.9", + "version": "1.10.0", "private": true, "license": "MIT", "main": "e2etests.js", "dependencies": { "@azure/event-hubs": "^1.0.8", "async": "^2.6.2", - "azure-iot-common": "1.9.9", - "azure-iot-device": "1.9.9", - "azure-iot-device-amqp": "1.9.9", - "azure-iot-device-http": "1.9.9", - "azure-iot-device-mqtt": "1.9.9", - "azure-iothub": "1.9.9", + "azure-iot-common": "1.10.0", + "azure-iot-device": "1.10.0", + "azure-iot-device-amqp": "1.10.0", + "azure-iot-device-http": "1.10.0", + "azure-iot-device-mqtt": "1.10.0", + "azure-iothub": "1.10.0", "azure-storage": "^2.10.2", "bluebird": "^3.5.2", "debug": "^4.1.1", diff --git a/edge-e2e/wrapper/nodejs-server-server/package.json b/edge-e2e/wrapper/nodejs-server-server/package.json index ea862770a..cc5dacff2 100644 --- a/edge-e2e/wrapper/nodejs-server-server/package.json +++ b/edge-e2e/wrapper/nodejs-server-server/package.json @@ -17,12 +17,12 @@ "dependencies": { "async": "^2.6.2", "azure-event-hubs": "0.0.8", - "azure-iot-common": "1.9.9", - "azure-iot-device": "1.9.9", - "azure-iot-device-amqp": "1.9.9", - "azure-iot-device-http": "1.9.9", - "azure-iot-device-mqtt": "1.9.9", - "azure-iothub": "1.9.9", + "azure-iot-common": "1.10.0", + "azure-iot-device": "1.10.0", + "azure-iot-device-amqp": "1.10.0", + "azure-iot-device-http": "1.10.0", + "azure-iot-device-mqtt": "1.10.0", + "azure-iothub": "1.10.0", "bluebird": "^3.5.2", "connect": "^3.2.0", "js-yaml": "^3.13.1", diff --git a/provisioning/device/package.json b/provisioning/device/package.json index 1aef7773d..aa77fc468 100644 --- a/provisioning/device/package.json +++ b/provisioning/device/package.json @@ -1,13 +1,13 @@ { "name": "azure-iot-provisioning-device", - "version": "1.5.9", + "version": "1.6.0", "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.9", + "azure-iot-common": "1.10.0", "debug": "^4.1.1", "machina": "^4.0.2" }, diff --git a/provisioning/device/samples/package.json b/provisioning/device/samples/package.json index bd7684fd3..06aa9e257 100644 --- a/provisioning/device/samples/package.json +++ b/provisioning/device/samples/package.json @@ -5,16 +5,16 @@ "author": "Microsoft Corporation", "license": "MIT", "dependencies": { - "azure-iot-device": "1.9.9", - "azure-iot-device-amqp": "1.9.9", - "azure-iot-device-http": "1.9.9", - "azure-iot-device-mqtt": "1.9.9", - "azure-iot-provisioning-device": "1.5.9", - "azure-iot-provisioning-device-amqp": "1.5.9", - "azure-iot-provisioning-device-http": "1.5.9", + "azure-iot-device": "1.10.0", + "azure-iot-device-amqp": "1.10.0", + "azure-iot-device-http": "1.10.0", + "azure-iot-device-mqtt": "1.10.0", + "azure-iot-provisioning-device": "1.6.0", + "azure-iot-provisioning-device-amqp": "1.6.0", + "azure-iot-provisioning-device-http": "1.6.0", "azure-iot-provisioning-device-mqtt": "1.5.9", "azure-iot-security-symmetric-key": "1.5.9", - "azure-iot-security-tpm": "1.5.9", + "azure-iot-security-tpm": "1.6.0", "azure-iot-security-x509": "1.5.9", "rhea": "^1.0.2" }, diff --git a/provisioning/device/ts-samples/package.json b/provisioning/device/ts-samples/package.json index 743fc0c7d..62b2fa62a 100644 --- a/provisioning/device/ts-samples/package.json +++ b/provisioning/device/ts-samples/package.json @@ -5,16 +5,16 @@ "author": "Microsoft Corporation", "license": "MIT", "dependencies": { - "azure-iot-device": "1.9.9", - "azure-iot-device-amqp": "1.9.9", - "azure-iot-device-http": "1.9.9", - "azure-iot-device-mqtt": "1.9.9", - "azure-iot-provisioning-device": "1.5.9", - "azure-iot-provisioning-device-amqp": "1.5.9", - "azure-iot-provisioning-device-http": "1.5.9", + "azure-iot-device": "1.10.0", + "azure-iot-device-amqp": "1.10.0", + "azure-iot-device-http": "1.10.0", + "azure-iot-device-mqtt": "1.10.0", + "azure-iot-provisioning-device": "1.6.0", + "azure-iot-provisioning-device-amqp": "1.6.0", + "azure-iot-provisioning-device-http": "1.6.0", "azure-iot-provisioning-device-mqtt": "1.5.9", "azure-iot-security-symmetric-key": "1.5.9", - "azure-iot-security-tpm": "1.5.9", + "azure-iot-security-tpm": "1.6.0", "azure-iot-security-x509": "1.5.9" }, "scripts": { diff --git a/provisioning/e2e/package.json b/provisioning/e2e/package.json index a8f81a729..a1ff1aca9 100644 --- a/provisioning/e2e/package.json +++ b/provisioning/e2e/package.json @@ -1,21 +1,21 @@ { "name": "azure-iot-provisioning-device-e2e", - "version": "1.5.9", + "version": "1.6.0", "description": "E2E tests for the Azure Device Provisioning SDK", "author": "Microsoft Corporation", "license": "MIT", "dependencies": { "async": "^2.6.2", - "azure-iot-common": "1.9.9", - "azure-iot-provisioning-device": "1.5.9", - "azure-iot-provisioning-device-amqp": "1.5.9", - "azure-iot-provisioning-device-http": "1.5.9", + "azure-iot-common": "1.10.0", + "azure-iot-provisioning-device": "1.6.0", + "azure-iot-provisioning-device-amqp": "1.6.0", + "azure-iot-provisioning-device-http": "1.6.0", "azure-iot-provisioning-device-mqtt": "1.5.9", - "azure-iot-provisioning-service": "1.5.9", - "azure-iot-security-tpm": "1.5.9", + "azure-iot-provisioning-service": "1.6.0", + "azure-iot-security-tpm": "1.6.0", "azure-iot-security-x509": "1.5.9", "azure-iot-security-symmetric-key": "1.5.9", - "azure-iothub": "1.9.9", + "azure-iothub": "1.10.0", "chai": "^4.2.0", "debug": "^4.1.1", "istanbul": "^0.4.5", diff --git a/provisioning/service/package.json b/provisioning/service/package.json index 2526659fc..c4717f8be 100644 --- a/provisioning/service/package.json +++ b/provisioning/service/package.json @@ -1,13 +1,13 @@ { "name": "azure-iot-provisioning-service", - "version": "1.5.9", + "version": "1.6.0", "description": "Azure IoT SDK - Provisioning Service Client", "author": "Microsoft Corporation", "license": "MIT", "main": "iotprovisioningservice.js", "typings": "iotprovisioningservice.d.ts", "dependencies": { - "azure-iot-common": "1.9.9", + "azure-iot-common": "1.10.0", "azure-iot-http-base": "1.9.9", "debug": "^4.1.1" }, diff --git a/provisioning/service/samples/package.json b/provisioning/service/samples/package.json index dc60f7780..e87ba9753 100644 --- a/provisioning/service/samples/package.json +++ b/provisioning/service/samples/package.json @@ -6,7 +6,7 @@ "license": "MIT", "dependencies": { "yargs": "^10.1.1", - "azure-iot-provisioning-service": "1.5.9" + "azure-iot-provisioning-service": "1.6.0" }, "engines": { "node": ">= 0.10" diff --git a/provisioning/transport/amqp/package.json b/provisioning/transport/amqp/package.json index 6b5625945..d3044ec04 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.5.9", + "version": "1.6.0", "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.2.9", - "azure-iot-common": "1.9.9", - "azure-iot-provisioning-device": "1.5.9", + "azure-iot-amqp-base": "2.2.10", + "azure-iot-common": "1.10.0", + "azure-iot-provisioning-device": "1.6.0", "buffer-builder": "^0.2.0", "debug": "^4.1.1", "machina": "^4.0.2", diff --git a/provisioning/transport/http/package.json b/provisioning/transport/http/package.json index a2abac059..8a12f19d5 100644 --- a/provisioning/transport/http/package.json +++ b/provisioning/transport/http/package.json @@ -1,6 +1,6 @@ { "name": "azure-iot-provisioning-device-http", - "version": "1.5.9", + "version": "1.6.0", "description": "HTTP transport for Azure Device Provisioning SDK", "author": "Microsoft Corporation", "license": "MIT", @@ -8,8 +8,8 @@ "typings": "index.d.ts", "dependencies": { "azure-iot-http-base": "1.9.9", - "azure-iot-common": "1.9.9", - "azure-iot-provisioning-device": "1.5.9", + "azure-iot-common": "1.10.0", + "azure-iot-provisioning-device": "1.6.0", "debug": "^4.1.1", "machina": "^4.0.2" }, diff --git a/provisioning/transport/mqtt/package.json b/provisioning/transport/mqtt/package.json index ac0c1b1b7..91fe2b743 100644 --- a/provisioning/transport/mqtt/package.json +++ b/provisioning/transport/mqtt/package.json @@ -7,9 +7,9 @@ "main": "index.js", "typings": "index.d.ts", "dependencies": { - "azure-iot-common": "1.9.9", - "azure-iot-mqtt-base": "1.9.9", - "azure-iot-provisioning-device": "1.5.9", + "azure-iot-common": "1.10.0", + "azure-iot-mqtt-base": "1.9.10", + "azure-iot-provisioning-device": "1.6.0", "debug": "^4.1.1", "machina": "^4.0.2", "uuid": "^3.3.2" diff --git a/security/symmetric/package.json b/security/symmetric/package.json index 73a17c6fa..5c4b6c9b4 100644 --- a/security/symmetric/package.json +++ b/security/symmetric/package.json @@ -7,7 +7,7 @@ "main": "index.js", "typings": "index.d.ts", "dependencies": { - "azure-iot-common": "1.9.9", + "azure-iot-common": "1.10.0", "debug": "^4.1.1" }, "devDependencies": { diff --git a/security/tpm/package.json b/security/tpm/package.json index e676d1d20..8b59a1a35 100644 --- a/security/tpm/package.json +++ b/security/tpm/package.json @@ -1,13 +1,13 @@ { "name": "azure-iot-security-tpm", - "version": "1.5.9", + "version": "1.6.0", "description": "Azure IoT TPM security client", "author": "Microsoft Corporation", "license": "MIT", "main": "index.js", "typings": "index.d.ts", "dependencies": { - "azure-iot-common": "1.9.9", + "azure-iot-common": "1.10.0", "debug": "^4.1.1", "base32-encode": "^1.0.0", "machina": "^4.0.2", diff --git a/security/x509/package.json b/security/x509/package.json index 85a1ab5b6..710c56df2 100644 --- a/security/x509/package.json +++ b/security/x509/package.json @@ -7,7 +7,7 @@ "main": "index.js", "typings": "index.d.ts", "dependencies": { - "azure-iot-common": "1.9.9", + "azure-iot-common": "1.10.0", "debug": "^4.1.1" }, "devDependencies": { diff --git a/service/package.json b/service/package.json index e3619d0dd..d544ff66a 100644 --- a/service/package.json +++ b/service/package.json @@ -1,6 +1,6 @@ { "name": "azure-iothub", - "version": "1.9.9", + "version": "1.10.0", "description": "Azure IoT SDK - IoT Hub", "author": "Microsoft Corporation", "license": "MIT", @@ -8,8 +8,8 @@ "typings": "iothub.d.ts", "dependencies": { "async": "^2.6.2", - "azure-iot-amqp-base": "2.2.9", - "azure-iot-common": "1.9.9", + "azure-iot-amqp-base": "2.2.10", + "azure-iot-common": "1.10.0", "azure-iot-http-base": "1.9.9", "debug": "^4.1.1", "lodash": "^4.17.11", diff --git a/service/samples/package.json b/service/samples/package.json index c9d450088..414a1f87c 100644 --- a/service/samples/package.json +++ b/service/samples/package.json @@ -6,7 +6,7 @@ "author": "Microsoft Corp.", "license": "MIT", "dependencies": { - "azure-iothub": "1.9.9", + "azure-iothub": "1.10.0", "azure-storage": "^2.8.1" } } \ No newline at end of file