Skip to content

Commit

Permalink
release(2020-03-13): bump package versions
Browse files Browse the repository at this point in the history
  • Loading branch information
az-iot-builder-01 committed Mar 13, 2020
1 parent 26de978 commit e2e25d0
Show file tree
Hide file tree
Showing 26 changed files with 124 additions and 124 deletions.
4 changes: 2 additions & 2 deletions build/tools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@
},
"homepage": "https://github.com/azure/azure-iot-sdk-node#readme",
"dependencies": {
"azure-iothub": "1.11.2",
"azure-iothub": "1.12.0",
"chalk": "^1.1.3",
"pem": "^1.14.2",
"yargs": "^10.1.1"
}
}
}
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.11.2",
"version": "1.12.0",
"description": "Common components shared by Azure IoT device and service SDKs",
"author": "Microsoft Corporation",
"license": "MIT",
Expand Down Expand Up @@ -77,4 +77,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.3.2",
"version": "2.4.0",
"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.11.2",
"azure-iot-common": "1.12.0",
"debug": "^4.1.1",
"lodash.merge": "^4.6.1",
"machina": "^4.0.2",
Expand Down Expand Up @@ -83,4 +83,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.10.2",
"version": "1.11.0",
"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.11.2",
"azure-iot-common": "1.12.0",
"debug": "^4.1.1",
"uuid": "^3.3.2"
},
Expand Down Expand Up @@ -76,4 +76,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.10.2",
"version": "1.11.0",
"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.11.2",
"azure-iot-common": "1.12.0",
"debug": "^4.1.1",
"machina": "^4.0.2",
"mqtt": "^3.0.0"
Expand Down Expand Up @@ -78,4 +78,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.12.2",
"version": "1.13.0",
"description": "Azure IoT device SDK",
"author": "Microsoft Corporation",
"license": "MIT",
"main": "device.js",
"typings": "device.d.ts",
"dependencies": {
"azure-iot-common": "1.11.2",
"azure-iot-http-base": "1.10.2",
"azure-iot-common": "1.12.0",
"azure-iot-http-base": "1.11.0",
"@azure/storage-blob": "^12.0.0",
"@azure/abort-controller": "1.0.1",
"debug": "^4.1.1",
Expand Down Expand Up @@ -84,4 +84,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.12.2",
"azure-iot-device-amqp": "1.11.2",
"azure-iot-device-http": "1.11.2",
"azure-iot-device-mqtt": "1.11.2"
"azure-iot-device": "1.13.0",
"azure-iot-device-amqp": "1.12.0",
"azure-iot-device-http": "1.12.0",
"azure-iot-device-mqtt": "1.12.0"
},
"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.12.2",
"azure-iot-device-amqp": "1.11.2",
"azure-iot-device-http": "1.11.2",
"azure-iot-device-mqtt": "1.11.2",
"azure-iot-device": "1.13.0",
"azure-iot-device-amqp": "1.12.0",
"azure-iot-device-http": "1.12.0",
"azure-iot-device-mqtt": "1.12.0",
"es5-shim": "^4.5.12",
"lodash": "^4.17.15"
},
Expand All @@ -20,4 +20,4 @@
"npmlockrefresh": "npm i --package-lock-only",
"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.11.2",
"version": "1.12.0",
"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.3.2",
"azure-iot-common": "1.11.2",
"azure-iot-device": "1.12.2",
"azure-iot-amqp-base": "2.4.0",
"azure-iot-common": "1.12.0",
"azure-iot-device": "1.13.0",
"debug": "^4.1.1",
"machina": "^4.0.2",
"rhea": "^1.0.15",
Expand Down Expand Up @@ -82,4 +82,4 @@
"url": "https://github.com/Azure/azure-iot-sdk-node/issues"
},
"homepage": "https://github.com/Azure/azure-iot-sdk-node#readme"
}
}
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.11.2",
"version": "1.12.0",
"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.11.2",
"azure-iot-device": "1.12.2",
"azure-iot-http-base": "1.10.2",
"azure-iot-common": "1.12.0",
"azure-iot-device": "1.13.0",
"azure-iot-http-base": "1.11.0",
"debug": "^4.1.1",
"node-crontab": "^0.0.8"
},
"devDependencies": {
"@types/node": "^9.6.50",
"azure-iothub": "1.11.2",
"azure-iothub": "1.12.0",
"chai": "^4.2.0",
"mocha": "^6.1.4",
"nyc": "^15.0.0",
Expand Down Expand Up @@ -79,4 +79,4 @@
"url": "https://github.com/Azure/azure-iot-sdk-node/issues"
},
"homepage": "https://github.com/Azure/azure-iot-sdk-node#readme"
}
}
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.11.2",
"version": "1.12.0",
"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.11.2",
"azure-iot-device": "1.12.2",
"azure-iot-mqtt-base": "1.10.2",
"azure-iot-common": "1.12.0",
"azure-iot-device": "1.13.0",
"azure-iot-mqtt-base": "1.11.0",
"debug": "^4.1.1",
"machina": "^4.0.2",
"uuid": "^3.3.2"
Expand Down Expand Up @@ -81,4 +81,4 @@
"url": "https://github.com/Azure/azure-iot-sdk-node/issues"
},
"homepage": "https://github.com/Azure/azure-iot-sdk-node#readme"
}
}
16 changes: 8 additions & 8 deletions e2etests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,19 @@
"name": "azure-iot-e2etests",
"description": "Azure IoT end-to-end tests",
"author": "Microsoft Corporation",
"version": "1.11.2",
"version": "1.12.0",
"private": true,
"license": "MIT",
"main": "e2etests.js",
"dependencies": {
"@azure/event-hubs": "^1.0.8",
"async": "^2.6.2",
"azure-iot-common": "1.11.2",
"azure-iot-device": "1.12.2",
"azure-iot-device-amqp": "1.11.2",
"azure-iot-device-http": "1.11.2",
"azure-iot-device-mqtt": "1.11.2",
"azure-iothub": "1.11.2",
"azure-iot-common": "1.12.0",
"azure-iot-device": "1.13.0",
"azure-iot-device-amqp": "1.12.0",
"azure-iot-device-http": "1.12.0",
"azure-iot-device-mqtt": "1.12.0",
"azure-iothub": "1.12.0",
"azure-storage": "^2.10.2",
"@azure/storage-blob": "^12.0.0",
"bluebird": "^3.5.2",
Expand Down Expand Up @@ -84,4 +84,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 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.7.2",
"version": "1.8.0",
"description": "Azure Device Provisioning SDK device client",
"author": "Microsoft Corporation",
"license": "MIT",
"main": "index.js",
"typings": "index.d.ts",
"dependencies": {
"azure-iot-common": "1.11.2",
"azure-iot-common": "1.12.0",
"debug": "^4.1.1",
"machina": "^4.0.2"
},
Expand Down Expand Up @@ -76,4 +76,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.12.2",
"azure-iot-device-amqp": "1.11.2",
"azure-iot-device-http": "1.11.2",
"azure-iot-device-mqtt": "1.11.2",
"azure-iot-provisioning-device": "1.7.2",
"azure-iot-provisioning-device-amqp": "1.7.2",
"azure-iot-provisioning-device-http": "1.7.2",
"azure-iot-provisioning-device-mqtt": "1.6.2",
"azure-iot-security-symmetric-key": "1.6.2",
"azure-iot-security-tpm": "1.7.2",
"azure-iot-security-x509": "1.6.2",
"azure-iot-device": "1.13.0",
"azure-iot-device-amqp": "1.12.0",
"azure-iot-device-http": "1.12.0",
"azure-iot-device-mqtt": "1.12.0",
"azure-iot-provisioning-device": "1.8.0",
"azure-iot-provisioning-device-amqp": "1.8.0",
"azure-iot-provisioning-device-http": "1.8.0",
"azure-iot-provisioning-device-mqtt": "1.7.0",
"azure-iot-security-symmetric-key": "1.7.0",
"azure-iot-security-tpm": "1.8.0",
"azure-iot-security-x509": "1.7.0",
"rhea": "^1.0.15"
},
"scripts": {
Expand All @@ -32,4 +32,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/ts-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.12.2",
"azure-iot-device-amqp": "1.11.2",
"azure-iot-device-http": "1.11.2",
"azure-iot-device-mqtt": "1.11.2",
"azure-iot-provisioning-device": "1.7.2",
"azure-iot-provisioning-device-amqp": "1.7.2",
"azure-iot-provisioning-device-http": "1.7.2",
"azure-iot-provisioning-device-mqtt": "1.6.2",
"azure-iot-security-symmetric-key": "1.6.2",
"azure-iot-security-tpm": "1.7.2",
"azure-iot-security-x509": "1.6.2"
"azure-iot-device": "1.13.0",
"azure-iot-device-amqp": "1.12.0",
"azure-iot-device-http": "1.12.0",
"azure-iot-device-mqtt": "1.12.0",
"azure-iot-provisioning-device": "1.8.0",
"azure-iot-provisioning-device-amqp": "1.8.0",
"azure-iot-provisioning-device-http": "1.8.0",
"azure-iot-provisioning-device-mqtt": "1.7.0",
"azure-iot-security-symmetric-key": "1.7.0",
"azure-iot-security-tpm": "1.8.0",
"azure-iot-security-x509": "1.7.0"
},
"scripts": {
"npmlockrefresh": "npm i --package-lock-only",
Expand All @@ -34,4 +34,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 e2e25d0

Please sign in to comment.