From 8618f02106b1742f864ca1d9d97fd61b661f60ee Mon Sep 17 00:00:00 2001 From: Pierre Cauchois Date: Fri, 16 Feb 2018 14:42:11 -0800 Subject: [PATCH] Bump package versions for release 2018-2-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 | 8 ++++---- device/transport/amqp/package.json | 12 ++++++------ 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 | 12 ++++++------ provisioning/e2e/package.json | 22 +++++++++++----------- provisioning/service/package.json | 8 ++++---- provisioning/service/samples/package.json | 4 ++-- provisioning/transport/amqp/package.json | 10 +++++----- provisioning/transport/http/package.json | 10 +++++----- provisioning/transport/mqtt/package.json | 10 +++++----- security/tpm/package.json | 6 +++--- security/x509/package.json | 6 +++--- service/package.json | 10 +++++----- service/samples/package.json | 2 +- 24 files changed, 104 insertions(+), 104 deletions(-) diff --git a/build/tools/package.json b/build/tools/package.json index bf3e0aeff..3ee1286b0 100644 --- a/build/tools/package.json +++ b/build/tools/package.json @@ -19,9 +19,9 @@ }, "homepage": "https://github.com/azure/azure-iot-sdk-node#readme", "dependencies": { - "azure-iothub": "1.2.4", + "azure-iothub": "1.2.5", "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 e73f43d5f..72bec2397 100644 --- a/common/core/package.json +++ b/common/core/package.json @@ -1,6 +1,6 @@ { "name": "azure-iot-common", - "version": "1.4.0", + "version": "1.4.1", "description": "Common components shared by Azure IoT device and service SDKs", "author": "Microsoft Corporation", "license": "MIT", @@ -39,4 +39,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 7490c6565..ebec93564 100644 --- a/common/transport/amqp/package.json +++ b/common/transport/amqp/package.json @@ -1,13 +1,13 @@ { "name": "azure-iot-amqp-base", - "version": "1.4.0", + "version": "1.4.1", "description": "AMQP 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.4.0", + "azure-iot-common": "1.4.1", "amqp10": "^3.6.0", "amqp10-transport-ws": "^0.0.5", "async": "^2.5.0", @@ -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 c20193148..3a7f83bd0 100644 --- a/common/transport/http/package.json +++ b/common/transport/http/package.json @@ -1,13 +1,13 @@ { "name": "azure-iot-http-base", - "version": "1.3.1", + "version": "1.3.2", "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.4.0", + "azure-iot-common": "1.4.1", "debug": "^3.1.0", "uuid": "^3.2.1" }, @@ -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 d74e52d77..25dd7e4d2 100644 --- a/common/transport/mqtt/package.json +++ b/common/transport/mqtt/package.json @@ -1,13 +1,13 @@ { "name": "azure-iot-mqtt-base", - "version": "1.3.1", + "version": "1.3.2", "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.4.0", + "azure-iot-common": "1.4.1", "debug": "^3.1.0", "machina": "^2.0.1", "mqtt": "^2.15.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/device/core/package.json b/device/core/package.json index 844043432..fa01055f6 100644 --- a/device/core/package.json +++ b/device/core/package.json @@ -1,14 +1,14 @@ { "name": "azure-iot-device", - "version": "1.3.1", + "version": "1.3.2", "description": "Azure IoT device SDK", "author": "Microsoft Corporation", "license": "MIT", "main": "device.js", "typings": "device.d.ts", "dependencies": { - "azure-iot-common": "1.4.0", - "azure-iot-http-base": "1.3.1", + "azure-iot-common": "1.4.1", + "azure-iot-http-base": "1.3.2", "azure-storage": "^2.8.0", "debug": "^3.1.0", "lodash": "^4.17.5", @@ -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/device/node-red/package.json b/device/node-red/package.json index da3804d62..22ce7abb7 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.24", + "version": "0.1.25", "description": "An Azure IoT Hub node for node-red", "author": "Microsoft Corp.", "license": "MIT", "dependencies": { - "azure-iot-device": "1.3.1", - "azure-iot-device-amqp": "1.3.1", - "azure-iot-device-http": "1.3.1", - "azure-iot-device-mqtt": "1.3.1" + "azure-iot-device": "1.3.2", + "azure-iot-device-amqp": "1.3.2", + "azure-iot-device-http": "1.3.2", + "azure-iot-device-mqtt": "1.3.2" }, "node-red": { "nodes": { diff --git a/device/samples/package.json b/device/samples/package.json index f608482ee..f759af930 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.3.1", - "azure-iot-device-amqp": "1.3.1", - "azure-iot-device-http": "1.3.1", - "azure-iot-device-mqtt": "1.3.1", + "azure-iot-device": "1.3.2", + "azure-iot-device-amqp": "1.3.2", + "azure-iot-device-http": "1.3.2", + "azure-iot-device-mqtt": "1.3.2", "es5-shim": "^4.5.9", "lodash": "^4.17.5" }, diff --git a/device/transport/amqp/package.json b/device/transport/amqp/package.json index abd24bbf4..ee124a4f3 100644 --- a/device/transport/amqp/package.json +++ b/device/transport/amqp/package.json @@ -1,6 +1,6 @@ { "name": "azure-iot-device-amqp", - "version": "1.3.1", + "version": "1.3.2", "description": "AMQP transport for Azure IoT device SDK", "author": "Microsoft Corporation", "license": "MIT", @@ -8,15 +8,15 @@ "typings": "index.d.ts", "dependencies": { "async": "^2.5.0", - "azure-iot-amqp-base": "1.4.0", - "azure-iot-common": "1.4.0", - "azure-iot-device": "1.3.1", + "azure-iot-amqp-base": "1.4.1", + "azure-iot-common": "1.4.1", + "azure-iot-device": "1.3.2", "debug": "^3.0.1", "machina": "^2.0.1", "uuid": "^3.0.1" }, "devDependencies": { - "azure-iothub": "1.2.4", + "azure-iothub": "1.2.5", "bluebird": "^3.5.0", "chai": "^4.1.2", "istanbul": "^0.4.5", @@ -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/device/transport/http/package.json b/device/transport/http/package.json index 69d397b6b..3d1d244d0 100644 --- a/device/transport/http/package.json +++ b/device/transport/http/package.json @@ -1,20 +1,20 @@ { "name": "azure-iot-device-http", - "version": "1.3.1", + "version": "1.3.2", "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.4.0", - "azure-iot-device": "1.3.1", - "azure-iot-http-base": "1.3.1", + "azure-iot-common": "1.4.1", + "azure-iot-device": "1.3.2", + "azure-iot-http-base": "1.3.2", "debug": "^3.1.0", "node-crontab": "^0.0.8" }, "devDependencies": { - "azure-iothub": "1.2.4", + "azure-iothub": "1.2.5", "chai": "^4.1.2", "istanbul": "^0.4.4", "jshint": "^2.9.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/device/transport/mqtt/package.json b/device/transport/mqtt/package.json index dce5395ab..88e9abe12 100644 --- a/device/transport/mqtt/package.json +++ b/device/transport/mqtt/package.json @@ -1,15 +1,15 @@ { "name": "azure-iot-device-mqtt", - "version": "1.3.1", + "version": "1.3.2", "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.4.0", - "azure-iot-device": "1.3.1", - "azure-iot-mqtt-base": "1.3.1", + "azure-iot-common": "1.4.1", + "azure-iot-device": "1.3.2", + "azure-iot-mqtt-base": "1.3.2", "debug": "^3.0.1", "machina": "^2.0.1" }, @@ -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/e2etests/package.json b/e2etests/package.json index 9076bf12b..6204a2bfa 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.2.4", + "version": "1.2.5", "private": true, "license": "MIT", "main": "e2etests.js", "dependencies": { "async": "^2.1.2", "azure-event-hubs": "0.0.8", - "azure-iot-common": "1.4.0", - "azure-iot-device": "1.3.1", - "azure-iot-device-amqp": "1.3.1", - "azure-iot-device-http": "1.3.1", - "azure-iot-device-mqtt": "1.3.1", - "azure-iothub": "1.2.4", + "azure-iot-common": "1.4.1", + "azure-iot-device": "1.3.2", + "azure-iot-device-amqp": "1.3.2", + "azure-iot-device-http": "1.3.2", + "azure-iot-device-mqtt": "1.3.2", + "azure-iothub": "1.2.5", "azure-storage": "^2.8.0", "bluebird": "^3.3.0", "debug": "^3.1.0", @@ -73,4 +73,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 73a927a2b..98218939b 100644 --- a/provisioning/device/package.json +++ b/provisioning/device/package.json @@ -1,13 +1,13 @@ { "name": "azure-iot-provisioning-device", - "version": "1.1.0", + "version": "1.1.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.4.0", + "azure-iot-common": "1.4.1", "debug": "^3.0.1", "machina": "^2.0.1" }, @@ -43,4 +43,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 06ab7accc..eca3cb30f 100644 --- a/provisioning/device/samples/package.json +++ b/provisioning/device/samples/package.json @@ -5,11 +5,11 @@ "author": "Microsoft Corporation", "license": "MIT", "dependencies": { - "azure-iot-provisioning-device": "1.1.0", - "azure-iot-provisioning-device-amqp": "1.1.0", - "azure-iot-provisioning-device-http": "1.1.0", - "azure-iot-provisioning-device-mqtt": "1.0.1", - "azure-iot-security-x509": "1.0.1" + "azure-iot-provisioning-device": "1.1.1", + "azure-iot-provisioning-device-amqp": "1.1.1", + "azure-iot-provisioning-device-http": "1.1.1", + "azure-iot-provisioning-device-mqtt": "1.0.2", + "azure-iot-security-x509": "1.0.2" }, "scripts": { "build": "echo nothing to do" @@ -25,4 +25,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 6efb083f3..575436f37 100644 --- a/provisioning/e2e/package.json +++ b/provisioning/e2e/package.json @@ -1,20 +1,20 @@ { "name": "azure-iot-provisioning-device-e2e", - "version": "0.0.3", + "version": "0.0.4", "description": "E2E tests for the Azure Device Provisioning SDK", "author": "Microsoft Corporation", "license": "MIT", "dependencies": { "async": "^2.6.0", - "azure-iot-common": "1.4.0", - "azure-iot-provisioning-device": "1.1.0", - "azure-iot-provisioning-device-amqp": "1.1.0", - "azure-iot-provisioning-device-http": "1.1.0", - "azure-iot-provisioning-device-mqtt": "1.0.1", - "azure-iot-provisioning-service": "1.0.2", - "azure-iot-security-tpm": "1.0.0-preview", - "azure-iot-security-x509": "1.0.1", - "azure-iothub": "1.2.4", + "azure-iot-common": "1.4.1", + "azure-iot-provisioning-device": "1.1.1", + "azure-iot-provisioning-device-amqp": "1.1.1", + "azure-iot-provisioning-device-http": "1.1.1", + "azure-iot-provisioning-device-mqtt": "1.0.2", + "azure-iot-provisioning-service": "1.0.3", + "azure-iot-security-tpm": "1.0.0", + "azure-iot-security-x509": "1.0.2", + "azure-iothub": "1.2.5", "chai": "^3.5.0", "debug": "^3.1.0", "istanbul": "^0.4.4", @@ -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/service/package.json b/provisioning/service/package.json index cc3cd390e..1728509a2 100644 --- a/provisioning/service/package.json +++ b/provisioning/service/package.json @@ -1,14 +1,14 @@ { "name": "azure-iot-provisioning-service", - "version": "1.0.2", + "version": "1.0.3", "description": "Azure IoT SDK - Provisioning Service Client", "author": "Microsoft Corporation", "license": "MIT", "main": "iotprovisioningservice.js", "typings": "iotprovisioningservice.d.ts", "dependencies": { - "azure-iot-common": "1.4.0", - "azure-iot-http-base": "1.3.1", + "azure-iot-common": "1.4.1", + "azure-iot-http-base": "1.3.2", "debug": "^3.1.0" }, "devDependencies": { @@ -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/provisioning/service/samples/package.json b/provisioning/service/samples/package.json index d7acd227d..66565355c 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.0.2" + "azure-iot-provisioning-service": "1.0.3" }, "scripts": { "build": "echo nothing to do" @@ -22,4 +22,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/amqp/package.json b/provisioning/transport/amqp/package.json index 399f88ae2..1c2f3efb1 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.1.0", + "version": "1.1.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.0", - "azure-iot-amqp-base": "1.4.0", - "azure-iot-common": "1.4.0", - "azure-iot-provisioning-device": "1.1.0", + "azure-iot-amqp-base": "1.4.1", + "azure-iot-common": "1.4.1", + "azure-iot-provisioning-device": "1.1.1", "bluebird": "^3.5.0", "buffer-builder": "^0.2.0", "debug": "^3.0.1", @@ -50,4 +50,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 da6307552..741f70156 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.1.0", + "version": "1.1.1", "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.3.1", - "azure-iot-common": "1.4.0", - "azure-iot-provisioning-device": "1.1.0", + "azure-iot-http-base": "1.3.2", + "azure-iot-common": "1.4.1", + "azure-iot-provisioning-device": "1.1.1", "debug": "^3.0.1", "machina": "^2.0.1" }, @@ -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/provisioning/transport/mqtt/package.json b/provisioning/transport/mqtt/package.json index 017ed21aa..8b726a3f6 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.0.1", + "version": "1.0.2", "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.4.0", - "azure-iot-mqtt-base": "1.3.1", - "azure-iot-provisioning-device": "1.1.0", + "azure-iot-common": "1.4.1", + "azure-iot-mqtt-base": "1.3.2", + "azure-iot-provisioning-device": "1.1.1", "debug": "^3.0.1", "machina": "^2.0.1", "uuid": "^3.1.0" @@ -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/tpm/package.json b/security/tpm/package.json index 0e7b4b636..c983d78ff 100644 --- a/security/tpm/package.json +++ b/security/tpm/package.json @@ -1,13 +1,13 @@ { "name": "azure-iot-security-tpm", - "version": "1.0.0-preview", + "version": "1.0.0", "description": "Azure IoT TPM security client", "author": "Microsoft Corporation", "license": "MIT", "main": "index.js", "typings": "index.d.ts", "dependencies": { - "azure-iot-common": "1.4.0", + "azure-iot-common": "1.4.1", "debug": "^3.0.1", "base32-encode": "^1.0.0", "machina": "^2.0.1", @@ -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 2b5db1328..2a8f4d084 100644 --- a/security/x509/package.json +++ b/security/x509/package.json @@ -1,13 +1,13 @@ { "name": "azure-iot-security-x509", - "version": "1.0.1", + "version": "1.0.2", "description": "Azure IoT x509 security client", "author": "Microsoft Corporation", "license": "MIT", "main": "index.js", "typings": "index.d.ts", "dependencies": { - "azure-iot-common": "1.4.0", + "azure-iot-common": "1.4.1", "debug": "^3.0.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/service/package.json b/service/package.json index 593e9163f..eb0cc364e 100644 --- a/service/package.json +++ b/service/package.json @@ -1,6 +1,6 @@ { "name": "azure-iothub", - "version": "1.2.4", + "version": "1.2.5", "description": "Azure IoT SDK - IoT Hub", "author": "Microsoft Corporation", "license": "MIT", @@ -8,9 +8,9 @@ "typings": "iothub.d.ts", "dependencies": { "async": "^2.5.0", - "azure-iot-amqp-base": "1.4.0", - "azure-iot-common": "1.4.0", - "azure-iot-http-base": "1.3.1", + "azure-iot-amqp-base": "1.4.1", + "azure-iot-common": "1.4.1", + "azure-iot-http-base": "1.3.2", "debug": "^3.1.0", "lodash": "^4.17.5", "machina": "^2.0.1" @@ -52,4 +52,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 2a3ee9728..96120c597 100644 --- a/service/samples/package.json +++ b/service/samples/package.json @@ -6,7 +6,7 @@ "author": "Microsoft Corp.", "license": "MIT", "dependencies": { - "azure-iothub": "1.2.4", + "azure-iothub": "1.2.5", "azure-storage": "^2.8.0" } } \ No newline at end of file