Bump package versions for release on 2020-01-16 (#678)
Co-authored-by: az-iot-builder-01 <az-iot-builder-01@users.noreply.github.com>
This commit is contained in:
Родитель
26063a33c2
Коммит
fc1fcd77ea
|
@ -18,7 +18,7 @@
|
|||
},
|
||||
"homepage": "https://github.com/azure/azure-iot-sdk-node#readme",
|
||||
"dependencies": {
|
||||
"azure-iothub": "1.11.1",
|
||||
"azure-iothub": "1.11.2",
|
||||
"chalk": "^1.1.3",
|
||||
"pem": "^1.14.2",
|
||||
"yargs": "^10.1.1"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "azure-iot-common",
|
||||
"version": "1.11.1",
|
||||
"version": "1.11.2",
|
||||
"description": "Common components shared by Azure IoT device and service SDKs",
|
||||
"author": "Microsoft Corporation",
|
||||
"license": "MIT",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "azure-iot-amqp-base",
|
||||
"version": "2.3.1",
|
||||
"version": "2.3.2",
|
||||
"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.2",
|
||||
"azure-iot-common": "1.11.1",
|
||||
"azure-iot-common": "1.11.2",
|
||||
"debug": "^4.1.1",
|
||||
"lodash.merge": "^4.6.1",
|
||||
"machina": "^4.0.2",
|
||||
|
|
|
@ -1,13 +1,13 @@
|
|||
{
|
||||
"name": "azure-iot-http-base",
|
||||
"version": "1.10.1",
|
||||
"version": "1.10.2",
|
||||
"description": "HTTP 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.11.1",
|
||||
"azure-iot-common": "1.11.2",
|
||||
"debug": "^4.1.1",
|
||||
"uuid": "^3.3.2"
|
||||
},
|
||||
|
|
|
@ -1,13 +1,13 @@
|
|||
{
|
||||
"name": "azure-iot-mqtt-base",
|
||||
"version": "1.10.1",
|
||||
"version": "1.10.2",
|
||||
"description": "MQTT operations used by Azure IoT device and service SDKs",
|
||||
"author": "Microsoft Corporation",
|
||||
"license": "MIT",
|
||||
"main": "main.js",
|
||||
"typings": "index.d.ts",
|
||||
"dependencies": {
|
||||
"azure-iot-common": "1.11.1",
|
||||
"azure-iot-common": "1.11.2",
|
||||
"debug": "^4.1.1",
|
||||
"machina": "^4.0.2",
|
||||
"mqtt": "^3.0.0"
|
||||
|
|
|
@ -1,14 +1,14 @@
|
|||
{
|
||||
"name": "azure-iot-device",
|
||||
"version": "1.12.1",
|
||||
"version": "1.12.2",
|
||||
"description": "Azure IoT device SDK",
|
||||
"author": "Microsoft Corporation",
|
||||
"license": "MIT",
|
||||
"main": "device.js",
|
||||
"typings": "device.d.ts",
|
||||
"dependencies": {
|
||||
"azure-iot-common": "1.11.1",
|
||||
"azure-iot-http-base": "1.10.1",
|
||||
"azure-iot-common": "1.11.2",
|
||||
"azure-iot-http-base": "1.10.2",
|
||||
"@azure/storage-blob": "^12.0.0",
|
||||
"@azure/abort-controller": "1.0.1",
|
||||
"debug": "^4.1.1",
|
||||
|
|
|
@ -1,14 +1,14 @@
|
|||
{
|
||||
"name": "node-red-contrib-azureiothubnode",
|
||||
"version": "0.5.1",
|
||||
"version": "0.5.2",
|
||||
"description": "An Azure IoT Hub node for node-red",
|
||||
"author": "Microsoft Corp.",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"azure-iot-device": "1.12.1",
|
||||
"azure-iot-device-amqp": "1.11.1",
|
||||
"azure-iot-device-http": "1.11.1",
|
||||
"azure-iot-device-mqtt": "1.11.1"
|
||||
"azure-iot-device": "1.12.2",
|
||||
"azure-iot-device-amqp": "1.11.2",
|
||||
"azure-iot-device-http": "1.11.2",
|
||||
"azure-iot-device-mqtt": "1.11.2"
|
||||
},
|
||||
"node-red": {
|
||||
"nodes": {
|
||||
|
|
|
@ -6,10 +6,10 @@
|
|||
"author": "Microsoft Corp.",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"azure-iot-device": "1.12.1",
|
||||
"azure-iot-device-amqp": "1.11.1",
|
||||
"azure-iot-device-http": "1.11.1",
|
||||
"azure-iot-device-mqtt": "1.11.1",
|
||||
"azure-iot-device": "1.12.2",
|
||||
"azure-iot-device-amqp": "1.11.2",
|
||||
"azure-iot-device-http": "1.11.2",
|
||||
"azure-iot-device-mqtt": "1.11.2",
|
||||
"es5-shim": "^4.5.12",
|
||||
"lodash": "^4.17.15"
|
||||
},
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "azure-iot-device-amqp",
|
||||
"version": "1.11.1",
|
||||
"version": "1.11.2",
|
||||
"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.2",
|
||||
"azure-iot-amqp-base": "2.3.1",
|
||||
"azure-iot-common": "1.11.1",
|
||||
"azure-iot-device": "1.12.1",
|
||||
"azure-iot-amqp-base": "2.3.2",
|
||||
"azure-iot-common": "1.11.2",
|
||||
"azure-iot-device": "1.12.2",
|
||||
"debug": "^4.1.1",
|
||||
"machina": "^4.0.2",
|
||||
"rhea": "^1.0.15",
|
||||
|
|
|
@ -1,21 +1,21 @@
|
|||
{
|
||||
"name": "azure-iot-device-http",
|
||||
"version": "1.11.1",
|
||||
"version": "1.11.2",
|
||||
"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.11.1",
|
||||
"azure-iot-device": "1.12.1",
|
||||
"azure-iot-http-base": "1.10.1",
|
||||
"azure-iot-common": "1.11.2",
|
||||
"azure-iot-device": "1.12.2",
|
||||
"azure-iot-http-base": "1.10.2",
|
||||
"debug": "^4.1.1",
|
||||
"node-crontab": "^0.0.8"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "^9.6.50",
|
||||
"azure-iothub": "1.11.1",
|
||||
"azure-iothub": "1.11.2",
|
||||
"chai": "^4.2.0",
|
||||
"mocha": "^6.1.4",
|
||||
"nyc": "^14.1.1",
|
||||
|
|
|
@ -1,15 +1,15 @@
|
|||
{
|
||||
"name": "azure-iot-device-mqtt",
|
||||
"version": "1.11.1",
|
||||
"version": "1.11.2",
|
||||
"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.11.1",
|
||||
"azure-iot-device": "1.12.1",
|
||||
"azure-iot-mqtt-base": "1.10.1",
|
||||
"azure-iot-common": "1.11.2",
|
||||
"azure-iot-device": "1.12.2",
|
||||
"azure-iot-mqtt-base": "1.10.2",
|
||||
"debug": "^4.1.1",
|
||||
"machina": "^4.0.2",
|
||||
"uuid": "^3.3.2"
|
||||
|
|
|
@ -2,19 +2,19 @@
|
|||
"name": "azure-iot-e2etests",
|
||||
"description": "Azure IoT end-to-end tests",
|
||||
"author": "Microsoft Corporation",
|
||||
"version": "1.11.1",
|
||||
"version": "1.11.2",
|
||||
"private": true,
|
||||
"license": "MIT",
|
||||
"main": "e2etests.js",
|
||||
"dependencies": {
|
||||
"@azure/event-hubs": "^1.0.8",
|
||||
"async": "^2.6.2",
|
||||
"azure-iot-common": "1.11.1",
|
||||
"azure-iot-device": "1.12.1",
|
||||
"azure-iot-device-amqp": "1.11.1",
|
||||
"azure-iot-device-http": "1.11.1",
|
||||
"azure-iot-device-mqtt": "1.11.1",
|
||||
"azure-iothub": "1.11.1",
|
||||
"azure-iot-common": "1.11.2",
|
||||
"azure-iot-device": "1.12.2",
|
||||
"azure-iot-device-amqp": "1.11.2",
|
||||
"azure-iot-device-http": "1.11.2",
|
||||
"azure-iot-device-mqtt": "1.11.2",
|
||||
"azure-iothub": "1.11.2",
|
||||
"azure-storage": "^2.10.2",
|
||||
"@azure/storage-blob": "^12.0.0",
|
||||
"bluebird": "^3.5.2",
|
||||
|
|
|
@ -1,13 +1,13 @@
|
|||
{
|
||||
"name": "azure-iot-provisioning-device",
|
||||
"version": "1.7.1",
|
||||
"version": "1.7.2",
|
||||
"description": "Azure Device Provisioning SDK device client",
|
||||
"author": "Microsoft Corporation",
|
||||
"license": "MIT",
|
||||
"main": "index.js",
|
||||
"typings": "index.d.ts",
|
||||
"dependencies": {
|
||||
"azure-iot-common": "1.11.1",
|
||||
"azure-iot-common": "1.11.2",
|
||||
"debug": "^4.1.1",
|
||||
"machina": "^4.0.2"
|
||||
},
|
||||
|
|
|
@ -5,17 +5,17 @@
|
|||
"author": "Microsoft Corporation",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"azure-iot-device": "1.12.1",
|
||||
"azure-iot-device-amqp": "1.11.1",
|
||||
"azure-iot-device-http": "1.11.1",
|
||||
"azure-iot-device-mqtt": "1.11.1",
|
||||
"azure-iot-provisioning-device": "1.7.1",
|
||||
"azure-iot-provisioning-device-amqp": "1.7.1",
|
||||
"azure-iot-provisioning-device-http": "1.7.1",
|
||||
"azure-iot-provisioning-device-mqtt": "1.6.1",
|
||||
"azure-iot-security-symmetric-key": "1.6.1",
|
||||
"azure-iot-security-tpm": "1.7.1",
|
||||
"azure-iot-security-x509": "1.6.1",
|
||||
"azure-iot-device": "1.12.2",
|
||||
"azure-iot-device-amqp": "1.11.2",
|
||||
"azure-iot-device-http": "1.11.2",
|
||||
"azure-iot-device-mqtt": "1.11.2",
|
||||
"azure-iot-provisioning-device": "1.7.2",
|
||||
"azure-iot-provisioning-device-amqp": "1.7.2",
|
||||
"azure-iot-provisioning-device-http": "1.7.2",
|
||||
"azure-iot-provisioning-device-mqtt": "1.6.2",
|
||||
"azure-iot-security-symmetric-key": "1.6.2",
|
||||
"azure-iot-security-tpm": "1.7.2",
|
||||
"azure-iot-security-x509": "1.6.2",
|
||||
"rhea": "^1.0.15"
|
||||
},
|
||||
"engines": {
|
||||
|
|
|
@ -5,17 +5,17 @@
|
|||
"author": "Microsoft Corporation",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"azure-iot-device": "1.12.1",
|
||||
"azure-iot-device-amqp": "1.11.1",
|
||||
"azure-iot-device-http": "1.11.1",
|
||||
"azure-iot-device-mqtt": "1.11.1",
|
||||
"azure-iot-provisioning-device": "1.7.1",
|
||||
"azure-iot-provisioning-device-amqp": "1.7.1",
|
||||
"azure-iot-provisioning-device-http": "1.7.1",
|
||||
"azure-iot-provisioning-device-mqtt": "1.6.1",
|
||||
"azure-iot-security-symmetric-key": "1.6.1",
|
||||
"azure-iot-security-tpm": "1.7.1",
|
||||
"azure-iot-security-x509": "1.6.1"
|
||||
"azure-iot-device": "1.12.2",
|
||||
"azure-iot-device-amqp": "1.11.2",
|
||||
"azure-iot-device-http": "1.11.2",
|
||||
"azure-iot-device-mqtt": "1.11.2",
|
||||
"azure-iot-provisioning-device": "1.7.2",
|
||||
"azure-iot-provisioning-device-amqp": "1.7.2",
|
||||
"azure-iot-provisioning-device-http": "1.7.2",
|
||||
"azure-iot-provisioning-device-mqtt": "1.6.2",
|
||||
"azure-iot-security-symmetric-key": "1.6.2",
|
||||
"azure-iot-security-tpm": "1.7.2",
|
||||
"azure-iot-security-x509": "1.6.2"
|
||||
},
|
||||
"scripts": {
|
||||
"lint": "tslint --project . -c ../../../tslint.json",
|
||||
|
|
|
@ -1,21 +1,21 @@
|
|||
{
|
||||
"name": "azure-iot-provisioning-device-e2e",
|
||||
"version": "1.7.1",
|
||||
"version": "1.7.2",
|
||||
"description": "E2E tests for the Azure Device Provisioning SDK",
|
||||
"author": "Microsoft Corporation",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"async": "^2.6.2",
|
||||
"azure-iot-common": "1.11.1",
|
||||
"azure-iot-provisioning-device": "1.7.1",
|
||||
"azure-iot-provisioning-device-amqp": "1.7.1",
|
||||
"azure-iot-provisioning-device-http": "1.7.1",
|
||||
"azure-iot-provisioning-device-mqtt": "1.6.1",
|
||||
"azure-iot-provisioning-service": "1.7.1",
|
||||
"azure-iot-security-symmetric-key": "1.6.1",
|
||||
"azure-iot-security-tpm": "1.7.1",
|
||||
"azure-iot-security-x509": "1.6.1",
|
||||
"azure-iothub": "1.11.1",
|
||||
"azure-iot-common": "1.11.2",
|
||||
"azure-iot-provisioning-device": "1.7.2",
|
||||
"azure-iot-provisioning-device-amqp": "1.7.2",
|
||||
"azure-iot-provisioning-device-http": "1.7.2",
|
||||
"azure-iot-provisioning-device-mqtt": "1.6.2",
|
||||
"azure-iot-provisioning-service": "1.7.2",
|
||||
"azure-iot-security-symmetric-key": "1.6.2",
|
||||
"azure-iot-security-tpm": "1.7.2",
|
||||
"azure-iot-security-x509": "1.6.2",
|
||||
"azure-iothub": "1.11.2",
|
||||
"chai": "^4.2.0",
|
||||
"debug": "^4.1.1",
|
||||
"istanbul": "^0.4.5",
|
||||
|
|
|
@ -1,14 +1,14 @@
|
|||
{
|
||||
"name": "azure-iot-provisioning-service",
|
||||
"version": "1.7.1",
|
||||
"version": "1.7.2",
|
||||
"description": "Azure IoT SDK - Provisioning Service Client",
|
||||
"author": "Microsoft Corporation",
|
||||
"license": "MIT",
|
||||
"main": "iotprovisioningservice.js",
|
||||
"typings": "iotprovisioningservice.d.ts",
|
||||
"dependencies": {
|
||||
"azure-iot-common": "1.11.1",
|
||||
"azure-iot-http-base": "1.10.1",
|
||||
"azure-iot-common": "1.11.2",
|
||||
"azure-iot-http-base": "1.10.2",
|
||||
"debug": "^4.1.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
"author": "Microsoft Corporation",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"azure-iot-provisioning-service": "1.7.1",
|
||||
"azure-iot-provisioning-service": "1.7.2",
|
||||
"yargs": "^10.1.1"
|
||||
},
|
||||
"engines": {
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "azure-iot-provisioning-device-amqp",
|
||||
"version": "1.7.1",
|
||||
"version": "1.7.2",
|
||||
"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.2",
|
||||
"azure-iot-amqp-base": "2.3.1",
|
||||
"azure-iot-common": "1.11.1",
|
||||
"azure-iot-provisioning-device": "1.7.1",
|
||||
"azure-iot-amqp-base": "2.3.2",
|
||||
"azure-iot-common": "1.11.2",
|
||||
"azure-iot-provisioning-device": "1.7.2",
|
||||
"buffer-builder": "^0.2.0",
|
||||
"debug": "^4.1.1",
|
||||
"machina": "^4.0.2",
|
||||
|
|
|
@ -1,15 +1,15 @@
|
|||
{
|
||||
"name": "azure-iot-provisioning-device-http",
|
||||
"version": "1.7.1",
|
||||
"version": "1.7.2",
|
||||
"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.11.1",
|
||||
"azure-iot-http-base": "1.10.1",
|
||||
"azure-iot-provisioning-device": "1.7.1",
|
||||
"azure-iot-common": "1.11.2",
|
||||
"azure-iot-http-base": "1.10.2",
|
||||
"azure-iot-provisioning-device": "1.7.2",
|
||||
"debug": "^4.1.1",
|
||||
"machina": "^4.0.2"
|
||||
},
|
||||
|
|
|
@ -1,15 +1,15 @@
|
|||
{
|
||||
"name": "azure-iot-provisioning-device-mqtt",
|
||||
"version": "1.6.1",
|
||||
"version": "1.6.2",
|
||||
"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.11.1",
|
||||
"azure-iot-mqtt-base": "1.10.1",
|
||||
"azure-iot-provisioning-device": "1.7.1",
|
||||
"azure-iot-common": "1.11.2",
|
||||
"azure-iot-mqtt-base": "1.10.2",
|
||||
"azure-iot-provisioning-device": "1.7.2",
|
||||
"debug": "^4.1.1",
|
||||
"machina": "^4.0.2",
|
||||
"uuid": "^3.3.2"
|
||||
|
|
|
@ -1,13 +1,13 @@
|
|||
{
|
||||
"name": "azure-iot-security-symmetric-key",
|
||||
"version": "1.6.1",
|
||||
"version": "1.6.2",
|
||||
"description": "Azure IoT Symmetric Key Security Client",
|
||||
"author": "Microsoft Corporation",
|
||||
"license": "MIT",
|
||||
"main": "index.js",
|
||||
"typings": "index.d.ts",
|
||||
"dependencies": {
|
||||
"azure-iot-common": "1.11.1",
|
||||
"azure-iot-common": "1.11.2",
|
||||
"debug": "^4.1.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
|
|
@ -1,13 +1,13 @@
|
|||
{
|
||||
"name": "azure-iot-security-tpm",
|
||||
"version": "1.7.1",
|
||||
"version": "1.7.2",
|
||||
"description": "Azure IoT TPM security client",
|
||||
"author": "Microsoft Corporation",
|
||||
"license": "MIT",
|
||||
"main": "index.js",
|
||||
"typings": "index.d.ts",
|
||||
"dependencies": {
|
||||
"azure-iot-common": "1.11.1",
|
||||
"azure-iot-common": "1.11.2",
|
||||
"base32-encode": "^1.0.0",
|
||||
"debug": "^4.1.1",
|
||||
"machina": "^4.0.2",
|
||||
|
|
|
@ -1,13 +1,13 @@
|
|||
{
|
||||
"name": "azure-iot-security-x509",
|
||||
"version": "1.6.1",
|
||||
"version": "1.6.2",
|
||||
"description": "Azure IoT x509 security client",
|
||||
"author": "Microsoft Corporation",
|
||||
"license": "MIT",
|
||||
"main": "index.js",
|
||||
"typings": "index.d.ts",
|
||||
"dependencies": {
|
||||
"azure-iot-common": "1.11.1",
|
||||
"azure-iot-common": "1.11.2",
|
||||
"debug": "^4.1.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "azure-iothub",
|
||||
"version": "1.11.1",
|
||||
"version": "1.11.2",
|
||||
"description": "Azure IoT SDK - IoT Hub",
|
||||
"author": "Microsoft Corporation",
|
||||
"license": "MIT",
|
||||
|
@ -8,9 +8,9 @@
|
|||
"typings": "iothub.d.ts",
|
||||
"dependencies": {
|
||||
"async": "^2.6.2",
|
||||
"azure-iot-amqp-base": "2.3.1",
|
||||
"azure-iot-common": "1.11.1",
|
||||
"azure-iot-http-base": "1.10.1",
|
||||
"azure-iot-amqp-base": "2.3.2",
|
||||
"azure-iot-common": "1.11.2",
|
||||
"azure-iot-http-base": "1.10.2",
|
||||
"debug": "^4.1.1",
|
||||
"lodash": "^4.17.15",
|
||||
"machina": "^4.0.2",
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
"author": "Microsoft Corp.",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"azure-iothub": "1.11.1",
|
||||
"azure-iothub": "1.11.2",
|
||||
"azure-storage": "^2.8.1"
|
||||
}
|
||||
}
|
Загрузка…
Ссылка в новой задаче