Skip to content

Commit

Permalink
LTS(2019_09_09): bump package versions
Browse files Browse the repository at this point in the history
  • Loading branch information
az-iot-builder-01 committed Nov 6, 2020
1 parent 923439b commit 645e86d
Show file tree
Hide file tree
Showing 28 changed files with 135 additions and 135 deletions.
2 changes: 1 addition & 1 deletion build/tools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
},
"homepage": "https://github.com/azure/azure-iot-sdk-node#readme",
"dependencies": {
"azure-iothub": "1.10.3",
"azure-iothub": "1.10.3-lts0919up1",
"chalk": "^1.1.3",
"pem": "^1.14.2",
"yargs": "^4.7.1"
Expand Down
4 changes: 2 additions & 2 deletions common/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "azure-iot-common",
"version": "1.10.3",
"version": "1.10.2-lts0919up1",
"description": "Common components shared by Azure IoT device and service SDKs",
"author": "Microsoft Corporation",
"license": "MIT",
Expand Down Expand Up @@ -42,4 +42,4 @@
"url": "https://github.com/Azure/azure-iot-sdk-node/issues"
},
"homepage": "https://github.com/Azure/azure-iot-sdk-node#readme"
}
}
6 changes: 3 additions & 3 deletions common/transport/amqp/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "azure-iot-amqp-base",
"version": "2.2.13",
"version": "2.2.13-lts0919up1",
"description": "AMQP operations used by Azure IoT device and service SDKs",
"author": "Microsoft Corporation",
"license": "MIT",
"main": "main.js",
"typings": "index.d.ts",
"dependencies": {
"async": "^2.6.2",
"azure-iot-common": "1.10.3",
"azure-iot-common": "1.10.2-lts0919up1",
"debug": "^4.1.1",
"lodash.merge": "^4.6.1",
"machina": "^4.0.2",
Expand Down Expand Up @@ -49,4 +49,4 @@
"url": "https://github.com/Azure/azure-iot-sdk-node/issues"
},
"homepage": "https://github.com/Azure/azure-iot-sdk-node#readme"
}
}
6 changes: 3 additions & 3 deletions common/transport/http/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "azure-iot-http-base",
"version": "1.9.12",
"version": "1.9.12-lts0919up1",
"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.10.3",
"azure-iot-common": "1.10.2-lts0919up1",
"debug": "^4.1.1",
"uuid": "^3.3.2"
},
Expand Down Expand Up @@ -42,4 +42,4 @@
"url": "https://github.com/Azure/azure-iot-sdk-node/issues"
},
"homepage": "https://github.com/Azure/azure-iot-sdk-node#readme"
}
}
6 changes: 3 additions & 3 deletions common/transport/mqtt/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "azure-iot-mqtt-base",
"version": "1.9.13",
"version": "1.9.13-lts0919up1",
"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.10.3",
"azure-iot-common": "1.10.2-lts0919up1",
"debug": "^4.1.1",
"machina": "^4.0.2",
"mqtt": "^2.18.8"
Expand Down Expand Up @@ -44,4 +44,4 @@
"url": "https://github.com/Azure/azure-iot-sdk-node/issues"
},
"homepage": "https://github.com/Azure/azure-iot-sdk-node#readme"
}
}
8 changes: 4 additions & 4 deletions device/core/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "azure-iot-device",
"version": "1.11.2",
"version": "1.11.2-lts0919up1",
"description": "Azure IoT device SDK",
"author": "Microsoft Corporation",
"license": "MIT",
"main": "device.js",
"typings": "device.d.ts",
"dependencies": {
"azure-iot-common": "1.10.3",
"azure-iot-http-base": "1.9.12",
"azure-iot-common": "1.10.2-lts0919up1",
"azure-iot-http-base": "1.9.12-lts0919up1",
"azure-storage": "^2.10.2",
"debug": "^4.1.1",
"lodash": "^4.17.20",
Expand Down Expand Up @@ -49,4 +49,4 @@
"url": "https://github.com/Azure/azure-iot-sdk-node/issues"
},
"homepage": "https://github.com/Azure/azure-iot-sdk-node#readme"
}
}
8 changes: 4 additions & 4 deletions device/node-red/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
"author": "Microsoft Corp.",
"license": "MIT",
"dependencies": {
"azure-iot-device": "1.11.2",
"azure-iot-device-amqp": "1.10.3",
"azure-iot-device-http": "1.10.3",
"azure-iot-device-mqtt": "1.10.3"
"azure-iot-device": "1.11.2-lts0919up1",
"azure-iot-device-amqp": "1.10.3-lts0919up1",
"azure-iot-device-http": "1.10.3-lts0919up1",
"azure-iot-device-mqtt": "1.10.3-lts0919up1"
},
"node-red": {
"nodes": {
Expand Down
10 changes: 5 additions & 5 deletions device/samples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
"author": "Microsoft Corp.",
"license": "MIT",
"dependencies": {
"azure-iot-device": "1.11.2",
"azure-iot-device-amqp": "1.10.3",
"azure-iot-device-http": "1.10.3",
"azure-iot-device-mqtt": "1.10.3",
"azure-iot-device": "1.11.2-lts0919up1",
"azure-iot-device-amqp": "1.10.3-lts0919up1",
"azure-iot-device-http": "1.10.3-lts0919up1",
"azure-iot-device-mqtt": "1.10.3-lts0919up1",
"es5-shim": "^4.5.12",
"lodash": "^4.17.20"
},
Expand All @@ -19,4 +19,4 @@
"scripts": {
"lint": "jshint --show-non-errors ."
}
}
}
10 changes: 5 additions & 5 deletions device/transport/amqp/package.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"name": "azure-iot-device-amqp",
"version": "1.10.3",
"version": "1.10.3-lts0919up1",
"description": "AMQP transport for Azure IoT device SDK",
"author": "Microsoft Corporation",
"license": "MIT",
"main": "index.js",
"typings": "index.d.ts",
"dependencies": {
"async": "^2.6.2",
"azure-iot-amqp-base": "2.2.13",
"azure-iot-common": "1.10.3",
"azure-iot-device": "1.11.2",
"azure-iot-amqp-base": "2.2.13-lts0919up1",
"azure-iot-common": "1.10.2-lts0919up1",
"azure-iot-device": "1.11.2-lts0919up1",
"debug": "^4.1.1",
"machina": "^4.0.2",
"rhea": "^1.0.2",
Expand Down Expand Up @@ -63,4 +63,4 @@
],
"all": true
}
}
}
12 changes: 6 additions & 6 deletions device/transport/http/package.json
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
{
"name": "azure-iot-device-http",
"version": "1.10.3",
"version": "1.10.3-lts0919up1",
"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.10.3",
"azure-iot-device": "1.11.2",
"azure-iot-http-base": "1.9.12",
"azure-iot-common": "1.10.2-lts0919up1",
"azure-iot-device": "1.11.2-lts0919up1",
"azure-iot-http-base": "1.9.12-lts0919up1",
"debug": "^4.1.1",
"node-crontab": "^0.0.8"
},
"devDependencies": {
"@types/node": "^7.10.14",
"azure-iothub": "1.10.3",
"azure-iothub": "1.10.3-lts0919up1",
"chai": "^4.2.0",
"mocha": "^5.2.0",
"nyc": "^14.1.1",
Expand Down Expand Up @@ -60,4 +60,4 @@
],
"all": true
}
}
}
10 changes: 5 additions & 5 deletions device/transport/mqtt/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "azure-iot-device-mqtt",
"version": "1.10.3",
"version": "1.10.3-lts0919up1",
"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.10.3",
"azure-iot-device": "1.11.2",
"azure-iot-mqtt-base": "1.9.13",
"azure-iot-common": "1.10.2-lts0919up1",
"azure-iot-device": "1.11.2-lts0919up1",
"azure-iot-mqtt-base": "1.9.13-lts0919up1",
"debug": "^4.1.1",
"machina": "^4.0.2",
"uuid": "^3.3.2"
Expand Down Expand Up @@ -62,4 +62,4 @@
],
"all": true
}
}
}
12 changes: 6 additions & 6 deletions device/ts-samples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@
"homepage": "https://github.com/azure/azure-iot-sdk-node#readme",
"dependencies": {
"@types/node": "^7.10.14",
"azure-iot-common": "1.1.6",
"azure-iot-device": "1.1.10",
"azure-iot-device-amqp": "1.1.10",
"azure-iot-device-http": "1.1.10",
"azure-iot-device-mqtt": "1.1.10",
"azure-iot-common": "1.10.2-lts0919up1",
"azure-iot-device": "1.11.2-lts0919up1",
"azure-iot-device-amqp": "1.10.3-lts0919up1",
"azure-iot-device-http": "1.10.3-lts0919up1",
"azure-iot-device-mqtt": "1.10.3-lts0919up1",
"tslint": "^5.9.1",
"typescript": "3.5.3"
}
}
}
12 changes: 6 additions & 6 deletions e2etests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@
"dependencies": {
"@azure/event-hubs": "^1.0.8",
"async": "^2.6.2",
"azure-iot-common": "1.10.3",
"azure-iot-device": "1.11.2",
"azure-iot-device-amqp": "1.10.3",
"azure-iot-device-http": "1.10.3",
"azure-iot-device-mqtt": "1.10.3",
"azure-iothub": "1.10.3",
"azure-iot-common": "1.10.2-lts0919up1",
"azure-iot-device": "1.11.2-lts0919up1",
"azure-iot-device-amqp": "1.10.3-lts0919up1",
"azure-iot-device-http": "1.10.3-lts0919up1",
"azure-iot-device-mqtt": "1.10.3-lts0919up1",
"azure-iothub": "1.10.3-lts0919up1",
"azure-storage": "^2.10.2",
"bluebird": "^3.5.2",
"debug": "^4.1.1",
Expand Down
14 changes: 7 additions & 7 deletions longhaultests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,13 @@
},
"dependencies": {
"async": "^2.6.2",
"azure-iot-common": "1.10.1",
"azure-iot-device": "1.11.0",
"azure-iot-device-amqp": "1.10.1",
"azure-iot-device-http": "1.10.1",
"azure-iot-device-mqtt": "1.10.1",
"azure-iothub": "1.10.1",
"azure-iot-common": "1.10.2-lts0919up1",
"azure-iot-device": "1.11.2-lts0919up1",
"azure-iot-device-amqp": "1.10.3-lts0919up1",
"azure-iot-device-http": "1.10.3-lts0919up1",
"azure-iot-device-mqtt": "1.10.3-lts0919up1",
"azure-iothub": "1.10.3-lts0919up1",
"debug": "^4.1.1",
"uuid": "^3.3.2"
}
}
}
6 changes: 3 additions & 3 deletions provisioning/device/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "azure-iot-provisioning-device",
"version": "1.6.3",
"version": "1.6.3-lts0919up1",
"description": "Azure Device Provisioning SDK device client",
"author": "Microsoft Corporation",
"license": "MIT",
"main": "index.js",
"typings": "index.d.ts",
"dependencies": {
"azure-iot-common": "1.10.3",
"azure-iot-common": "1.10.2-lts0919up1",
"debug": "^4.1.1",
"machina": "^4.0.2"
},
Expand Down Expand Up @@ -42,4 +42,4 @@
"url": "https://github.com/Azure/azure-iot-sdk-node/issues"
},
"homepage": "https://github.com/Azure/azure-iot-sdk-node#readme"
}
}
24 changes: 12 additions & 12 deletions provisioning/device/samples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,17 @@
"author": "Microsoft Corporation",
"license": "MIT",
"dependencies": {
"azure-iot-device": "1.11.2",
"azure-iot-device-amqp": "1.10.3",
"azure-iot-device-http": "1.10.3",
"azure-iot-device-mqtt": "1.10.3",
"azure-iot-provisioning-device": "1.6.3",
"azure-iot-provisioning-device-amqp": "1.6.3",
"azure-iot-provisioning-device-http": "1.6.3",
"azure-iot-provisioning-device-mqtt": "1.5.12",
"azure-iot-security-symmetric-key": "1.5.12",
"azure-iot-security-tpm": "1.6.3",
"azure-iot-security-x509": "1.5.12",
"azure-iot-device": "1.11.2-lts0919up1",
"azure-iot-device-amqp": "1.10.3-lts0919up1",
"azure-iot-device-http": "1.10.3-lts0919up1",
"azure-iot-device-mqtt": "1.10.3-lts0919up1",
"azure-iot-provisioning-device": "1.6.3-lts0919up1",
"azure-iot-provisioning-device-amqp": "1.6.3-lts0919up1",
"azure-iot-provisioning-device-http": "1.6.3-lts0919up1",
"azure-iot-provisioning-device-mqtt": "1.5.12-lts0919up1",
"azure-iot-security-symmetric-key": "1.5.12-lts0919up1",
"azure-iot-security-tpm": "1.6.3-lts0919up1",
"azure-iot-security-x509": "1.5.12-lts0919up1",
"rhea": "^1.0.2"
},
"engines": {
Expand All @@ -29,4 +29,4 @@
"url": "https://github.com/Azure/azure-iot-sdk-node/issues"
},
"homepage": "https://github.com/Azure/azure-iot-sdk-node#readme"
}
}
Loading

0 comments on commit 645e86d

Please sign in to comment.