release(2021-10-12): bump package versions
This commit is contained in:
Родитель
28aca4d9e5
Коммит
76c2b1046e
|
@ -19,7 +19,7 @@
|
|||
},
|
||||
"homepage": "https://github.com/azure/azure-iot-sdk-node#readme",
|
||||
"dependencies": {
|
||||
"azure-iothub": "1.14.4",
|
||||
"azure-iothub": "1.14.5",
|
||||
"chalk": "^1.1.3",
|
||||
"pem": "^1.14.2",
|
||||
"yargs": "^15.3.1"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "azure-iot-common",
|
||||
"version": "1.12.11",
|
||||
"version": "1.12.12",
|
||||
"description": "Common components shared by Azure IoT device and service SDKs",
|
||||
"author": "Microsoft Corporation",
|
||||
"license": "MIT",
|
||||
|
@ -78,4 +78,4 @@
|
|||
"url": "https://github.com/Azure/azure-iot-sdk-node/issues"
|
||||
},
|
||||
"homepage": "https://github.com/Azure/azure-iot-sdk-node#readme"
|
||||
}
|
||||
}
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "azure-iot-amqp-base",
|
||||
"version": "2.4.11",
|
||||
"version": "2.4.12",
|
||||
"description": "AMQP operations used by Azure IoT device and service SDKs",
|
||||
"author": "Microsoft Corporation",
|
||||
"license": "MIT",
|
||||
|
@ -8,7 +8,7 @@
|
|||
"typings": "index.d.ts",
|
||||
"dependencies": {
|
||||
"async": "^2.6.3",
|
||||
"azure-iot-common": "1.12.11",
|
||||
"azure-iot-common": "1.12.12",
|
||||
"debug": "^4.3.1",
|
||||
"lodash.merge": "^4.6.1",
|
||||
"machina": "^4.0.2",
|
||||
|
@ -84,4 +84,4 @@
|
|||
"url": "https://github.com/Azure/azure-iot-sdk-node/issues"
|
||||
},
|
||||
"homepage": "https://github.com/Azure/azure-iot-sdk-node#readme"
|
||||
}
|
||||
}
|
|
@ -1,27 +1,27 @@
|
|||
{
|
||||
"name": "azure-iot-http-base",
|
||||
"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": {
|
||||
"debug": "^4.3.1",
|
||||
"azure-iot-common": "1.12.11",
|
||||
"uuid": "^8.3.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@azure/core-http": "1.2.3",
|
||||
"@types/node": "^16.6.1",
|
||||
"chai": "^4.3.3",
|
||||
"mocha": "^9.1.2",
|
||||
"nyc": "^15.0.0",
|
||||
"sinon": "^11.1.2",
|
||||
"source-map-support": "^0.5.16",
|
||||
"ts-node": "^8.6.2",
|
||||
"tslint": "^6.1.3",
|
||||
"typescript": "3.7.5"
|
||||
"name": "azure-iot-http-base",
|
||||
"version": "1.11.12",
|
||||
"description": "HTTP operations used by Azure IoT device and service SDKs",
|
||||
"author": "Microsoft Corporation",
|
||||
"license": "MIT",
|
||||
"main": "index.js",
|
||||
"typings": "index.d.ts",
|
||||
"dependencies": {
|
||||
"debug": "^4.3.1",
|
||||
"azure-iot-common": "1.12.12",
|
||||
"uuid": "^8.3.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@azure/core-http": "1.2.3",
|
||||
"@types/node": "^16.6.1",
|
||||
"chai": "^4.3.3",
|
||||
"mocha": "^9.1.2",
|
||||
"nyc": "^15.0.0",
|
||||
"sinon": "^11.1.2",
|
||||
"source-map-support": "^0.5.16",
|
||||
"ts-node": "^8.6.2",
|
||||
"tslint": "^6.1.3",
|
||||
"typescript": "3.7.5"
|
||||
},
|
||||
"scripts": {
|
||||
"npmlockrefresh": "npm i --package-lock-only",
|
||||
|
@ -33,48 +33,48 @@
|
|||
"alltest": "tsc && nyc --reporter lcov --reporter text ../../../node_modules/mocha/bin/_mocha test/_*_test*.js",
|
||||
"ci": "npm -s run lint && npm -s run build && npm -s run alltest-min",
|
||||
"test": "npm -s run lint && npm -s run build && npm -s run alltest"
|
||||
},
|
||||
"nyc": {
|
||||
"exclude": [
|
||||
"coverage/**",
|
||||
"**/*.d.ts",
|
||||
"test{,s}/**",
|
||||
"test{,-*}.{js,cjs,mjs,ts}",
|
||||
"**/*{.,-}test.{js,cjs,mjs,ts}",
|
||||
"**/__tests__/**",
|
||||
"**/{ava,nyc}.config.{js,cjs,mjs}",
|
||||
"**/jest.config.{js,cjs,mjs,ts}",
|
||||
"**/{karma,rollup,webpack}.config.js",
|
||||
"**/{babel.config,.eslintrc,.mocharc}.{js,cjs}"
|
||||
],
|
||||
"extension": [
|
||||
".ts",
|
||||
".tsx"
|
||||
],
|
||||
"check-coverage": true,
|
||||
"lines": 88,
|
||||
"functions": 86,
|
||||
"branches": 84,
|
||||
"statements": 87
|
||||
},
|
||||
"mocha": {
|
||||
"require": [
|
||||
"ts-node/register",
|
||||
"source-map-support/register"
|
||||
],
|
||||
"full-trace": true,
|
||||
"bail": true,
|
||||
"spec": "test/**/_*_test.js"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">= 12.0.0"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/Azure/azure-iot-sdk-node.git"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/Azure/azure-iot-sdk-node/issues"
|
||||
},
|
||||
"homepage": "https://github.com/Azure/azure-iot-sdk-node#readme"
|
||||
}
|
||||
},
|
||||
"nyc": {
|
||||
"exclude": [
|
||||
"coverage/**",
|
||||
"**/*.d.ts",
|
||||
"test{,s}/**",
|
||||
"test{,-*}.{js,cjs,mjs,ts}",
|
||||
"**/*{.,-}test.{js,cjs,mjs,ts}",
|
||||
"**/__tests__/**",
|
||||
"**/{ava,nyc}.config.{js,cjs,mjs}",
|
||||
"**/jest.config.{js,cjs,mjs,ts}",
|
||||
"**/{karma,rollup,webpack}.config.js",
|
||||
"**/{babel.config,.eslintrc,.mocharc}.{js,cjs}"
|
||||
],
|
||||
"extension": [
|
||||
".ts",
|
||||
".tsx"
|
||||
],
|
||||
"check-coverage": true,
|
||||
"lines": 88,
|
||||
"functions": 86,
|
||||
"branches": 84,
|
||||
"statements": 87
|
||||
},
|
||||
"mocha": {
|
||||
"require": [
|
||||
"ts-node/register",
|
||||
"source-map-support/register"
|
||||
],
|
||||
"full-trace": true,
|
||||
"bail": true,
|
||||
"spec": "test/**/_*_test.js"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">= 12.0.0"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/Azure/azure-iot-sdk-node.git"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/Azure/azure-iot-sdk-node/issues"
|
||||
},
|
||||
"homepage": "https://github.com/Azure/azure-iot-sdk-node#readme"
|
||||
}
|
|
@ -1,13 +1,13 @@
|
|||
{
|
||||
"name": "azure-iot-mqtt-base",
|
||||
"version": "1.12.11",
|
||||
"version": "1.12.12",
|
||||
"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.11",
|
||||
"azure-iot-common": "1.12.12",
|
||||
"debug": "^4.3.1",
|
||||
"machina": "^4.0.2",
|
||||
"mqtt": "^4.2.8",
|
||||
|
@ -79,4 +79,4 @@
|
|||
"url": "https://github.com/Azure/azure-iot-sdk-node/issues"
|
||||
},
|
||||
"homepage": "https://github.com/Azure/azure-iot-sdk-node#readme"
|
||||
}
|
||||
}
|
|
@ -1,35 +1,35 @@
|
|||
{
|
||||
"name": "azure-iot-device",
|
||||
"version": "1.17.6",
|
||||
"description": "Azure IoT device SDK",
|
||||
"author": "Microsoft Corporation",
|
||||
"license": "MIT",
|
||||
"main": "device.js",
|
||||
"typings": "device.d.ts",
|
||||
"dependencies": {
|
||||
"@azure/abort-controller": "1.0.1",
|
||||
"@azure/storage-blob": "^12.0.0",
|
||||
"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",
|
||||
"traverse": "^0.6.6"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/debug": "^4.1.5",
|
||||
"@types/node": "^16.6.1",
|
||||
"@types/traverse": "^0.6.32",
|
||||
"chai": "^4.3.3",
|
||||
"es5-shim": "^4.5.12",
|
||||
"mocha": "^9.1.2",
|
||||
"nyc": "^15.0.0",
|
||||
"sinon": "^11.1.2",
|
||||
"source-map-support": "^0.5.16",
|
||||
"ts-node": "^8.6.2",
|
||||
"tslint": "^6.1.3",
|
||||
"typescript": "3.7.5",
|
||||
"uuid": "^8.3.2"
|
||||
"name": "azure-iot-device",
|
||||
"version": "1.17.7",
|
||||
"description": "Azure IoT device SDK",
|
||||
"author": "Microsoft Corporation",
|
||||
"license": "MIT",
|
||||
"main": "device.js",
|
||||
"typings": "device.d.ts",
|
||||
"dependencies": {
|
||||
"@azure/abort-controller": "1.0.1",
|
||||
"@azure/storage-blob": "^12.0.0",
|
||||
"azure-iot-common": "1.12.12",
|
||||
"azure-iot-http-base": "1.11.12",
|
||||
"debug": "^4.3.1",
|
||||
"lodash": "^4.17.21",
|
||||
"machina": "^4.0.2",
|
||||
"traverse": "^0.6.6"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/debug": "^4.1.5",
|
||||
"@types/node": "^16.6.1",
|
||||
"@types/traverse": "^0.6.32",
|
||||
"chai": "^4.3.3",
|
||||
"es5-shim": "^4.5.12",
|
||||
"mocha": "^9.1.2",
|
||||
"nyc": "^15.0.0",
|
||||
"sinon": "^11.1.2",
|
||||
"source-map-support": "^0.5.16",
|
||||
"ts-node": "^8.6.2",
|
||||
"tslint": "^6.1.3",
|
||||
"typescript": "3.7.5",
|
||||
"uuid": "^8.3.2"
|
||||
},
|
||||
"scripts": {
|
||||
"npmlockrefresh": "npm i --package-lock-only",
|
||||
|
@ -41,48 +41,48 @@
|
|||
"alltest": "tsc && nyc --reporter lcov --reporter text ../../node_modules/mocha/bin/_mocha \"test/**/_*_test*.js\"",
|
||||
"ci": "npm -s run lint && npm -s run build && npm -s run alltest-min",
|
||||
"test": "npm -s run lint && npm -s run build && npm -s run alltest"
|
||||
},
|
||||
"nyc": {
|
||||
"exclude": [
|
||||
"coverage/**",
|
||||
"**/*.d.ts",
|
||||
"test{,s}/**",
|
||||
"test{,-*}.{js,cjs,mjs,ts}",
|
||||
"**/*{.,-}test.{js,cjs,mjs,ts}",
|
||||
"**/__tests__/**",
|
||||
"**/{ava,nyc}.config.{js,cjs,mjs}",
|
||||
"**/jest.config.{js,cjs,mjs,ts}",
|
||||
"**/{karma,rollup,webpack}.config.js",
|
||||
"**/{babel.config,.eslintrc,.mocharc}.{js,cjs}"
|
||||
],
|
||||
"extension": [
|
||||
".ts",
|
||||
".tsx"
|
||||
],
|
||||
"check-coverage": true,
|
||||
"lines": 98,
|
||||
"functions": 98,
|
||||
"branches": 94,
|
||||
"statements": 98
|
||||
},
|
||||
"mocha": {
|
||||
"require": [
|
||||
"ts-node/register",
|
||||
"source-map-support/register"
|
||||
],
|
||||
"full-trace": true,
|
||||
"bail": true,
|
||||
"spec": "test/**/_*_test.js"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">= 12.0.0"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/Azure/azure-iot-sdk-node.git"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/Azure/azure-iot-sdk-node/issues"
|
||||
},
|
||||
"homepage": "https://github.com/Azure/azure-iot-sdk-node#readme"
|
||||
}
|
||||
},
|
||||
"nyc": {
|
||||
"exclude": [
|
||||
"coverage/**",
|
||||
"**/*.d.ts",
|
||||
"test{,s}/**",
|
||||
"test{,-*}.{js,cjs,mjs,ts}",
|
||||
"**/*{.,-}test.{js,cjs,mjs,ts}",
|
||||
"**/__tests__/**",
|
||||
"**/{ava,nyc}.config.{js,cjs,mjs}",
|
||||
"**/jest.config.{js,cjs,mjs,ts}",
|
||||
"**/{karma,rollup,webpack}.config.js",
|
||||
"**/{babel.config,.eslintrc,.mocharc}.{js,cjs}"
|
||||
],
|
||||
"extension": [
|
||||
".ts",
|
||||
".tsx"
|
||||
],
|
||||
"check-coverage": true,
|
||||
"lines": 98,
|
||||
"functions": 98,
|
||||
"branches": 94,
|
||||
"statements": 98
|
||||
},
|
||||
"mocha": {
|
||||
"require": [
|
||||
"ts-node/register",
|
||||
"source-map-support/register"
|
||||
],
|
||||
"full-trace": true,
|
||||
"bail": true,
|
||||
"spec": "test/**/_*_test.js"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">= 12.0.0"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/Azure/azure-iot-sdk-node.git"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/Azure/azure-iot-sdk-node/issues"
|
||||
},
|
||||
"homepage": "https://github.com/Azure/azure-iot-sdk-node#readme"
|
||||
}
|
|
@ -5,10 +5,10 @@
|
|||
"author": "Microsoft Corp.",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"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-device": "1.17.7",
|
||||
"azure-iot-device-amqp": "1.13.7",
|
||||
"azure-iot-device-http": "1.13.7",
|
||||
"azure-iot-device-mqtt": "1.15.7"
|
||||
},
|
||||
"node-red": {
|
||||
"nodes": {
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "azure-iot-device-amqp",
|
||||
"version": "1.13.6",
|
||||
"version": "1.13.7",
|
||||
"description": "AMQP transport for Azure IoT device SDK",
|
||||
"author": "Microsoft Corporation",
|
||||
"license": "MIT",
|
||||
|
@ -8,9 +8,9 @@
|
|||
"typings": "index.d.ts",
|
||||
"dependencies": {
|
||||
"async": "^2.6.3",
|
||||
"azure-iot-amqp-base": "2.4.11",
|
||||
"azure-iot-common": "1.12.11",
|
||||
"azure-iot-device": "1.17.6",
|
||||
"azure-iot-amqp-base": "2.4.12",
|
||||
"azure-iot-common": "1.12.12",
|
||||
"azure-iot-device": "1.17.7",
|
||||
"debug": "^4.3.1",
|
||||
"machina": "^4.0.2",
|
||||
"rhea": "^1.0.15",
|
||||
|
@ -82,4 +82,4 @@
|
|||
"url": "https://github.com/Azure/azure-iot-sdk-node/issues"
|
||||
},
|
||||
"homepage": "https://github.com/Azure/azure-iot-sdk-node#readme"
|
||||
}
|
||||
}
|
|
@ -1,21 +1,21 @@
|
|||
{
|
||||
"name": "azure-iot-device-http",
|
||||
"version": "1.13.6",
|
||||
"version": "1.13.7",
|
||||
"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.11",
|
||||
"azure-iot-device": "1.17.6",
|
||||
"azure-iot-http-base": "1.11.11",
|
||||
"azure-iot-common": "1.12.12",
|
||||
"azure-iot-device": "1.17.7",
|
||||
"azure-iot-http-base": "1.11.12",
|
||||
"debug": "^4.3.1",
|
||||
"node-crontab": "^0.0.8"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "^16.6.1",
|
||||
"azure-iothub": "1.14.4",
|
||||
"azure-iothub": "1.14.5",
|
||||
"chai": "^4.3.3",
|
||||
"mocha": "^9.1.2",
|
||||
"nyc": "^15.0.0",
|
||||
|
@ -79,4 +79,4 @@
|
|||
"url": "https://github.com/Azure/azure-iot-sdk-node/issues"
|
||||
},
|
||||
"homepage": "https://github.com/Azure/azure-iot-sdk-node#readme"
|
||||
}
|
||||
}
|
|
@ -1,15 +1,15 @@
|
|||
{
|
||||
"name": "azure-iot-device-mqtt",
|
||||
"version": "1.15.6",
|
||||
"version": "1.15.7",
|
||||
"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.11",
|
||||
"azure-iot-device": "1.17.6",
|
||||
"azure-iot-mqtt-base": "1.12.11",
|
||||
"azure-iot-common": "1.12.12",
|
||||
"azure-iot-device": "1.17.7",
|
||||
"azure-iot-mqtt-base": "1.12.12",
|
||||
"debug": "^4.3.1",
|
||||
"machina": "^4.0.2",
|
||||
"uuid": "^8.3.2"
|
||||
|
@ -81,4 +81,4 @@
|
|||
"url": "https://github.com/Azure/azure-iot-sdk-node/issues"
|
||||
},
|
||||
"homepage": "https://github.com/Azure/azure-iot-sdk-node#readme"
|
||||
}
|
||||
}
|
|
@ -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.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-iot-common": "1.12.12",
|
||||
"azure-iot-device": "1.17.7",
|
||||
"azure-iot-device-amqp": "1.13.7",
|
||||
"azure-iot-device-http": "1.13.7",
|
||||
"azure-iot-device-mqtt": "1.15.7",
|
||||
"azure-iothub": "1.14.5",
|
||||
"azure-storage": "^2.10.4",
|
||||
"debug": "^4.3.1",
|
||||
"lodash": "^4.17.21",
|
||||
|
@ -83,4 +83,4 @@
|
|||
"url": "https://github.com/Azure/azure-iot-sdk-node/issues"
|
||||
},
|
||||
"homepage": "https://github.com/Azure/azure-iot-sdk-node#readme"
|
||||
}
|
||||
}
|
|
@ -1,13 +1,13 @@
|
|||
{
|
||||
"name": "azure-iot-provisioning-device",
|
||||
"version": "1.8.10",
|
||||
"version": "1.8.11",
|
||||
"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.11",
|
||||
"azure-iot-common": "1.12.12",
|
||||
"debug": "^4.3.1",
|
||||
"machina": "^4.0.2"
|
||||
},
|
||||
|
@ -76,4 +76,4 @@
|
|||
"url": "https://github.com/Azure/azure-iot-sdk-node/issues"
|
||||
},
|
||||
"homepage": "https://github.com/Azure/azure-iot-sdk-node#readme"
|
||||
}
|
||||
}
|
|
@ -5,17 +5,17 @@
|
|||
"author": "Microsoft Corporation",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"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",
|
||||
"azure-iot-device": "1.17.7",
|
||||
"azure-iot-device-amqp": "1.13.7",
|
||||
"azure-iot-device-http": "1.13.7",
|
||||
"azure-iot-device-mqtt": "1.15.7",
|
||||
"azure-iot-provisioning-device": "1.8.11",
|
||||
"azure-iot-provisioning-device-amqp": "1.8.11",
|
||||
"azure-iot-provisioning-device-http": "1.8.11",
|
||||
"azure-iot-provisioning-device-mqtt": "1.7.11",
|
||||
"azure-iot-security-symmetric-key": "1.7.11",
|
||||
"azure-iot-security-tpm": "1.8.11",
|
||||
"azure-iot-security-x509": "1.7.11",
|
||||
"rhea": "^1.0.15"
|
||||
},
|
||||
"scripts": {
|
||||
|
|
|
@ -5,17 +5,17 @@
|
|||
"author": "Microsoft Corporation",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"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"
|
||||
"azure-iot-device": "1.17.7",
|
||||
"azure-iot-device-amqp": "1.13.7",
|
||||
"azure-iot-device-http": "1.13.7",
|
||||
"azure-iot-device-mqtt": "1.15.7",
|
||||
"azure-iot-provisioning-device": "1.8.11",
|
||||
"azure-iot-provisioning-device-amqp": "1.8.11",
|
||||
"azure-iot-provisioning-device-http": "1.8.11",
|
||||
"azure-iot-provisioning-device-mqtt": "1.7.11",
|
||||
"azure-iot-security-symmetric-key": "1.7.11",
|
||||
"azure-iot-security-tpm": "1.8.11",
|
||||
"azure-iot-security-x509": "1.7.11"
|
||||
},
|
||||
"devDependencies": {
|
||||
"tslint": "^6.1.3",
|
||||
|
|
|
@ -1,21 +1,21 @@
|
|||
{
|
||||
"name": "azure-iot-provisioning-device-e2e",
|
||||
"version": "1.8.11",
|
||||
"version": "1.8.12",
|
||||
"description": "E2E tests for the Azure Device Provisioning SDK",
|
||||
"author": "Microsoft Corporation",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"async": "^2.6.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",
|
||||
"azure-iot-common": "1.12.12",
|
||||
"azure-iot-provisioning-device": "1.8.11",
|
||||
"azure-iot-provisioning-device-amqp": "1.8.11",
|
||||
"azure-iot-provisioning-device-http": "1.8.11",
|
||||
"azure-iot-provisioning-device-mqtt": "1.7.11",
|
||||
"azure-iot-provisioning-service": "1.8.12",
|
||||
"azure-iot-security-symmetric-key": "1.7.11",
|
||||
"azure-iot-security-tpm": "1.8.11",
|
||||
"azure-iot-security-x509": "1.7.11",
|
||||
"azure-iothub": "1.14.5",
|
||||
"chai": "^4.3.3",
|
||||
"debug": "^4.3.1",
|
||||
"jshint": "^2.12.0",
|
||||
|
@ -48,4 +48,4 @@
|
|||
"url": "https://github.com/Azure/azure-iot-sdk-node/issues"
|
||||
},
|
||||
"homepage": "https://github.com/Azure/azure-iot-sdk-node#readme"
|
||||
}
|
||||
}
|
|
@ -1,14 +1,14 @@
|
|||
{
|
||||
"name": "azure-iot-provisioning-service",
|
||||
"version": "1.8.11",
|
||||
"version": "1.8.12",
|
||||
"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.11",
|
||||
"azure-iot-http-base": "1.11.11",
|
||||
"azure-iot-common": "1.12.12",
|
||||
"azure-iot-http-base": "1.11.12",
|
||||
"debug": "^4.3.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
@ -77,4 +77,4 @@
|
|||
"url": "https://github.com/Azure/azure-iot-sdk-node/issues"
|
||||
},
|
||||
"homepage": "https://github.com/Azure/azure-iot-sdk-node#readme"
|
||||
}
|
||||
}
|
|
@ -5,7 +5,7 @@
|
|||
"author": "Microsoft Corporation",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"azure-iot-provisioning-service": "1.8.11",
|
||||
"azure-iot-provisioning-service": "1.8.12",
|
||||
"yargs": "^15.3.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
@ -26,4 +26,4 @@
|
|||
"url": "https://github.com/Azure/azure-iot-sdk-node/issues"
|
||||
},
|
||||
"homepage": "https://github.com/Azure/azure-iot-sdk-node#readme"
|
||||
}
|
||||
}
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "azure-iot-provisioning-device-amqp",
|
||||
"version": "1.8.10",
|
||||
"version": "1.8.11",
|
||||
"description": "AMQP transport for Azure Device Provisioning SDK",
|
||||
"author": "Microsoft Corporation",
|
||||
"license": "MIT",
|
||||
|
@ -8,9 +8,9 @@
|
|||
"typings": "index.d.ts",
|
||||
"dependencies": {
|
||||
"async": "^2.6.3",
|
||||
"azure-iot-amqp-base": "2.4.11",
|
||||
"azure-iot-common": "1.12.11",
|
||||
"azure-iot-provisioning-device": "1.8.10",
|
||||
"azure-iot-amqp-base": "2.4.12",
|
||||
"azure-iot-common": "1.12.12",
|
||||
"azure-iot-provisioning-device": "1.8.11",
|
||||
"buffer-builder": "^0.2.0",
|
||||
"debug": "^4.3.1",
|
||||
"machina": "^4.0.2",
|
||||
|
@ -82,4 +82,4 @@
|
|||
"url": "httpss://github.com/Azure/azure-iot-sdk-node/issues"
|
||||
},
|
||||
"homepage": "https://github.com/Azure/azure-iot-sdk-node#readme"
|
||||
}
|
||||
}
|
|
@ -1,15 +1,15 @@
|
|||
{
|
||||
"name": "azure-iot-provisioning-device-http",
|
||||
"version": "1.8.10",
|
||||
"version": "1.8.11",
|
||||
"description": "HTTP transport for Azure Device Provisioning SDK",
|
||||
"author": "Microsoft Corporation",
|
||||
"license": "MIT",
|
||||
"main": "index.js",
|
||||
"typings": "index.d.ts",
|
||||
"dependencies": {
|
||||
"azure-iot-common": "1.12.11",
|
||||
"azure-iot-http-base": "1.11.11",
|
||||
"azure-iot-provisioning-device": "1.8.10",
|
||||
"azure-iot-common": "1.12.12",
|
||||
"azure-iot-http-base": "1.11.12",
|
||||
"azure-iot-provisioning-device": "1.8.11",
|
||||
"debug": "^4.3.1",
|
||||
"machina": "^4.0.2"
|
||||
},
|
||||
|
@ -78,4 +78,4 @@
|
|||
"url": "https://github.com/Azure/azure-iot-sdk-node/issues"
|
||||
},
|
||||
"homepage": "https://github.com/Azure/azure-iot-sdk-node#readme"
|
||||
}
|
||||
}
|
|
@ -1,15 +1,15 @@
|
|||
{
|
||||
"name": "azure-iot-provisioning-device-mqtt",
|
||||
"version": "1.7.10",
|
||||
"version": "1.7.11",
|
||||
"description": "MQTT transport for Azure Device Provisioning SDK",
|
||||
"author": "Microsoft Corporation",
|
||||
"license": "MIT",
|
||||
"main": "index.js",
|
||||
"typings": "index.d.ts",
|
||||
"dependencies": {
|
||||
"azure-iot-common": "1.12.11",
|
||||
"azure-iot-mqtt-base": "1.12.11",
|
||||
"azure-iot-provisioning-device": "1.8.10",
|
||||
"azure-iot-common": "1.12.12",
|
||||
"azure-iot-mqtt-base": "1.12.12",
|
||||
"azure-iot-provisioning-device": "1.8.11",
|
||||
"debug": "^4.3.1",
|
||||
"machina": "^4.0.2",
|
||||
"uuid": "^8.3.2"
|
||||
|
@ -79,4 +79,4 @@
|
|||
"url": "https://github.com/Azure/azure-iot-sdk-node/issues"
|
||||
},
|
||||
"homepage": "https://github.com/Azure/azure-iot-sdk-node#readme"
|
||||
}
|
||||
}
|
|
@ -1,13 +1,13 @@
|
|||
{
|
||||
"name": "azure-iot-security-symmetric-key",
|
||||
"version": "1.7.10",
|
||||
"version": "1.7.11",
|
||||
"description": "Azure IoT Symmetric Key Security Client",
|
||||
"author": "Microsoft Corporation",
|
||||
"license": "MIT",
|
||||
"main": "index.js",
|
||||
"typings": "index.d.ts",
|
||||
"dependencies": {
|
||||
"azure-iot-common": "1.12.11",
|
||||
"azure-iot-common": "1.12.12",
|
||||
"debug": "^4.3.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
@ -76,4 +76,4 @@
|
|||
"url": "https://github.com/Azure/azure-iot-sdk-node/issues"
|
||||
},
|
||||
"homepage": "https://github.com/Azure/azure-iot-sdk-node#readme"
|
||||
}
|
||||
}
|
|
@ -1,13 +1,13 @@
|
|||
{
|
||||
"name": "azure-iot-security-tpm",
|
||||
"version": "1.8.10",
|
||||
"version": "1.8.11",
|
||||
"description": "Azure IoT TPM security client",
|
||||
"author": "Microsoft Corporation",
|
||||
"license": "MIT",
|
||||
"main": "index.js",
|
||||
"typings": "index.d.ts",
|
||||
"dependencies": {
|
||||
"azure-iot-common": "1.12.11",
|
||||
"azure-iot-common": "1.12.12",
|
||||
"base32-encode": "^1.0.0",
|
||||
"debug": "^4.3.1",
|
||||
"machina": "^4.0.2",
|
||||
|
@ -80,4 +80,4 @@
|
|||
"url": "https://github.com/Azure/azure-iot-sdk-node/issues"
|
||||
},
|
||||
"homepage": "https://github.com/Azure/azure-iot-sdk-node#readme"
|
||||
}
|
||||
}
|
|
@ -1,13 +1,13 @@
|
|||
{
|
||||
"name": "azure-iot-security-x509",
|
||||
"version": "1.7.10",
|
||||
"version": "1.7.11",
|
||||
"description": "Azure IoT x509 security client",
|
||||
"author": "Microsoft Corporation",
|
||||
"license": "MIT",
|
||||
"main": "index.js",
|
||||
"typings": "index.d.ts",
|
||||
"dependencies": {
|
||||
"azure-iot-common": "1.12.11",
|
||||
"azure-iot-common": "1.12.12",
|
||||
"debug": "^4.3.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
@ -75,4 +75,4 @@
|
|||
"url": "https://github.com/Azure/azure-iot-sdk-node/issues"
|
||||
},
|
||||
"homepage": "https://github.com/Azure/azure-iot-sdk-node#readme"
|
||||
}
|
||||
}
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "azure-iothub",
|
||||
"version": "1.14.4",
|
||||
"version": "1.14.5",
|
||||
"description": "Azure IoT SDK - IoT Hub",
|
||||
"author": "Microsoft Corporation",
|
||||
"license": "MIT",
|
||||
|
@ -11,9 +11,9 @@
|
|||
"@azure/identity": "1.2.5",
|
||||
"@azure/ms-rest-js": "^2.0.5",
|
||||
"async": "^2.6.3",
|
||||
"azure-iot-amqp-base": "2.4.11",
|
||||
"azure-iot-common": "1.12.11",
|
||||
"azure-iot-http-base": "1.11.11",
|
||||
"azure-iot-amqp-base": "2.4.12",
|
||||
"azure-iot-common": "1.12.12",
|
||||
"azure-iot-http-base": "1.11.12",
|
||||
"debug": "^4.3.1",
|
||||
"lodash": "^4.17.21",
|
||||
"machina": "^4.0.2",
|
||||
|
@ -100,4 +100,4 @@
|
|||
"url": "https://github.com/Azure/azure-iot-sdk-node/issues"
|
||||
},
|
||||
"homepage": "https://github.com/Azure/azure-iot-sdk-node#readme"
|
||||
}
|
||||
}
|
|
@ -11,7 +11,7 @@
|
|||
"ci": "npm run lint"
|
||||
},
|
||||
"dependencies": {
|
||||
"azure-iothub": "1.14.4",
|
||||
"azure-iothub": "1.14.5",
|
||||
"azure-storage": "^2.10.4"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
"author": "Microsoft Corp.",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"azure-iothub": "1.14.4"
|
||||
"azure-iothub": "1.14.5"
|
||||
},
|
||||
"devDependencies": {
|
||||
"source-map-support": "^0.5.16",
|
||||
|
|
|
@ -19,12 +19,12 @@
|
|||
"@types/mocha": "^2.2.41",
|
||||
"@types/node": "^16.6.1",
|
||||
"@types/uuid": "^3.4.5",
|
||||
"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-iot-common": "1.12.12",
|
||||
"azure-iot-device": "1.17.7",
|
||||
"azure-iot-device-amqp": "1.13.7",
|
||||
"azure-iot-device-http": "1.13.7",
|
||||
"azure-iot-device-mqtt": "1.15.7",
|
||||
"azure-iothub": "1.14.5",
|
||||
"chai": "^4.3.3",
|
||||
"debug": "^4.3.1",
|
||||
"mocha": "^7.1.1",
|
||||
|
|
Загрузка…
Ссылка в новой задаче