diff --git a/build/tools/package.json b/build/tools/package.json index eb6dbe66a..52acefda1 100644 --- a/build/tools/package.json +++ b/build/tools/package.json @@ -19,7 +19,7 @@ }, "homepage": "https://github.com/azure/azure-iot-sdk-node#readme", "dependencies": { - "azure-iothub": "1.1.11", + "azure-iothub": "1.1.12", "chalk": "^1.1.3", "pem": "^1.8.3", "yargs": "^4.7.1" diff --git a/common/core/package.json b/common/core/package.json index 324cb7d77..5da02b9b0 100644 --- a/common/core/package.json +++ b/common/core/package.json @@ -1,6 +1,6 @@ { "name": "azure-iot-common", - "version": "1.1.8", + "version": "1.1.9", "description": "Common components shared by Azure IoT device and service SDKs", "author": "Microsoft Corporation", "license": "MIT", diff --git a/common/transport/amqp/package.json b/common/transport/amqp/package.json index 9e27350e0..912d1bad5 100644 --- a/common/transport/amqp/package.json +++ b/common/transport/amqp/package.json @@ -1,6 +1,6 @@ { "name": "azure-iot-amqp-base", - "version": "1.1.9", + "version": "1.1.10", "description": "AMQP operations used by Azure IoT device and service SDKs", "author": "Microsoft Corporation", "license": "MIT", @@ -9,7 +9,7 @@ "dependencies": { "amqp10": "3.5.0", "amqp10-transport-ws": "^0.0.5", - "azure-iot-common": "1.1.8", + "azure-iot-common": "1.1.9", "bluebird": "^3.5.0", "debug": "^2.6.0", "uuid": "^3.0.1" diff --git a/common/transport/http/package.json b/common/transport/http/package.json index 9920c46d8..6d998f579 100644 --- a/common/transport/http/package.json +++ b/common/transport/http/package.json @@ -1,13 +1,13 @@ { "name": "azure-iot-http-base", - "version": "1.1.8", + "version": "1.1.9", "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.1.8", + "azure-iot-common": "1.1.9", "debug": "^2.2.0" }, "devDependencies": { diff --git a/device/core/package.json b/device/core/package.json index 781e022d4..045814ed2 100644 --- a/device/core/package.json +++ b/device/core/package.json @@ -1,14 +1,14 @@ { "name": "azure-iot-device", - "version": "1.1.14", + "version": "1.1.15", "description": "Azure IoT device SDK", "author": "Microsoft Corporation", "license": "MIT", "main": "device.js", "typings": "device.d.ts", "dependencies": { - "azure-iot-common": "1.1.8", - "azure-iot-http-base": "1.1.8", + "azure-iot-common": "1.1.9", + "azure-iot-http-base": "1.1.9", "azure-storage": "^2.0.0", "debug": "^2.6.0", "lodash": "^4.17.4", diff --git a/device/node-red/package.json b/device/node-red/package.json index d0f864a7b..3def6cafd 100644 --- a/device/node-red/package.json +++ b/device/node-red/package.json @@ -1,14 +1,14 @@ { "name": "node-red-contrib-azureiothubnode", - "version": "0.1.14", + "version": "0.1.15", "description": "An Azure IoT Hub node for node-red", "author": "Microsoft Corp.", "license": "MIT", "dependencies": { - "azure-iot-device": "1.1.14", - "azure-iot-device-amqp": "1.1.14", - "azure-iot-device-http": "1.1.14", - "azure-iot-device-mqtt": "1.1.14" + "azure-iot-device": "1.1.15", + "azure-iot-device-amqp": "1.1.15", + "azure-iot-device-http": "1.1.15", + "azure-iot-device-mqtt": "1.1.15" }, "node-red": { "nodes": { diff --git a/device/samples/package.json b/device/samples/package.json index d16645ff8..99ee43069 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.1.14", - "azure-iot-device-amqp": "1.1.14", - "azure-iot-device-http": "1.1.14", - "azure-iot-device-mqtt": "1.1.14", + "azure-iot-device": "1.1.15", + "azure-iot-device-amqp": "1.1.15", + "azure-iot-device-http": "1.1.15", + "azure-iot-device-mqtt": "1.1.15", "es5-shim": "^4.5.9", "lodash": "^4.15.0" }, diff --git a/device/transport/amqp/package.json b/device/transport/amqp/package.json index ab19b4812..c24bea0c3 100644 --- a/device/transport/amqp/package.json +++ b/device/transport/amqp/package.json @@ -1,21 +1,21 @@ { "name": "azure-iot-device-amqp", - "version": "1.1.14", + "version": "1.1.15", "description": "AMQP transport for Azure IoT device SDK", "author": "Microsoft Corporation", "license": "MIT", "main": "index.js", "typings": "index.d.ts", "dependencies": { - "azure-iot-amqp-base": "1.1.9", - "azure-iot-common": "1.1.8", - "azure-iot-device": "1.1.14", + "azure-iot-amqp-base": "1.1.10", + "azure-iot-common": "1.1.9", + "azure-iot-device": "1.1.15", "debug": "^2.6.0", "machina": "^2.0.0", "uuid": "^3.0.1" }, "devDependencies": { - "azure-iothub": "1.1.11", + "azure-iothub": "1.1.12", "bluebird": "^3.5.0", "chai": "^3.5.0", "istanbul": "^0.4.5", @@ -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/transport/http/package.json b/device/transport/http/package.json index 9ba901888..e2dbf62e2 100644 --- a/device/transport/http/package.json +++ b/device/transport/http/package.json @@ -1,19 +1,19 @@ { "name": "azure-iot-device-http", - "version": "1.1.14", + "version": "1.1.15", "description": "HTTP transport for Azure IoT device SDK", "author": "Microsoft Corporation", "license": "MIT", "main": "index.js", "typings": "index.d.ts", "dependencies": { - "azure-iot-http-base": "1.1.8", - "azure-iot-common": "1.1.8", - "azure-iot-device": "1.1.14", + "azure-iot-http-base": "1.1.9", + "azure-iot-common": "1.1.9", + "azure-iot-device": "1.1.15", "node-crontab": "^0.0.8" }, "devDependencies": { - "azure-iothub": "1.1.11", + "azure-iothub": "1.1.12", "chai": "^3.5.0", "istanbul": "^0.4.4", "jshint": "^2.9.2", diff --git a/device/transport/mqtt/package.json b/device/transport/mqtt/package.json index 626263ff8..3e590ea81 100644 --- a/device/transport/mqtt/package.json +++ b/device/transport/mqtt/package.json @@ -1,14 +1,14 @@ { "name": "azure-iot-device-mqtt", - "version": "1.1.14", + "version": "1.1.15", "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.1.8", - "azure-iot-device": "1.1.14", + "azure-iot-common": "1.1.9", + "azure-iot-device": "1.1.15", "debug": "^2.6.0", "mqtt": "^1.14.1" }, diff --git a/e2etests/package.json b/e2etests/package.json index bdaeaa32c..596e87811 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.1.14", + "version": "1.1.15", "private": true, "license": "MIT", "main": "e2etests.js", "dependencies": { "async": "^2.1.2", "azure-event-hubs": "0.0.8", - "azure-iot-common": "1.1.8", - "azure-iot-device": "1.1.14", - "azure-iot-device-amqp": "1.1.14", - "azure-iot-device-http": "1.1.14", - "azure-iot-device-mqtt": "1.1.14", - "azure-iothub": "1.1.11", + "azure-iot-common": "1.1.9", + "azure-iot-device": "1.1.15", + "azure-iot-device-amqp": "1.1.15", + "azure-iot-device-http": "1.1.15", + "azure-iot-device-mqtt": "1.1.15", + "azure-iothub": "1.1.12", "azure-storage": "^1.2.0", "bluebird": "^3.3.0", "debug": "^2.2.0", diff --git a/service/package.json b/service/package.json index 8a803c327..c09275a9e 100644 --- a/service/package.json +++ b/service/package.json @@ -1,15 +1,15 @@ { "name": "azure-iothub", - "version": "1.1.11", + "version": "1.1.12", "description": "Azure IoT SDK - IoT Hub", "author": "Microsoft Corporation", "license": "MIT", "main": "iothub.js", "typings": "iothub.d.ts", "dependencies": { - "azure-iot-amqp-base": "1.1.9", - "azure-iot-common": "1.1.8", - "azure-iot-http-base": "1.1.8", + "azure-iot-amqp-base": "1.1.10", + "azure-iot-common": "1.1.9", + "azure-iot-http-base": "1.1.9", "debug": "^2.6.3", "lodash": "^4.15.0", "uuid": "^2.0.1" diff --git a/service/samples/package.json b/service/samples/package.json index 03b14caf4..00a53eca9 100644 --- a/service/samples/package.json +++ b/service/samples/package.json @@ -6,7 +6,7 @@ "author": "Microsoft Corp.", "license": "MIT", "dependencies": { - "azure-iothub": "1.1.11", + "azure-iothub": "1.1.12", "azure-storage": "^1.2.0" } } \ No newline at end of file