Skip to content

Commit

Permalink
(chore): fix bad indentation package.json use @colors/colors
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonyvercolano committed Apr 19, 2022
1 parent 47d319c commit 0a43387
Show file tree
Hide file tree
Showing 33 changed files with 67 additions and 67 deletions.
4 changes: 2 additions & 2 deletions build/tools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
"homepage": "https://github.com/azure/azure-iot-sdk-node#readme",
"dependencies": {
"azure-iothub": "1.15.0-alpha-220418.0",
"async": "^3.2.3",
"es5-ext": "0.10.53",
"async": "^3.2.3",
"es5-ext": "0.10.53",
"chalk": "^1.1.3",
"pem": "^1.14.2",
"yargs": "^15.3.1"
Expand Down
4 changes: 2 additions & 2 deletions common/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
"main": "common.js",
"typings": "common.d.ts",
"dependencies": {
"async": "^3.2.3",
"es5-ext": "0.10.53",
"async": "^3.2.3",
"es5-ext": "0.10.53",
"debug": "^4.3.1",
"getos": "^3.2.1"
},
Expand Down
4 changes: 2 additions & 2 deletions common/transport/amqp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
"main": "index.js",
"typings": "index.d.ts",
"dependencies": {
"async": "^3.2.3",
"es5-ext": "0.10.53",
"async": "^3.2.3",
"es5-ext": "0.10.53",
"azure-iot-common": "1.13.0-alpha-220418.0",
"debug": "^4.3.1",
"lodash.merge": "^4.6.1",
Expand Down
4 changes: 2 additions & 2 deletions common/transport/http/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
"main": "index.js",
"typings": "index.d.ts",
"dependencies": {
"async": "^3.2.3",
"es5-ext": "0.10.53",
"async": "^3.2.3",
"es5-ext": "0.10.53",
"debug": "^4.3.1",
"azure-iot-common": "1.13.0-alpha-220418.0",
"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
Expand Up @@ -7,8 +7,8 @@
"main": "index.js",
"typings": "index.d.ts",
"dependencies": {
"async": "^3.2.3",
"es5-ext": "0.10.53",
"async": "^3.2.3",
"es5-ext": "0.10.53",
"azure-iot-common": "1.13.0-alpha-220418.0",
"debug": "^4.3.1",
"machina": "^4.0.2",
Expand Down
4 changes: 2 additions & 2 deletions device/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
"main": "device.js",
"typings": "device.d.ts",
"dependencies": {
"async": "^3.2.3",
"es5-ext": "0.10.53",
"async": "^3.2.3",
"es5-ext": "0.10.53",
"@azure/abort-controller": "1.0.1",
"@azure/storage-blob": "^12.8.0",
"azure-iot-common": "1.13.0-alpha-220418.0",
Expand Down
4 changes: 2 additions & 2 deletions device/samples/helpers/device-twin-service/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
"author": "danhellem",
"license": "ISC",
"dependencies": {
"async": "^3.2.3",
"es5-ext": "0.10.53",
"async": "^3.2.3",
"es5-ext": "0.10.53",
"azure-iothub": "^1.14.6"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions device/samples/javascript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"author": "Microsoft Corp.",
"license": "MIT",
"dependencies": {
"async": "^3.2.3",
"es5-ext": "0.10.53",
"async": "^3.2.3",
"es5-ext": "0.10.53",
"azure-iot-device": "1.18.0-alpha-220418.0",
"azure-iot-device-amqp": "1.14.0-alpha-220418.0",
"azure-iot-device-http": "1.14.0-alpha-220418.0",
Expand Down
4 changes: 2 additions & 2 deletions device/samples/typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"author": "Microsoft Corp.",
"license": "MIT",
"dependencies": {
"async": "^3.2.3",
"es5-ext": "0.10.53",
"async": "^3.2.3",
"es5-ext": "0.10.53",
"@azure/storage-blob": "^12.8.0",
"azure-iot-common": "1.13.0-alpha-220418.0",
"azure-iot-device": "1.18.0-alpha-220418.0",
Expand Down
4 changes: 2 additions & 2 deletions device/transport/amqp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
"main": "index.js",
"typings": "index.d.ts",
"dependencies": {
"async": "^3.2.3",
"es5-ext": "0.10.53",
"async": "^3.2.3",
"es5-ext": "0.10.53",
"azure-iot-amqp-base": "2.5.0-alpha-220418.0",
"azure-iot-common": "1.13.0-alpha-220418.0",
"azure-iot-device": "1.18.0-alpha-220418.0",
Expand Down
4 changes: 2 additions & 2 deletions device/transport/http/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
"main": "index.js",
"typings": "index.d.ts",
"dependencies": {
"async": "^3.2.3",
"es5-ext": "0.10.53",
"async": "^3.2.3",
"es5-ext": "0.10.53",
"azure-iot-common": "1.13.0-alpha-220418.0",
"azure-iot-device": "1.18.0-alpha-220418.0",
"azure-iot-http-base": "1.12.0-alpha-220418.0",
Expand Down
4 changes: 2 additions & 2 deletions device/transport/mqtt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
"main": "index.js",
"typings": "index.d.ts",
"dependencies": {
"async": "^3.2.3",
"es5-ext": "0.10.53",
"async": "^3.2.3",
"es5-ext": "0.10.53",
"azure-iot-common": "1.13.0-alpha-220418.0",
"azure-iot-device": "1.18.0-alpha-220418.0",
"azure-iot-mqtt-base": "1.13.0-alpha-220418.0",
Expand Down
4 changes: 2 additions & 2 deletions e2etests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
"license": "MIT",
"main": "e2etests.js",
"dependencies": {
"async": "^3.2.3",
"es5-ext": "0.10.53",
"async": "^3.2.3",
"es5-ext": "0.10.53",
"@azure/event-hubs": "^1.0.8",
"@azure/storage-blob": "^12.8.0",
"azure-iot-common": "1.13.0-alpha-220418.0",
Expand Down
4 changes: 2 additions & 2 deletions provisioning/device/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
"main": "index.js",
"typings": "index.d.ts",
"dependencies": {
"async": "^3.2.3",
"es5-ext": "0.10.53",
"async": "^3.2.3",
"es5-ext": "0.10.53",
"azure-iot-common": "1.13.0-alpha-220418.0",
"debug": "^4.3.1",
"machina": "^4.0.2"
Expand Down
4 changes: 2 additions & 2 deletions provisioning/device/samples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"author": "Microsoft Corporation",
"license": "MIT",
"dependencies": {
"async": "^3.2.3",
"es5-ext": "0.10.53",
"async": "^3.2.3",
"es5-ext": "0.10.53",
"azure-iot-device": "1.18.0-alpha-220418.0",
"azure-iot-device-amqp": "1.14.0-alpha-220418.0",
"azure-iot-device-http": "1.14.0-alpha-220418.0",
Expand Down
4 changes: 2 additions & 2 deletions provisioning/device/ts-samples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"author": "Microsoft Corporation",
"license": "MIT",
"dependencies": {
"async": "^3.2.3",
"es5-ext": "0.10.53",
"async": "^3.2.3",
"es5-ext": "0.10.53",
"azure-iot-device": "1.18.0-alpha-220418.0",
"azure-iot-device-amqp": "1.14.0-alpha-220418.0",
"azure-iot-device-http": "1.14.0-alpha-220418.0",
Expand Down
4 changes: 2 additions & 2 deletions provisioning/e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"author": "Microsoft Corporation",
"license": "MIT",
"dependencies": {
"async": "^3.2.3",
"es5-ext": "0.10.53",
"async": "^3.2.3",
"es5-ext": "0.10.53",
"azure-iot-common": "1.13.0-alpha-220418.0",
"azure-iot-provisioning-device": "1.9.0-alpha-220418.0",
"azure-iot-provisioning-device-amqp": "1.9.0-alpha-220418.0",
Expand Down
4 changes: 2 additions & 2 deletions provisioning/service/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
"main": "iotprovisioningservice.js",
"typings": "iotprovisioningservice.d.ts",
"dependencies": {
"async": "^3.2.3",
"es5-ext": "0.10.53",
"async": "^3.2.3",
"es5-ext": "0.10.53",
"azure-iot-common": "1.13.0-alpha-220418.0",
"azure-iot-http-base": "1.12.0-alpha-220418.0",
"debug": "^4.3.1",
Expand Down
4 changes: 2 additions & 2 deletions provisioning/service/samples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"author": "Microsoft Corporation",
"license": "MIT",
"dependencies": {
"async": "^3.2.3",
"es5-ext": "0.10.53",
"async": "^3.2.3",
"es5-ext": "0.10.53",
"azure-iot-provisioning-service": "1.10.0-alpha-220418.0",
"yargs": "^15.3.1"
},
Expand Down
4 changes: 2 additions & 2 deletions provisioning/tools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
},
"homepage": "https://github.com/azure/azure-iot-sdk-node#readme",
"dependencies": {
"async": "^3.2.3",
"es5-ext": "0.10.53",
"async": "^3.2.3",
"es5-ext": "0.10.53",
"camelcase": "^4.1.0",
"chalk": "^1.1.3",
"pem": "^1.14.2",
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 @@ -7,8 +7,8 @@
"main": "index.js",
"typings": "index.d.ts",
"dependencies": {
"async": "^3.2.3",
"es5-ext": "0.10.53",
"async": "^3.2.3",
"es5-ext": "0.10.53",
"azure-iot-amqp-base": "2.5.0-alpha-220418.0",
"azure-iot-common": "1.13.0-alpha-220418.0",
"azure-iot-provisioning-device": "1.9.0-alpha-220418.0",
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 @@ -7,8 +7,8 @@
"main": "index.js",
"typings": "index.d.ts",
"dependencies": {
"async": "^3.2.3",
"es5-ext": "0.10.53",
"async": "^3.2.3",
"es5-ext": "0.10.53",
"azure-iot-common": "1.13.0-alpha-220418.0",
"azure-iot-http-base": "1.12.0-alpha-220418.0",
"azure-iot-provisioning-device": "1.9.0-alpha-220418.0",
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 @@ -7,8 +7,8 @@
"main": "index.js",
"typings": "index.d.ts",
"dependencies": {
"async": "^3.2.3",
"es5-ext": "0.10.53",
"async": "^3.2.3",
"es5-ext": "0.10.53",
"azure-iot-common": "1.13.0-alpha-220418.0",
"azure-iot-mqtt-base": "1.13.0-alpha-220418.0",
"azure-iot-provisioning-device": "1.9.0-alpha-220418.0",
Expand Down
4 changes: 2 additions & 2 deletions sdklab/longhaultests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@
"typescript": "4.4.4"
},
"dependencies": {
"async": "^3.2.3",
"es5-ext": "0.10.53",
"async": "^3.2.3",
"es5-ext": "0.10.53",
"azure-iot-common": "1.13.0-alpha-220418.0",
"azure-iot-device": "1.18.0-alpha-220418.0",
"azure-iot-device-amqp": "1.14.0-alpha-220418.0",
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 @@ -11,13 +11,13 @@
"author": "",
"license": "MIT",
"dependencies": {
"async": "^3.2.3",
"es5-ext": "0.10.53",
"async": "^3.2.3",
"es5-ext": "0.10.53",
"aedes": "^0.46.3",
"azure-iot-common": "1.13.0-alpha-220418.0",
"azure-iot-device": "1.18.0-alpha-220418.0",
"azure-iot-device-mqtt": "1.16.0-alpha-220418.0",
"colors": "^1.4.0",
"@colors/colors": "^1.5.0",
"eslint": "^7.10.0",
"tslint": "^6.1.3"
},
Expand Down
4 changes: 2 additions & 2 deletions sdklab/stress_fault/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@
"typescript": "4.4.4"
},
"dependencies": {
"async": "^3.2.3",
"es5-ext": "0.10.53",
"async": "^3.2.3",
"es5-ext": "0.10.53",
"azure-iot-common": "1.13.0-alpha-220418.0",
"azure-iot-device": "1.18.0-alpha-220418.0",
"azure-iot-device-amqp": "1.14.0-alpha-220418.0",
Expand Down
4 changes: 2 additions & 2 deletions security/symmetric/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
"main": "index.js",
"typings": "index.d.ts",
"dependencies": {
"async": "^3.2.3",
"es5-ext": "0.10.53",
"async": "^3.2.3",
"es5-ext": "0.10.53",
"azure-iot-common": "1.13.0-alpha-220418.0",
"debug": "^4.3.1"
},
Expand Down
4 changes: 2 additions & 2 deletions security/tpm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
"main": "index.js",
"typings": "index.d.ts",
"dependencies": {
"async": "^3.2.3",
"es5-ext": "0.10.53",
"async": "^3.2.3",
"es5-ext": "0.10.53",
"azure-iot-common": "1.13.0-alpha-220418.0",
"base32-encode": "^1.0.0",
"debug": "^4.3.1",
Expand Down
4 changes: 2 additions & 2 deletions security/x509/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
"main": "index.js",
"typings": "index.d.ts",
"dependencies": {
"async": "^3.2.3",
"es5-ext": "0.10.53",
"async": "^3.2.3",
"es5-ext": "0.10.53",
"azure-iot-common": "1.13.0-alpha-220418.0",
"debug": "^4.3.1"
},
Expand Down
4 changes: 2 additions & 2 deletions service/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
"main": "iothub.js",
"typings": "iothub.d.ts",
"dependencies": {
"async": "^3.2.3",
"es5-ext": "0.10.53",
"async": "^3.2.3",
"es5-ext": "0.10.53",
"@azure/core-http": "1.2.3",
"@azure/identity": "1.2.5",
"@azure/ms-rest-js": "^2.0.5",
Expand Down
4 changes: 2 additions & 2 deletions service/samples/javascript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"ci": "npm run lint"
},
"dependencies": {
"async": "^3.2.3",
"es5-ext": "0.10.53",
"async": "^3.2.3",
"es5-ext": "0.10.53",
"azure-iothub": "1.15.0-alpha-220418.0",
"azure-storage": "^2.10.4"
},
Expand Down
4 changes: 2 additions & 2 deletions stresstests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"private": true,
"license": "MIT",
"dependencies": {
"async": "^3.2.3",
"es5-ext": "0.10.53",
"async": "^3.2.3",
"es5-ext": "0.10.53",
"azure-iot-common": "1.13.0-alpha-220418.0",
"azure-iot-device": "1.18.0-alpha-220418.0",
"azure-iot-device-amqp": "1.14.0-alpha-220418.0",
Expand Down
4 changes: 2 additions & 2 deletions ts-e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
"author": "Microsoft Corporation",
"license": "MIT",
"dependencies": {
"async": "^3.2.3",
"es5-ext": "0.10.53",
"async": "^3.2.3",
"es5-ext": "0.10.53",
"@azure/event-hubs": "^1.0.8",
"@types/chai": "^3.5.1",
"@types/debug": "^4.1.5",
Expand Down

0 comments on commit 0a43387

Please sign in to comment.