Skip to content

Commit

Permalink
release(2021-09-09): bump package versions
Browse files Browse the repository at this point in the history
  • Loading branch information
az-iot-builder-01 committed Sep 9, 2021
1 parent cd0cb53 commit e79e026
Show file tree
Hide file tree
Showing 29 changed files with 116 additions and 116 deletions.
2 changes: 1 addition & 1 deletion build/tools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
},
"homepage": "https://github.com/azure/azure-iot-sdk-node#readme",
"dependencies": {
"azure-iothub": "1.14.3",
"azure-iothub": "1.14.4",
"chalk": "^1.1.3",
"pem": "^1.14.2",
"yargs": "^15.3.1"
Expand Down
2 changes: 1 addition & 1 deletion common/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "azure-iot-common",
"version": "1.12.10",
"version": "1.12.11",
"description": "Common components shared by Azure IoT device and service SDKs",
"author": "Microsoft Corporation",
"license": "MIT",
Expand Down
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.4.10",
"version": "2.4.11",
"description": "AMQP operations used by Azure IoT device and service SDKs",
"author": "Microsoft Corporation",
"license": "MIT",
"main": "index.js",
"typings": "index.d.ts",
"dependencies": {
"async": "^2.6.3",
"azure-iot-common": "1.12.10",
"azure-iot-common": "1.12.11",
"debug": "^4.3.1",
"lodash.merge": "^4.6.1",
"machina": "^4.0.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"
}
}
4 changes: 2 additions & 2 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.11.10",
"version": "1.11.11",
"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.12.10",
"azure-iot-common": "1.12.11",
"debug": "^4.3.1",
"uuid": "^8.3.2"
},
Expand Down
4 changes: 2 additions & 2 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.12.10",
"version": "1.12.11",
"description": "MQTT 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.12.10",
"azure-iot-common": "1.12.11",
"debug": "^4.3.1",
"machina": "^4.0.2",
"mqtt": "^4.2.8",
Expand Down
6 changes: 3 additions & 3 deletions device/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "azure-iot-device",
"version": "1.17.5",
"version": "1.17.6",
"description": "Azure IoT device SDK",
"author": "Microsoft Corporation",
"license": "MIT",
Expand All @@ -9,8 +9,8 @@
"dependencies": {
"@azure/abort-controller": "1.0.1",
"@azure/storage-blob": "^12.0.0",
"azure-iot-common": "1.12.10",
"azure-iot-http-base": "1.11.10",
"azure-iot-common": "1.12.11",
"azure-iot-http-base": "1.11.11",
"debug": "^4.3.1",
"lodash": "^4.17.21",
"machina": "^4.0.2",
Expand Down
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.17.5",
"azure-iot-device-amqp": "1.13.5",
"azure-iot-device-http": "1.13.5",
"azure-iot-device-mqtt": "1.15.5"
"azure-iot-device": "1.17.6",
"azure-iot-device-amqp": "1.13.6",
"azure-iot-device-http": "1.13.6",
"azure-iot-device-mqtt": "1.15.6"
},
"node-red": {
"nodes": {
Expand Down
8 changes: 4 additions & 4 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.17.5",
"azure-iot-device-amqp": "1.13.5",
"azure-iot-device-http": "1.13.5",
"azure-iot-device-mqtt": "1.15.5",
"azure-iot-device": "1.17.6",
"azure-iot-device-amqp": "1.13.6",
"azure-iot-device-http": "1.13.6",
"azure-iot-device-mqtt": "1.15.6",
"es5-shim": "^4.5.12",
"https-proxy-agent": "^5.0.0",
"lodash": "^4.17.21"
Expand Down
16 changes: 8 additions & 8 deletions device/samples/pnp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@
"author": "Microsoft Corp.",
"license": "MIT",
"dependencies": {
"azure-iot-common": "1.12.10",
"azure-iot-device": "1.17.5",
"azure-iot-device-amqp": "1.13.5",
"azure-iot-device-http": "1.13.5",
"azure-iot-device-mqtt": "1.15.5",
"azure-iot-provisioning-device": "1.8.9",
"azure-iot-provisioning-device-mqtt": "1.7.9",
"azure-iot-security-symmetric-key": "1.7.9",
"azure-iot-common": "1.12.11",
"azure-iot-device": "1.17.6",
"azure-iot-device-amqp": "1.13.6",
"azure-iot-device-http": "1.13.6",
"azure-iot-device-mqtt": "1.15.6",
"azure-iot-provisioning-device": "1.8.10",
"azure-iot-provisioning-device-mqtt": "1.7.10",
"azure-iot-security-symmetric-key": "1.7.10",
"es5-shim": "^4.5.12",
"lodash": "^4.17.21"
},
Expand Down
8 changes: 4 additions & 4 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.13.5",
"version": "1.13.6",
"description": "AMQP transport for Azure IoT device SDK",
"author": "Microsoft Corporation",
"license": "MIT",
"main": "index.js",
"typings": "index.d.ts",
"dependencies": {
"async": "^2.6.3",
"azure-iot-amqp-base": "2.4.10",
"azure-iot-common": "1.12.10",
"azure-iot-device": "1.17.5",
"azure-iot-amqp-base": "2.4.11",
"azure-iot-common": "1.12.11",
"azure-iot-device": "1.17.6",
"debug": "^4.3.1",
"machina": "^4.0.2",
"rhea": "^1.0.15",
Expand Down
10 changes: 5 additions & 5 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.13.5",
"version": "1.13.6",
"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.12.10",
"azure-iot-device": "1.17.5",
"azure-iot-http-base": "1.11.10",
"azure-iot-common": "1.12.11",
"azure-iot-device": "1.17.6",
"azure-iot-http-base": "1.11.11",
"debug": "^4.3.1",
"node-crontab": "^0.0.8"
},
"devDependencies": {
"@types/node": "^16.6.1",
"azure-iothub": "1.14.3",
"azure-iothub": "1.14.4",
"chai": "^4.3.3",
"mocha": "^7.1.1",
"nyc": "^15.0.0",
Expand Down
8 changes: 4 additions & 4 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.15.5",
"version": "1.15.6",
"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.12.10",
"azure-iot-device": "1.17.5",
"azure-iot-mqtt-base": "1.12.10",
"azure-iot-common": "1.12.11",
"azure-iot-device": "1.17.6",
"azure-iot-mqtt-base": "1.12.11",
"debug": "^4.3.1",
"machina": "^4.0.2",
"uuid": "^8.3.2"
Expand Down
12 changes: 6 additions & 6 deletions e2etests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@
"@azure/event-hubs": "^1.0.8",
"@azure/storage-blob": "^12.0.0",
"async": "^2.6.3",
"azure-iot-common": "1.12.10",
"azure-iot-device": "1.17.5",
"azure-iot-device-amqp": "1.13.5",
"azure-iot-device-http": "1.13.5",
"azure-iot-device-mqtt": "1.15.5",
"azure-iothub": "1.14.3",
"azure-iot-common": "1.12.11",
"azure-iot-device": "1.17.6",
"azure-iot-device-amqp": "1.13.6",
"azure-iot-device-http": "1.13.6",
"azure-iot-device-mqtt": "1.15.6",
"azure-iothub": "1.14.4",
"azure-storage": "^2.10.4",
"debug": "^4.3.1",
"lodash": "^4.17.21",
Expand Down
4 changes: 2 additions & 2 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.8.9",
"version": "1.8.10",
"description": "Azure Device Provisioning SDK device client",
"author": "Microsoft Corporation",
"license": "MIT",
"main": "index.js",
"typings": "index.d.ts",
"dependencies": {
"azure-iot-common": "1.12.10",
"azure-iot-common": "1.12.11",
"debug": "^4.3.1",
"machina": "^4.0.2"
},
Expand Down
22 changes: 11 additions & 11 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.17.5",
"azure-iot-device-amqp": "1.13.5",
"azure-iot-device-http": "1.13.5",
"azure-iot-device-mqtt": "1.15.5",
"azure-iot-provisioning-device": "1.8.9",
"azure-iot-provisioning-device-amqp": "1.8.9",
"azure-iot-provisioning-device-http": "1.8.9",
"azure-iot-provisioning-device-mqtt": "1.7.9",
"azure-iot-security-symmetric-key": "1.7.9",
"azure-iot-security-tpm": "1.8.9",
"azure-iot-security-x509": "1.7.9",
"azure-iot-device": "1.17.6",
"azure-iot-device-amqp": "1.13.6",
"azure-iot-device-http": "1.13.6",
"azure-iot-device-mqtt": "1.15.6",
"azure-iot-provisioning-device": "1.8.10",
"azure-iot-provisioning-device-amqp": "1.8.10",
"azure-iot-provisioning-device-http": "1.8.10",
"azure-iot-provisioning-device-mqtt": "1.7.10",
"azure-iot-security-symmetric-key": "1.7.10",
"azure-iot-security-tpm": "1.8.10",
"azure-iot-security-x509": "1.7.10",
"rhea": "^1.0.15"
},
"scripts": {
Expand Down
22 changes: 11 additions & 11 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.17.5",
"azure-iot-device-amqp": "1.13.5",
"azure-iot-device-http": "1.13.5",
"azure-iot-device-mqtt": "1.15.5",
"azure-iot-provisioning-device": "1.8.9",
"azure-iot-provisioning-device-amqp": "1.8.9",
"azure-iot-provisioning-device-http": "1.8.9",
"azure-iot-provisioning-device-mqtt": "1.7.9",
"azure-iot-security-symmetric-key": "1.7.9",
"azure-iot-security-tpm": "1.8.9",
"azure-iot-security-x509": "1.7.9"
"azure-iot-device": "1.17.6",
"azure-iot-device-amqp": "1.13.6",
"azure-iot-device-http": "1.13.6",
"azure-iot-device-mqtt": "1.15.6",
"azure-iot-provisioning-device": "1.8.10",
"azure-iot-provisioning-device-amqp": "1.8.10",
"azure-iot-provisioning-device-http": "1.8.10",
"azure-iot-provisioning-device-mqtt": "1.7.10",
"azure-iot-security-symmetric-key": "1.7.10",
"azure-iot-security-tpm": "1.8.10",
"azure-iot-security-x509": "1.7.10"
},
"devDependencies": {
"tslint": "^6.1.3",
Expand Down
22 changes: 11 additions & 11 deletions provisioning/e2e/package.json
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
{
"name": "azure-iot-provisioning-device-e2e",
"version": "1.8.10",
"version": "1.8.11",
"description": "E2E tests for the Azure Device Provisioning SDK",
"author": "Microsoft Corporation",
"license": "MIT",
"dependencies": {
"async": "^2.6.3",
"azure-iot-common": "1.12.10",
"azure-iot-provisioning-device": "1.8.9",
"azure-iot-provisioning-device-amqp": "1.8.9",
"azure-iot-provisioning-device-http": "1.8.9",
"azure-iot-provisioning-device-mqtt": "1.7.9",
"azure-iot-provisioning-service": "1.8.10",
"azure-iot-security-symmetric-key": "1.7.9",
"azure-iot-security-tpm": "1.8.9",
"azure-iot-security-x509": "1.7.9",
"azure-iothub": "1.14.3",
"azure-iot-common": "1.12.11",
"azure-iot-provisioning-device": "1.8.10",
"azure-iot-provisioning-device-amqp": "1.8.10",
"azure-iot-provisioning-device-http": "1.8.10",
"azure-iot-provisioning-device-mqtt": "1.7.10",
"azure-iot-provisioning-service": "1.8.11",
"azure-iot-security-symmetric-key": "1.7.10",
"azure-iot-security-tpm": "1.8.10",
"azure-iot-security-x509": "1.7.10",
"azure-iothub": "1.14.4",
"chai": "^4.3.3",
"debug": "^4.3.1",
"jshint": "^2.12.0",
Expand Down
6 changes: 3 additions & 3 deletions provisioning/service/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "azure-iot-provisioning-service",
"version": "1.8.10",
"version": "1.8.11",
"description": "Azure IoT SDK - Provisioning Service Client",
"author": "Microsoft Corporation",
"license": "MIT",
"main": "iotprovisioningservice.js",
"typings": "iotprovisioningservice.d.ts",
"dependencies": {
"azure-iot-common": "1.12.10",
"azure-iot-http-base": "1.11.10",
"azure-iot-common": "1.12.11",
"azure-iot-http-base": "1.11.11",
"debug": "^4.3.1"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion provisioning/service/samples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"author": "Microsoft Corporation",
"license": "MIT",
"dependencies": {
"azure-iot-provisioning-service": "1.8.10",
"azure-iot-provisioning-service": "1.8.11",
"yargs": "^15.3.1"
},
"devDependencies": {
Expand Down
8 changes: 4 additions & 4 deletions provisioning/transport/amqp/package.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"name": "azure-iot-provisioning-device-amqp",
"version": "1.8.9",
"version": "1.8.10",
"description": "AMQP transport for Azure Device Provisioning SDK",
"author": "Microsoft Corporation",
"license": "MIT",
"main": "index.js",
"typings": "index.d.ts",
"dependencies": {
"async": "^2.6.3",
"azure-iot-amqp-base": "2.4.10",
"azure-iot-common": "1.12.10",
"azure-iot-provisioning-device": "1.8.9",
"azure-iot-amqp-base": "2.4.11",
"azure-iot-common": "1.12.11",
"azure-iot-provisioning-device": "1.8.10",
"buffer-builder": "^0.2.0",
"debug": "^4.3.1",
"machina": "^4.0.2",
Expand Down
Loading

0 comments on commit e79e026

Please sign in to comment.