Skip to content

Commit

Permalink
release(2023-04-06): bump package versions
Browse files Browse the repository at this point in the history
  • Loading branch information
az-iot-builder-01 committed Apr 6, 2023
1 parent 71bf42a commit 185edf0
Show file tree
Hide file tree
Showing 29 changed files with 107 additions and 107 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.16.1",
"azure-iothub": "1.15.1",
"async": "^3.2.3",
"es5-ext": "0.10.53",
"chalk": "^1.1.3",
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.13.1",
"version": "1.13.2",
"description": "Common components shared by Azure IoT device and service SDKs",
"author": "Microsoft Corporation",
"license": "MIT",
Expand Down
4 changes: 2 additions & 2 deletions common/transport/amqp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "azure-iot-amqp-base",
"version": "2.5.1",
"version": "2.5.2",
"description": "AMQP operations used by Azure IoT device and service SDKs",
"author": "Microsoft Corporation",
"license": "MIT",
Expand All @@ -9,7 +9,7 @@
"dependencies": {
"async": "^3.2.3",
"es5-ext": "0.10.53",
"azure-iot-common": "1.13.1",
"azure-iot-common": "1.13.2",
"debug": "^4.3.1",
"lodash.merge": "^4.6.1",
"machina": "^4.0.2",
Expand Down
4 changes: 2 additions & 2 deletions common/transport/http/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "azure-iot-http-base",
"version": "1.12.1",
"version": "1.12.2",
"description": "HTTP operations used by Azure IoT device and service SDKs",
"author": "Microsoft Corporation",
"license": "MIT",
Expand All @@ -9,7 +9,7 @@
"dependencies": {
"@azure/core-auth": "^1.4.0",
"async": "^3.2.3",
"azure-iot-common": "1.13.1",
"azure-iot-common": "1.13.2",
"debug": "^4.3.1",
"es5-ext": "0.10.53",
"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,14 +1,14 @@
{
"name": "azure-iot-mqtt-base",
"version": "1.13.1",
"version": "1.13.2",
"description": "MQTT operations used by Azure IoT device and service SDKs",
"author": "Microsoft Corporation",
"license": "MIT",
"main": "index.js",
"typings": "index.d.ts",
"dependencies": {
"async": "^3.2.3",
"azure-iot-common": "1.13.1",
"azure-iot-common": "1.13.2",
"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.18.1",
"version": "1.18.2",
"description": "Azure IoT device SDK",
"author": "Microsoft Corporation",
"license": "MIT",
Expand All @@ -10,8 +10,8 @@
"async": "^3.2.3",
"@azure/abort-controller": "1.0.1",
"@azure/storage-blob": "^12.8.0",
"azure-iot-common": "1.13.1",
"azure-iot-http-base": "1.12.1",
"azure-iot-common": "1.13.2",
"azure-iot-http-base": "1.12.2",
"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.18.1",
"azure-iot-device-amqp": "1.14.1",
"azure-iot-device-http": "1.14.1",
"azure-iot-device-mqtt": "1.16.1"
"azure-iot-device": "1.18.2",
"azure-iot-device-amqp": "1.14.2",
"azure-iot-device-http": "1.14.2",
"azure-iot-device-mqtt": "1.16.2"
},
"node-red": {
"nodes": {
Expand Down
10 changes: 5 additions & 5 deletions device/samples/javascript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@
"license": "MIT",
"dependencies": {
"async": "^3.2.3",
"azure-iot-device": "1.18.1",
"azure-iot-device-amqp": "1.14.1",
"azure-iot-device-http": "1.14.1",
"azure-iot-device-mqtt": "1.16.1",
"azure-iot-device": "1.18.2",
"azure-iot-device-amqp": "1.14.2",
"azure-iot-device-http": "1.14.2",
"azure-iot-device-mqtt": "1.16.2",
"azure-iot-provisioning-device": "1.9.1",
"azure-iot-provisioning-device-mqtt": "1.8.1",
"azure-iot-security-symmetric-key": "1.8.1",
"azure-iot-security-symmetric-key": "1.8.2",
"https-proxy-agent": "^5.0.0",
"lodash": "^4.17.21"
},
Expand Down
12 changes: 6 additions & 6 deletions device/samples/typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@
"async": "^3.2.3",
"es5-ext": "0.10.53",
"@azure/storage-blob": "^12.8.0",
"azure-iot-common": "1.13.1",
"azure-iot-device": "1.18.1",
"azure-iot-device-amqp": "1.14.1",
"azure-iot-device-http": "1.14.1",
"azure-iot-device-mqtt": "1.16.1",
"azure-iot-common": "1.13.2",
"azure-iot-device": "1.18.2",
"azure-iot-device-amqp": "1.14.2",
"azure-iot-device-http": "1.14.2",
"azure-iot-device-mqtt": "1.16.2",
"azure-iot-provisioning-device": "1.9.1",
"azure-iot-provisioning-device-mqtt": "1.8.1",
"azure-iot-security-symmetric-key": "1.8.1",
"azure-iot-security-symmetric-key": "1.8.2",
"https-proxy-agent": "^5.0.0"
},
"devDependencies": {
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.14.1",
"version": "1.14.2",
"description": "AMQP transport for Azure IoT device SDK",
"author": "Microsoft Corporation",
"license": "MIT",
"main": "index.js",
"typings": "index.d.ts",
"dependencies": {
"async": "^3.2.3",
"azure-iot-amqp-base": "2.5.1",
"azure-iot-common": "1.13.1",
"azure-iot-device": "1.18.1",
"azure-iot-amqp-base": "2.5.2",
"azure-iot-common": "1.13.2",
"azure-iot-device": "1.18.2",
"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,22 +1,22 @@
{
"name": "azure-iot-device-http",
"version": "1.14.1",
"version": "1.14.2",
"description": "HTTP transport for Azure IoT device SDK",
"author": "Microsoft Corporation",
"license": "MIT",
"main": "index.js",
"typings": "index.d.ts",
"dependencies": {
"async": "^3.2.3",
"azure-iot-common": "1.13.1",
"azure-iot-device": "1.18.1",
"azure-iot-http-base": "1.12.1",
"azure-iot-common": "1.13.2",
"azure-iot-device": "1.18.2",
"azure-iot-http-base": "1.12.2",
"debug": "^4.3.1",
"node-crontab": "^0.0.8"
},
"devDependencies": {
"@types/node": "^16.10.2",
"azure-iothub": "^1.16.1",
"azure-iothub": "1.15.1",
"eslint": "^8.26.0",
"@typescript-eslint/eslint-plugin": "^5.41.0",
"@typescript-eslint/eslint-plugin-tslint": "^5.41.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,16 +1,16 @@
{
"name": "azure-iot-device-mqtt",
"version": "1.16.1",
"version": "1.16.2",
"description": "MQTT transport for Azure IoT device SDK",
"author": "Microsoft Corporation",
"license": "MIT",
"main": "index.js",
"typings": "index.d.ts",
"dependencies": {
"async": "^3.2.3",
"azure-iot-common": "1.13.1",
"azure-iot-device": "1.18.1",
"azure-iot-mqtt-base": "1.13.1",
"azure-iot-common": "1.13.2",
"azure-iot-device": "1.18.2",
"azure-iot-mqtt-base": "1.13.2",
"debug": "^4.3.1",
"machina": "^4.0.2",
"uuid": "^8.3.2"
Expand Down
14 changes: 7 additions & 7 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.8.0",
"async": "^3.2.3",
"azure-iot-common": "1.13.1",
"azure-iot-device": "1.18.1",
"azure-iot-device-amqp": "1.14.1",
"azure-iot-device-http": "1.14.1",
"azure-iot-device-mqtt": "1.16.1",
"azure-iothub": "^1.16.1",
"azure-iot-common": "1.13.2",
"azure-iot-device": "1.18.2",
"azure-iot-device-amqp": "1.14.2",
"azure-iot-device-http": "1.14.2",
"azure-iot-device-mqtt": "1.16.2",
"azure-iothub": "1.15.1",
"azure-storage": "^2.10.4",
"debug": "^4.3.1",
"lodash": "^4.17.21",
Expand Down Expand Up @@ -91,4 +91,4 @@
"url": "https://github.com/Azure/azure-iot-sdk-node/issues"
},
"homepage": "https://github.com/Azure/azure-iot-sdk-node#readme"
}
}
2 changes: 1 addition & 1 deletion provisioning/device/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"dependencies": {
"async": "^3.2.3",
"es5-ext": "0.10.53",
"azure-iot-common": "1.13.1",
"azure-iot-common": "1.13.2",
"debug": "^4.3.1",
"machina": "^4.0.2"
},
Expand Down
14 changes: 7 additions & 7 deletions provisioning/device/samples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,17 @@
"dependencies": {
"async": "^3.2.3",
"es5-ext": "0.10.53",
"azure-iot-device": "1.18.1",
"azure-iot-device-amqp": "1.14.1",
"azure-iot-device-http": "1.14.1",
"azure-iot-device-mqtt": "1.16.1",
"azure-iot-device": "1.18.2",
"azure-iot-device-amqp": "1.14.2",
"azure-iot-device-http": "1.14.2",
"azure-iot-device-mqtt": "1.16.2",
"azure-iot-provisioning-device": "1.9.1",
"azure-iot-provisioning-device-amqp": "1.9.1",
"azure-iot-provisioning-device-http": "1.9.1",
"azure-iot-provisioning-device-mqtt": "1.8.1",
"azure-iot-security-symmetric-key": "1.8.1",
"azure-iot-security-tpm": "1.9.1",
"azure-iot-security-x509": "1.8.1",
"azure-iot-security-symmetric-key": "1.8.2",
"azure-iot-security-tpm": "1.9.2",
"azure-iot-security-x509": "1.8.2",
"rhea": "^1.0.15"
},
"scripts": {
Expand Down
14 changes: 7 additions & 7 deletions provisioning/device/ts-samples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,17 @@
"dependencies": {
"async": "^3.2.3",
"es5-ext": "0.10.53",
"azure-iot-device": "1.18.1",
"azure-iot-device-amqp": "1.14.1",
"azure-iot-device-http": "1.14.1",
"azure-iot-device-mqtt": "1.16.1",
"azure-iot-device": "1.18.2",
"azure-iot-device-amqp": "1.14.2",
"azure-iot-device-http": "1.14.2",
"azure-iot-device-mqtt": "1.16.2",
"azure-iot-provisioning-device": "1.9.1",
"azure-iot-provisioning-device-amqp": "1.9.1",
"azure-iot-provisioning-device-http": "1.9.1",
"azure-iot-provisioning-device-mqtt": "1.8.1",
"azure-iot-security-symmetric-key": "1.8.1",
"azure-iot-security-tpm": "1.9.1",
"azure-iot-security-x509": "1.8.1"
"azure-iot-security-symmetric-key": "1.8.2",
"azure-iot-security-tpm": "1.9.2",
"azure-iot-security-x509": "1.8.2"
},
"devDependencies": {
"encoding": "^0.1.13",
Expand Down
10 changes: 5 additions & 5 deletions provisioning/e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,16 @@
"dependencies": {
"async": "^3.2.3",
"es5-ext": "0.10.53",
"azure-iot-common": "1.13.1",
"azure-iot-common": "1.13.2",
"azure-iot-provisioning-device": "1.9.1",
"azure-iot-provisioning-device-amqp": "1.9.1",
"azure-iot-provisioning-device-http": "1.9.1",
"azure-iot-provisioning-device-mqtt": "1.8.1",
"azure-iot-provisioning-service": "1.10.1",
"azure-iot-security-symmetric-key": "1.8.1",
"azure-iot-security-tpm": "1.9.1",
"azure-iot-security-x509": "1.8.1",
"azure-iothub": "^1.16.1",
"azure-iot-security-symmetric-key": "1.8.2",
"azure-iot-security-tpm": "1.9.2",
"azure-iot-security-x509": "1.8.2",
"azure-iothub": "1.15.1",
"chai": "^4.3.3",
"debug": "^4.3.1",
"jshint": "^2.13.4",
Expand Down
4 changes: 2 additions & 2 deletions provisioning/service/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"dependencies": {
"async": "^3.2.3",
"es5-ext": "0.10.53",
"azure-iot-common": "1.13.1",
"azure-iot-http-base": "1.12.1",
"azure-iot-common": "1.13.2",
"azure-iot-http-base": "1.12.2",
"debug": "^4.3.1",
"@azure/core-http": "^1.2.3"
},
Expand Down
4 changes: 2 additions & 2 deletions provisioning/transport/amqp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"dependencies": {
"async": "^3.2.3",
"es5-ext": "0.10.53",
"azure-iot-amqp-base": "2.5.1",
"azure-iot-common": "1.13.1",
"azure-iot-amqp-base": "2.5.2",
"azure-iot-common": "1.13.2",
"azure-iot-provisioning-device": "1.9.1",
"buffer-builder": "^0.2.0",
"debug": "^4.3.1",
Expand Down
4 changes: 2 additions & 2 deletions provisioning/transport/http/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"dependencies": {
"async": "^3.2.3",
"es5-ext": "0.10.53",
"azure-iot-common": "1.13.1",
"azure-iot-http-base": "1.12.1",
"azure-iot-common": "1.13.2",
"azure-iot-http-base": "1.12.2",
"azure-iot-provisioning-device": "1.9.1",
"debug": "^4.3.1",
"machina": "^4.0.2"
Expand Down
4 changes: 2 additions & 2 deletions provisioning/transport/mqtt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"dependencies": {
"async": "^3.2.3",
"es5-ext": "0.10.53",
"azure-iot-common": "1.13.1",
"azure-iot-mqtt-base": "1.13.1",
"azure-iot-common": "1.13.2",
"azure-iot-mqtt-base": "1.13.2",
"azure-iot-provisioning-device": "1.9.1",
"debug": "^4.3.1",
"machina": "^4.0.2",
Expand Down
12 changes: 6 additions & 6 deletions sdklab/longhaultests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,12 @@
},
"dependencies": {
"async": "^3.2.3",
"azure-iot-common": "1.13.1",
"azure-iot-device": "1.18.1",
"azure-iot-device-amqp": "1.14.1",
"azure-iot-device-http": "1.14.1",
"azure-iot-device-mqtt": "1.16.1",
"azure-iothub": "^1.16.1",
"azure-iot-common": "1.13.2",
"azure-iot-device": "1.18.2",
"azure-iot-device-amqp": "1.14.2",
"azure-iot-device-http": "1.14.2",
"azure-iot-device-mqtt": "1.16.2",
"azure-iothub": "1.15.1",
"debug": "^4.3.1",
"uuid": "^8.3.2"
}
Expand Down
6 changes: 3 additions & 3 deletions sdklab/mean_time_recovery/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
"dependencies": {
"async": "^3.2.3",
"aedes": "^0.46.3",
"azure-iot-common": "1.13.1",
"azure-iot-device": "1.18.1",
"azure-iot-device-mqtt": "1.16.1",
"azure-iot-common": "1.13.2",
"azure-iot-device": "1.18.2",
"azure-iot-device-mqtt": "1.16.2",
"@colors/colors": "^1.5.0"
},
"devDependencies": {
Expand Down
Loading

0 comments on commit 185edf0

Please sign in to comment.