Skip to content

Commit

Permalink
release(2023-07-24): bump package versions (#1197)
Browse files Browse the repository at this point in the history
Co-authored-by: Azure IoT Client Build <aziotclb@microsoft.com>
  • Loading branch information
vishnureddy17 and az-iot-builder-01 committed Jul 24, 2023
1 parent aef9997 commit a85e280
Show file tree
Hide file tree
Showing 15 changed files with 50 additions and 50 deletions.
2 changes: 1 addition & 1 deletion 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.2",
"version": "1.18.3",
"description": "Azure IoT device SDK",
"author": "Microsoft Corporation",
"license": "MIT",
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.2",
"azure-iot-device-amqp": "1.14.2",
"azure-iot-device-http": "1.14.2",
"azure-iot-device-mqtt": "1.16.2"
"azure-iot-device": "1.18.3",
"azure-iot-device-amqp": "1.14.3",
"azure-iot-device-http": "1.14.3",
"azure-iot-device-mqtt": "1.16.3"
},
"node-red": {
"nodes": {
Expand Down
8 changes: 4 additions & 4 deletions device/samples/javascript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
"license": "MIT",
"dependencies": {
"async": "^3.2.3",
"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-device": "1.18.3",
"azure-iot-device-amqp": "1.14.3",
"azure-iot-device-http": "1.14.3",
"azure-iot-device-mqtt": "1.16.3",
"azure-iot-provisioning-device": "1.9.1",
"azure-iot-provisioning-device-mqtt": "1.8.1",
"azure-iot-security-symmetric-key": "1.8.2",
Expand Down
8 changes: 4 additions & 4 deletions device/samples/typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@
"es5-ext": "0.10.53",
"@azure/storage-blob": "^12.8.0",
"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-device": "1.18.3",
"azure-iot-device-amqp": "1.14.3",
"azure-iot-device-http": "1.14.3",
"azure-iot-device-mqtt": "1.16.3",
"azure-iot-provisioning-device": "1.9.1",
"azure-iot-provisioning-device-mqtt": "1.8.1",
"azure-iot-security-symmetric-key": "1.8.2",
Expand Down
4 changes: 2 additions & 2 deletions device/transport/amqp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "azure-iot-device-amqp",
"version": "1.14.2",
"version": "1.14.3",
"description": "AMQP transport for Azure IoT device SDK",
"author": "Microsoft Corporation",
"license": "MIT",
Expand All @@ -10,7 +10,7 @@
"async": "^3.2.3",
"azure-iot-amqp-base": "2.5.2",
"azure-iot-common": "1.13.2",
"azure-iot-device": "1.18.2",
"azure-iot-device": "1.18.3",
"debug": "^4.3.1",
"machina": "^4.0.2",
"rhea": "^1.0.15",
Expand Down
4 changes: 2 additions & 2 deletions device/transport/http/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "azure-iot-device-http",
"version": "1.14.2",
"version": "1.14.3",
"description": "HTTP transport for Azure IoT device SDK",
"author": "Microsoft Corporation",
"license": "MIT",
Expand All @@ -9,7 +9,7 @@
"dependencies": {
"async": "^3.2.3",
"azure-iot-common": "1.13.2",
"azure-iot-device": "1.18.2",
"azure-iot-device": "1.18.3",
"azure-iot-http-base": "1.12.2",
"debug": "^4.3.1",
"node-crontab": "^0.0.8"
Expand Down
4 changes: 2 additions & 2 deletions device/transport/mqtt/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "azure-iot-device-mqtt",
"version": "1.16.2",
"version": "1.16.3",
"description": "MQTT transport for Azure IoT device SDK",
"author": "Microsoft Corporation",
"license": "MIT",
Expand All @@ -9,7 +9,7 @@
"dependencies": {
"async": "^3.2.3",
"azure-iot-common": "1.13.2",
"azure-iot-device": "1.18.2",
"azure-iot-device": "1.18.3",
"azure-iot-mqtt-base": "1.13.2",
"debug": "^4.3.1",
"machina": "^4.0.2",
Expand Down
10 changes: 5 additions & 5 deletions e2etests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@
"@azure/storage-blob": "^12.8.0",
"async": "^3.2.3",
"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-device": "1.18.3",
"azure-iot-device-amqp": "1.14.3",
"azure-iot-device-http": "1.14.3",
"azure-iot-device-mqtt": "1.16.3",
"azure-iothub": "1.15.1",
"azure-storage": "^2.10.4",
"debug": "^4.3.1",
Expand Down Expand Up @@ -88,4 +88,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 provisioning/device/samples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
"dependencies": {
"async": "^3.2.3",
"es5-ext": "0.10.53",
"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-device": "1.18.3",
"azure-iot-device-amqp": "1.14.3",
"azure-iot-device-http": "1.14.3",
"azure-iot-device-mqtt": "1.16.3",
"azure-iot-provisioning-device": "1.9.1",
"azure-iot-provisioning-device-amqp": "1.9.1",
"azure-iot-provisioning-device-http": "1.9.1",
Expand Down
8 changes: 4 additions & 4 deletions provisioning/device/ts-samples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
"dependencies": {
"async": "^3.2.3",
"es5-ext": "0.10.53",
"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-device": "1.18.3",
"azure-iot-device-amqp": "1.14.3",
"azure-iot-device-http": "1.14.3",
"azure-iot-device-mqtt": "1.16.3",
"azure-iot-provisioning-device": "1.9.1",
"azure-iot-provisioning-device-amqp": "1.9.1",
"azure-iot-provisioning-device-http": "1.9.1",
Expand Down
8 changes: 4 additions & 4 deletions sdklab/longhaultests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@
"dependencies": {
"async": "^3.2.3",
"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-device": "1.18.3",
"azure-iot-device-amqp": "1.14.3",
"azure-iot-device-http": "1.14.3",
"azure-iot-device-mqtt": "1.16.3",
"azure-iothub": "1.15.1",
"debug": "^4.3.1",
"uuid": "^8.3.2"
Expand Down
4 changes: 2 additions & 2 deletions sdklab/mean_time_recovery/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
"async": "^3.2.3",
"aedes": "^0.46.3",
"azure-iot-common": "1.13.2",
"azure-iot-device": "1.18.2",
"azure-iot-device-mqtt": "1.16.2",
"azure-iot-device": "1.18.3",
"azure-iot-device-mqtt": "1.16.3",
"@colors/colors": "^1.5.0"
},
"devDependencies": {
Expand Down
8 changes: 4 additions & 4 deletions sdklab/stress_fault/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,10 @@
"dependencies": {
"async": "^3.2.3",
"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-device": "1.18.3",
"azure-iot-device-amqp": "1.14.3",
"azure-iot-device-http": "1.14.3",
"azure-iot-device-mqtt": "1.16.3",
"azure-iothub": "1.15.1",
"debug": "^4.3.1",
"pem": "^1.14.2",
Expand Down
8 changes: 4 additions & 4 deletions stresstests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
"dependencies": {
"async": "^3.2.3",
"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-device": "1.18.3",
"azure-iot-device-amqp": "1.14.3",
"azure-iot-device-http": "1.14.3",
"azure-iot-device-mqtt": "1.16.3",
"azure-iothub": "1.15.1",
"@azure/event-hubs": "^1.0.8",
"uuid": "^8.3.2",
Expand Down
8 changes: 4 additions & 4 deletions ts-e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@
"@types/node": "^16.10.2",
"@types/uuid": "^3.4.5",
"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-device": "1.18.3",
"azure-iot-device-amqp": "1.14.3",
"azure-iot-device-http": "1.14.3",
"azure-iot-device-mqtt": "1.16.3",
"azure-iothub": "1.15.1",
"debug": "^4.3.1",
"typescript": "4.4.4",
Expand Down

0 comments on commit a85e280

Please sign in to comment.