Skip to content

Commit

Permalink
Merge pull request #987 from Azure/release_2021-06-10
Browse files Browse the repository at this point in the history
release(2021-06-10): bump package versions
  • Loading branch information
anthonyvercolano committed Jun 10, 2021
2 parents 2c3dfb9 + 30c6560 commit 5b48916
Show file tree
Hide file tree
Showing 10 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion build/tools/package.json
Expand Up @@ -19,7 +19,7 @@
},
"homepage": "https://github.com/azure/azure-iot-sdk-node#readme",
"dependencies": {
"azure-iothub": "1.14.1",
"azure-iothub": "1.14.2",
"chalk": "^1.1.3",
"pem": "^1.14.2",
"yargs": "^15.3.1"
Expand Down
2 changes: 1 addition & 1 deletion device/transport/http/package.json
Expand Up @@ -15,7 +15,7 @@
},
"devDependencies": {
"@types/node": "^9.6.61",
"azure-iothub": "1.14.1",
"azure-iothub": "1.14.2",
"chai": "^4.3.3",
"mocha": "^7.1.1",
"nyc": "^15.0.0",
Expand Down
2 changes: 1 addition & 1 deletion e2etests/package.json
Expand Up @@ -15,7 +15,7 @@
"azure-iot-device-amqp": "1.13.4",
"azure-iot-device-http": "1.13.4",
"azure-iot-device-mqtt": "1.15.4",
"azure-iothub": "1.14.1",
"azure-iothub": "1.14.2",
"azure-storage": "^2.10.4",
"debug": "^4.3.1",
"lodash": "^4.17.21",
Expand Down
4 changes: 2 additions & 2 deletions provisioning/e2e/package.json
Expand Up @@ -11,11 +11,11 @@
"azure-iot-provisioning-device-amqp": "1.8.8",
"azure-iot-provisioning-device-http": "1.8.8",
"azure-iot-provisioning-device-mqtt": "1.7.8",
"azure-iot-provisioning-service": "1.8.8",
"azure-iot-provisioning-service": "1.8.9",
"azure-iot-security-symmetric-key": "1.7.8",
"azure-iot-security-tpm": "1.8.8",
"azure-iot-security-x509": "1.7.8",
"azure-iothub": "1.14.1",
"azure-iothub": "1.14.2",
"chai": "^4.3.3",
"debug": "^4.3.1",
"jshint": "^2.12.0",
Expand Down
2 changes: 1 addition & 1 deletion provisioning/service/package.json
@@ -1,6 +1,6 @@
{
"name": "azure-iot-provisioning-service",
"version": "1.8.8",
"version": "1.8.9",
"description": "Azure IoT SDK - Provisioning Service Client",
"author": "Microsoft Corporation",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion provisioning/service/samples/package.json
Expand Up @@ -5,7 +5,7 @@
"author": "Microsoft Corporation",
"license": "MIT",
"dependencies": {
"azure-iot-provisioning-service": "1.8.8",
"azure-iot-provisioning-service": "1.8.9",
"yargs": "^15.3.1"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion service/package.json
@@ -1,6 +1,6 @@
{
"name": "azure-iothub",
"version": "1.14.1",
"version": "1.14.2",
"description": "Azure IoT SDK - IoT Hub",
"author": "Microsoft Corporation",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion service/samples/javascript/package.json
Expand Up @@ -11,7 +11,7 @@
"ci": "npm run lint"
},
"dependencies": {
"azure-iothub": "1.14.1",
"azure-iothub": "1.14.2",
"azure-storage": "^2.10.4"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion service/samples/typescript/package.json
Expand Up @@ -6,7 +6,7 @@
"author": "Microsoft Corp.",
"license": "MIT",
"dependencies": {
"azure-iothub": "1.14.1"
"azure-iothub": "1.14.2"
},
"devDependencies": {
"source-map-support": "^0.5.16",
Expand Down
2 changes: 1 addition & 1 deletion ts-e2e/package.json
Expand Up @@ -24,7 +24,7 @@
"azure-iot-device-amqp": "1.13.4",
"azure-iot-device-http": "1.13.4",
"azure-iot-device-mqtt": "1.15.4",
"azure-iothub": "1.14.1",
"azure-iothub": "1.14.2",
"chai": "^4.3.3",
"debug": "^4.3.1",
"mocha": "^7.1.1",
Expand Down

0 comments on commit 5b48916

Please sign in to comment.