diff --git a/build/tools/package.json b/build/tools/package.json index 9af08e67e..677dbc5ab 100644 --- a/build/tools/package.json +++ b/build/tools/package.json @@ -4,10 +4,10 @@ "private": true, "description": "Build tools for the Azure IoT Hub Node.js SDK Build", "main": "create_certs.js", - "scripts": { - "lint": "jshint --show-non-errors . && tslint -c ../../tslint.json \"{lib,.}/*.ts\"", - "test": "echo \"Error: no test specified\" && exit 1" - }, + "scripts": { + "lint": "jshint --show-non-errors . && tslint -c ../../tslint.json \"{lib,.}/*.ts\"", + "test": "echo \"Error: no test specified\" && exit 1" + }, "repository": { "type": "git", "url": "git+https://github.com/azure/azure-iot-sdk-node.git" @@ -19,9 +19,9 @@ }, "homepage": "https://github.com/azure/azure-iot-sdk-node#readme", "dependencies": { - "azure-iothub": "1.1.2", + "azure-iothub": "1.1.3", "chalk": "^1.1.3", "pem": "^1.8.3", "yargs": "^4.7.1" } -} +} \ No newline at end of file diff --git a/common/core/package.json b/common/core/package.json index 9548e26dc..2c0172fcd 100644 --- a/common/core/package.json +++ b/common/core/package.json @@ -1,6 +1,6 @@ { "name": "azure-iot-common", - "version": "1.1.2", + "version": "1.1.3", "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 c0d466b2b..8eb92bae3 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.2", + "version": "1.1.3", "description": "AMQP operations used by Azure IoT device and service SDKs", "author": "Microsoft Corporation", "license": "MIT", @@ -9,7 +9,7 @@ "dependencies": { "amqp10": "3.3.2", "amqp10-transport-ws": "^0.0.5", - "azure-iot-common": "1.1.2", + "azure-iot-common": "1.1.3", "debug": "^2.2.0", "sinon": "^1.17.6", "sinon-as-promised": "^4.0.2" diff --git a/common/transport/http/package.json b/common/transport/http/package.json index dd9a7967b..3cb2a4a8e 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.2", + "version": "1.1.3", "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.2", + "azure-iot-common": "1.1.3", "debug": "^2.2.0" }, "devDependencies": { diff --git a/device/core/package.json b/device/core/package.json index 499493d90..e43d8bb75 100644 --- a/device/core/package.json +++ b/device/core/package.json @@ -1,14 +1,14 @@ { "name": "azure-iot-device", - "version": "1.1.2", + "version": "1.1.3", "description": "Azure IoT device SDK", "author": "Microsoft Corporation", "license": "MIT", "main": "device.js", "typings": "device.d.ts", "dependencies": { - "azure-iot-common": "1.1.2", - "azure-iot-http-base": "1.1.2", + "azure-iot-common": "1.1.3", + "azure-iot-http-base": "1.1.3", "azure-storage": "^1.2.0", "debug": "^2.2.0", "lodash": "^4.15.0", diff --git a/device/node-red/package.json b/device/node-red/package.json index 4331545c0..8b762c9a9 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.2", + "version": "0.1.3", "description": "An Azure IoT Hub node for node-red", "author": "Microsoft Corp.", "license": "MIT", "dependencies": { - "azure-iot-device": "1.1.2", - "azure-iot-device-amqp": "1.1.2", - "azure-iot-device-http": "1.1.2", - "azure-iot-device-mqtt": "1.1.2" + "azure-iot-device": "1.1.3", + "azure-iot-device-amqp": "1.1.3", + "azure-iot-device-http": "1.1.3", + "azure-iot-device-mqtt": "1.1.3" }, "node-red": { "nodes": { diff --git a/device/samples/package.json b/device/samples/package.json index f08d7ba85..b982768da 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.2", - "azure-iot-device-amqp": "1.1.2", - "azure-iot-device-http": "1.1.2", - "azure-iot-device-mqtt": "1.1.2", + "azure-iot-device": "1.1.3", + "azure-iot-device-amqp": "1.1.3", + "azure-iot-device-http": "1.1.3", + "azure-iot-device-mqtt": "1.1.3", "es5-shim": "^4.5.9", "lodash": "^4.15.0" }, diff --git a/device/transport/amqp/package.json b/device/transport/amqp/package.json index 39729c802..0d5dda295 100644 --- a/device/transport/amqp/package.json +++ b/device/transport/amqp/package.json @@ -1,18 +1,18 @@ { "name": "azure-iot-device-amqp", - "version": "1.1.2", + "version": "1.1.3", "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.2", - "azure-iot-common": "1.1.2", - "azure-iot-device": "1.1.2" + "azure-iot-amqp-base": "1.1.3", + "azure-iot-common": "1.1.3", + "azure-iot-device": "1.1.3" }, "devDependencies": { - "azure-iothub": "1.1.2", + "azure-iothub": "1.1.3", "chai": "^3.5.0", "istanbul": "^0.4.4", "jshint": "^2.9.2", diff --git a/device/transport/http/package.json b/device/transport/http/package.json index 1ec9109ac..7a3378cf1 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.2", + "version": "1.1.3", "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.2", - "azure-iot-common": "1.1.2", - "azure-iot-device": "1.1.2", + "azure-iot-http-base": "1.1.3", + "azure-iot-common": "1.1.3", + "azure-iot-device": "1.1.3", "node-crontab": "^0.0.8" }, "devDependencies": { - "azure-iothub": "1.1.2", + "azure-iothub": "1.1.3", "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 71d143432..e26b4afd9 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.2", + "version": "1.1.3", "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.2", - "azure-iot-device": "1.1.2", + "azure-iot-common": "1.1.3", + "azure-iot-device": "1.1.3", "debug": "^2.2.0", "mqtt": "^1.14.1", "es5-shim": "^4.5.9" diff --git a/e2etests/package.json b/e2etests/package.json index bacee4c15..f7d2581a5 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.2", + "version": "1.1.3", "private": true, "license": "MIT", "main": "e2etests.js", "dependencies": { "async": "^2.1.2", "azure-event-hubs": "0.0.3", - "azure-iot-common": "1.1.2", - "azure-iot-device": "1.1.2", - "azure-iot-device-amqp": "1.1.2", - "azure-iot-device-http": "1.1.2", - "azure-iot-device-mqtt": "1.1.2", - "azure-iothub": "1.1.2", + "azure-iot-common": "1.1.3", + "azure-iot-device": "1.1.3", + "azure-iot-device-amqp": "1.1.3", + "azure-iot-device-http": "1.1.3", + "azure-iot-device-mqtt": "1.1.3", + "azure-iothub": "1.1.3", "azure-storage": "^1.2.0", "bluebird": "^3.3.0", "chalk": "^1.1.3", diff --git a/service/package.json b/service/package.json index 8cdd68a8c..9d0d67aea 100644 --- a/service/package.json +++ b/service/package.json @@ -1,15 +1,15 @@ { "name": "azure-iothub", - "version": "1.1.2", + "version": "1.1.3", "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.2", - "azure-iot-common": "1.1.2", - "azure-iot-http-base": "1.1.2", + "azure-iot-amqp-base": "1.1.3", + "azure-iot-common": "1.1.3", + "azure-iot-http-base": "1.1.3", "lodash": "^4.15.0", "uuid": "^2.0.1" }, diff --git a/service/samples/package.json b/service/samples/package.json index 318fe3805..e5f98f1d4 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.2", + "azure-iothub": "1.1.3", "azure-storage": "^1.2.0" } } \ No newline at end of file