From a9d32bdd5840688c151e27921e1ca60f34f0197f Mon Sep 17 00:00:00 2001 From: Pierre Cauchois Date: Mon, 15 Oct 2018 15:09:30 -0700 Subject: [PATCH] Bump package versions for release 2018-10-15 --- build/tools/package.json | 2 +- common/core/package.json | 2 +- common/transport/amqp/package.json | 6 ++--- common/transport/http/package.json | 4 ++-- common/transport/mqtt/package.json | 6 ++--- device/core/package.json | 8 +++---- device/node-red/package.json | 10 ++++----- device/samples/package.json | 8 +++---- device/transport/amqp/package.json | 10 ++++----- device/transport/http/package.json | 12 +++++----- device/transport/mqtt/package.json | 10 ++++----- e2etests/package.json | 14 ++++++------ .../wrapper/nodejs-server-server/package.json | 12 +++++----- provisioning/device/package.json | 4 ++-- provisioning/device/samples/package.json | 20 ++++++++--------- provisioning/e2e/package.json | 22 +++++++++---------- provisioning/service/package.json | 6 ++--- provisioning/service/samples/package.json | 2 +- provisioning/transport/amqp/package.json | 10 ++++----- provisioning/transport/http/package.json | 8 +++---- provisioning/transport/mqtt/package.json | 8 +++---- security/tpm/package.json | 4 ++-- security/x509/package.json | 4 ++-- service/package.json | 8 +++---- service/samples/package.json | 2 +- 25 files changed, 101 insertions(+), 101 deletions(-) diff --git a/build/tools/package.json b/build/tools/package.json index f274edbd1..7471d1c58 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.7.4", + "azure-iothub": "1.7.5", "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 5ac0d4b58..977fe5267 100644 --- a/common/core/package.json +++ b/common/core/package.json @@ -1,6 +1,6 @@ { "name": "azure-iot-common", - "version": "1.7.4", + "version": "1.7.5", "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 c28eda22c..f6b565542 100644 --- a/common/transport/amqp/package.json +++ b/common/transport/amqp/package.json @@ -1,6 +1,6 @@ { "name": "azure-iot-amqp-base", - "version": "2.0.0", + "version": "2.0.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.5.0", - "azure-iot-common": "1.7.4", + "azure-iot-common": "1.7.5", "debug": "^3.0.1", "lodash.merge": "^4.6.1", "machina": "^2.0.1", @@ -50,4 +50,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 2b97c65b3..9aeb56c70 100644 --- a/common/transport/http/package.json +++ b/common/transport/http/package.json @@ -1,13 +1,13 @@ { "name": "azure-iot-http-base", - "version": "1.7.4", + "version": "1.7.5", "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.7.4", + "azure-iot-common": "1.7.5", "debug": "^3.1.0", "uuid": "^3.2.1" }, diff --git a/common/transport/mqtt/package.json b/common/transport/mqtt/package.json index 00f2bae82..f455b445c 100644 --- a/common/transport/mqtt/package.json +++ b/common/transport/mqtt/package.json @@ -1,13 +1,13 @@ { "name": "azure-iot-mqtt-base", - "version": "1.7.4", + "version": "1.7.5", "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.7.4", + "azure-iot-common": "1.7.5", "debug": "^3.1.0", "machina": "^2.0.1", "mqtt": "^2.18.8" @@ -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 9a6eaf32c..2416b16e9 100644 --- a/device/core/package.json +++ b/device/core/package.json @@ -1,14 +1,14 @@ { "name": "azure-iot-device", - "version": "1.7.4", + "version": "1.7.5", "description": "Azure IoT device SDK", "author": "Microsoft Corporation", "license": "MIT", "main": "device.js", "typings": "device.d.ts", "dependencies": { - "azure-iot-common": "1.7.4", - "azure-iot-http-base": "1.7.4", + "azure-iot-common": "1.7.5", + "azure-iot-http-base": "1.7.5", "azure-storage": "^2.8.1", "debug": "^3.1.0", "lodash": "^4.17.10", @@ -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 c63982f1e..84dea9e54 100644 --- a/device/node-red/package.json +++ b/device/node-red/package.json @@ -1,14 +1,14 @@ { "name": "node-red-contrib-azureiothubnode", - "version": "0.3.4", + "version": "0.3.5", "description": "An Azure IoT Hub node for node-red", "author": "Microsoft Corp.", "license": "MIT", "dependencies": { - "azure-iot-device": "1.7.4", - "azure-iot-device-amqp": "1.7.4", - "azure-iot-device-http": "1.7.4", - "azure-iot-device-mqtt": "1.7.4" + "azure-iot-device": "1.7.5", + "azure-iot-device-amqp": "1.7.5", + "azure-iot-device-http": "1.7.5", + "azure-iot-device-mqtt": "1.7.5" }, "node-red": { "nodes": { diff --git a/device/samples/package.json b/device/samples/package.json index 147f16949..b109a351a 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.7.4", - "azure-iot-device-amqp": "1.7.4", - "azure-iot-device-http": "1.7.4", - "azure-iot-device-mqtt": "1.7.4", + "azure-iot-device": "1.7.5", + "azure-iot-device-amqp": "1.7.5", + "azure-iot-device-http": "1.7.5", + "azure-iot-device-mqtt": "1.7.5", "es5-shim": "^4.5.9", "lodash": "^4.17.5" }, diff --git a/device/transport/amqp/package.json b/device/transport/amqp/package.json index d33432795..78e3e95f9 100644 --- a/device/transport/amqp/package.json +++ b/device/transport/amqp/package.json @@ -1,6 +1,6 @@ { "name": "azure-iot-device-amqp", - "version": "1.7.4", + "version": "1.7.5", "description": "AMQP transport for Azure IoT device SDK", "author": "Microsoft Corporation", "license": "MIT", @@ -8,9 +8,9 @@ "typings": "index.d.ts", "dependencies": { "async": "^2.5.0", - "azure-iot-amqp-base": "2.0.0", - "azure-iot-common": "1.7.4", - "azure-iot-device": "1.7.4", + "azure-iot-amqp-base": "2.0.1", + "azure-iot-common": "1.7.5", + "azure-iot-device": "1.7.5", "debug": "^3.1.0", "machina": "^2.0.1", "rhea": "^0.2.18", @@ -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 37aecc0a9..06c2c5e9c 100644 --- a/device/transport/http/package.json +++ b/device/transport/http/package.json @@ -1,21 +1,21 @@ { "name": "azure-iot-device-http", - "version": "1.7.4", + "version": "1.7.5", "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.7.4", - "azure-iot-device": "1.7.4", - "azure-iot-http-base": "1.7.4", + "azure-iot-common": "1.7.5", + "azure-iot-device": "1.7.5", + "azure-iot-http-base": "1.7.5", "debug": "^3.1.0", "node-crontab": "^0.0.8" }, "devDependencies": { "@types/node": "8.9.4", - "azure-iothub": "1.7.4", + "azure-iothub": "1.7.5", "chai": "^4.1.2", "mocha": "^5.2.0", "nyc": "^12.0.2", @@ -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 f4546f1eb..1f668778e 100644 --- a/device/transport/mqtt/package.json +++ b/device/transport/mqtt/package.json @@ -1,15 +1,15 @@ { "name": "azure-iot-device-mqtt", - "version": "1.7.4", + "version": "1.7.5", "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.7.4", - "azure-iot-device": "1.7.4", - "azure-iot-mqtt-base": "1.7.4", + "azure-iot-common": "1.7.5", + "azure-iot-device": "1.7.5", + "azure-iot-mqtt-base": "1.7.5", "debug": "^3.0.1", "machina": "^2.0.1", "uuid": "^3.0.1" @@ -62,4 +62,4 @@ ], "all": true } -} +} \ No newline at end of file diff --git a/e2etests/package.json b/e2etests/package.json index a51de11b6..ca8259894 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.4.4", + "version": "1.4.5", "private": true, "license": "MIT", "main": "e2etests.js", "dependencies": { "async": "^2.1.2", "azure-event-hubs": "0.0.8", - "azure-iot-common": "1.7.4", - "azure-iot-device": "1.7.4", - "azure-iot-device-amqp": "1.7.4", - "azure-iot-device-http": "1.7.4", - "azure-iot-device-mqtt": "1.7.4", - "azure-iothub": "1.7.4", + "azure-iot-common": "1.7.5", + "azure-iot-device": "1.7.5", + "azure-iot-device-amqp": "1.7.5", + "azure-iot-device-http": "1.7.5", + "azure-iot-device-mqtt": "1.7.5", + "azure-iothub": "1.7.5", "azure-storage": "^2.8.1", "bluebird": "^3.3.0", "debug": "^3.1.0", diff --git a/edge-e2e/wrapper/nodejs-server-server/package.json b/edge-e2e/wrapper/nodejs-server-server/package.json index 925573bf9..e5a52fc33 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.1", "azure-event-hubs": "0.0.8", - "azure-iot-common": "1.7.4", - "azure-iot-device": "1.7.4", - "azure-iot-device-amqp": "1.7.4", - "azure-iot-device-http": "1.7.4", - "azure-iot-device-mqtt": "1.7.4", - "azure-iothub": "1.7.4", + "azure-iot-common": "1.7.5", + "azure-iot-device": "1.7.5", + "azure-iot-device-amqp": "1.7.5", + "azure-iot-device-http": "1.7.5", + "azure-iot-device-mqtt": "1.7.5", + "azure-iothub": "1.7.5", "bluebird": "^3.3.0", "connect": "^3.2.0", "js-yaml": "^3.3.0", diff --git a/provisioning/device/package.json b/provisioning/device/package.json index 9a004fab4..7887ade3b 100644 --- a/provisioning/device/package.json +++ b/provisioning/device/package.json @@ -1,13 +1,13 @@ { "name": "azure-iot-provisioning-device", - "version": "1.3.4", + "version": "1.3.5", "description": "Azure Device Provisioning SDK device client", "author": "Microsoft Corporation", "license": "MIT", "main": "index.js", "typings": "index.d.ts", "dependencies": { - "azure-iot-common": "1.7.4", + "azure-iot-common": "1.7.5", "debug": "^3.0.1", "machina": "^2.0.1" }, diff --git a/provisioning/device/samples/package.json b/provisioning/device/samples/package.json index 7dcc0ab70..2a56a87c7 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-provisioning-device": "1.3.4", - "azure-iot-provisioning-device-amqp": "1.3.4", - "azure-iot-provisioning-device-http": "1.3.4", - "azure-iot-provisioning-device-mqtt": "1.3.4", - "azure-iot-security-tpm": "1.2.4", - "azure-iot-security-x509": "1.2.4", - "azure-iot-device-mqtt": "1.7.4", - "azure-iot-device-amqp": "1.7.4", - "azure-iot-device-http": "1.7.4", - "azure-iot-device": "1.7.4" + "azure-iot-provisioning-device": "1.3.5", + "azure-iot-provisioning-device-amqp": "1.3.5", + "azure-iot-provisioning-device-http": "1.3.5", + "azure-iot-provisioning-device-mqtt": "1.3.5", + "azure-iot-security-tpm": "1.2.5", + "azure-iot-security-x509": "1.2.5", + "azure-iot-device-mqtt": "1.7.5", + "azure-iot-device-amqp": "1.7.5", + "azure-iot-device-http": "1.7.5", + "azure-iot-device": "1.7.5" }, "engines": { "node": ">= 0.10" diff --git a/provisioning/e2e/package.json b/provisioning/e2e/package.json index 829e36a83..f570874af 100644 --- a/provisioning/e2e/package.json +++ b/provisioning/e2e/package.json @@ -1,20 +1,20 @@ { "name": "azure-iot-provisioning-device-e2e", - "version": "0.2.4", + "version": "0.2.5", "description": "E2E tests for the Azure Device Provisioning SDK", "author": "Microsoft Corporation", "license": "MIT", "dependencies": { "async": "^2.6.0", - "azure-iot-common": "1.7.4", - "azure-iot-provisioning-device": "1.3.4", - "azure-iot-provisioning-device-amqp": "1.3.4", - "azure-iot-provisioning-device-http": "1.3.4", - "azure-iot-provisioning-device-mqtt": "1.3.4", - "azure-iot-provisioning-service": "1.2.4", - "azure-iot-security-tpm": "1.2.4", - "azure-iot-security-x509": "1.2.4", - "azure-iothub": "1.7.4", + "azure-iot-common": "1.7.5", + "azure-iot-provisioning-device": "1.3.5", + "azure-iot-provisioning-device-amqp": "1.3.5", + "azure-iot-provisioning-device-http": "1.3.5", + "azure-iot-provisioning-device-mqtt": "1.3.5", + "azure-iot-provisioning-service": "1.2.5", + "azure-iot-security-tpm": "1.2.5", + "azure-iot-security-x509": "1.2.5", + "azure-iothub": "1.7.5", "chai": "^3.5.0", "debug": "^3.1.0", "istanbul": "^0.4.4", @@ -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/provisioning/service/package.json b/provisioning/service/package.json index bfd956c32..163178933 100644 --- a/provisioning/service/package.json +++ b/provisioning/service/package.json @@ -1,14 +1,14 @@ { "name": "azure-iot-provisioning-service", - "version": "1.2.4", + "version": "1.2.5", "description": "Azure IoT SDK - Provisioning Service Client", "author": "Microsoft Corporation", "license": "MIT", "main": "iotprovisioningservice.js", "typings": "iotprovisioningservice.d.ts", "dependencies": { - "azure-iot-common": "1.7.4", - "azure-iot-http-base": "1.7.4", + "azure-iot-common": "1.7.5", + "azure-iot-http-base": "1.7.5", "debug": "^3.1.0" }, "devDependencies": { diff --git a/provisioning/service/samples/package.json b/provisioning/service/samples/package.json index 4882cc0e8..706023924 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.2.4" + "azure-iot-provisioning-service": "1.2.5" }, "engines": { "node": ">= 0.10" diff --git a/provisioning/transport/amqp/package.json b/provisioning/transport/amqp/package.json index 8727be9b9..343eae635 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.3.4", + "version": "1.3.5", "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.0", - "azure-iot-amqp-base": "2.0.0", - "azure-iot-common": "1.7.4", - "azure-iot-provisioning-device": "1.3.4", + "azure-iot-amqp-base": "2.0.1", + "azure-iot-common": "1.7.5", + "azure-iot-provisioning-device": "1.3.5", "bluebird": "^3.5.0", "buffer-builder": "^0.2.0", "debug": "^3.0.1", @@ -49,4 +49,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 95ac6ec51..79c8ae000 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.3.4", + "version": "1.3.5", "description": "HTTP transport for Azure Device Provisioning SDK", "author": "Microsoft Corporation", "license": "MIT", "main": "index.js", "typings": "index.d.ts", "dependencies": { - "azure-iot-http-base": "1.7.4", - "azure-iot-common": "1.7.4", - "azure-iot-provisioning-device": "1.3.4", + "azure-iot-http-base": "1.7.5", + "azure-iot-common": "1.7.5", + "azure-iot-provisioning-device": "1.3.5", "debug": "^3.0.1", "machina": "^2.0.1" }, diff --git a/provisioning/transport/mqtt/package.json b/provisioning/transport/mqtt/package.json index a4bca4d25..b0a24a7a2 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.3.4", + "version": "1.3.5", "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.7.4", - "azure-iot-mqtt-base": "1.7.4", - "azure-iot-provisioning-device": "1.3.4", + "azure-iot-common": "1.7.5", + "azure-iot-mqtt-base": "1.7.5", + "azure-iot-provisioning-device": "1.3.5", "debug": "^3.0.1", "machina": "^2.0.1", "uuid": "^3.1.0" diff --git a/security/tpm/package.json b/security/tpm/package.json index 109b3fc1d..a70bb717e 100644 --- a/security/tpm/package.json +++ b/security/tpm/package.json @@ -1,13 +1,13 @@ { "name": "azure-iot-security-tpm", - "version": "1.2.4", + "version": "1.2.5", "description": "Azure IoT TPM security client", "author": "Microsoft Corporation", "license": "MIT", "main": "index.js", "typings": "index.d.ts", "dependencies": { - "azure-iot-common": "1.7.4", + "azure-iot-common": "1.7.5", "debug": "^3.0.1", "base32-encode": "^1.0.0", "machina": "^2.0.1", diff --git a/security/x509/package.json b/security/x509/package.json index 110b4ab3f..6aa8f3522 100644 --- a/security/x509/package.json +++ b/security/x509/package.json @@ -1,13 +1,13 @@ { "name": "azure-iot-security-x509", - "version": "1.2.4", + "version": "1.2.5", "description": "Azure IoT x509 security client", "author": "Microsoft Corporation", "license": "MIT", "main": "index.js", "typings": "index.d.ts", "dependencies": { - "azure-iot-common": "1.7.4", + "azure-iot-common": "1.7.5", "debug": "^3.0.1" }, "devDependencies": { diff --git a/service/package.json b/service/package.json index b35550557..64499917a 100644 --- a/service/package.json +++ b/service/package.json @@ -1,6 +1,6 @@ { "name": "azure-iothub", - "version": "1.7.4", + "version": "1.7.5", "description": "Azure IoT SDK - IoT Hub", "author": "Microsoft Corporation", "license": "MIT", @@ -8,9 +8,9 @@ "typings": "iothub.d.ts", "dependencies": { "async": "^2.6.1", - "azure-iot-amqp-base": "2.0.0", - "azure-iot-common": "1.7.4", - "azure-iot-http-base": "1.7.4", + "azure-iot-amqp-base": "2.0.1", + "azure-iot-common": "1.7.5", + "azure-iot-http-base": "1.7.5", "debug": "^3.1.0", "lodash": "^4.17.10", "rhea": "^0.2.17", diff --git a/service/samples/package.json b/service/samples/package.json index b6958331b..a041c7b5d 100644 --- a/service/samples/package.json +++ b/service/samples/package.json @@ -6,7 +6,7 @@ "author": "Microsoft Corp.", "license": "MIT", "dependencies": { - "azure-iothub": "1.7.4", + "azure-iothub": "1.7.5", "azure-storage": "^2.8.1" } } \ No newline at end of file