зеркало из
1
0
Форкнуть 0

Bump package versions for release 2018-09-12

This commit is contained in:
anthonyvercolano 2018-09-12 15:25:24 -07:00
Родитель 38727d43a3
Коммит c1ae87bf7c
25 изменённых файлов: 99 добавлений и 99 удалений

Просмотреть файл

@ -19,7 +19,7 @@
},
"homepage": "https://github.com/azure/azure-iot-sdk-node#readme",
"dependencies": {
"azure-iothub": "1.7.3",
"azure-iothub": "1.7.4",
"chalk": "^1.1.3",
"pem": "^1.8.3",
"yargs": "^4.7.1"

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "azure-iot-common",
"version": "1.7.3",
"version": "1.7.4",
"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": "1.7.3",
"version": "2.0.0",
"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.5.0",
"azure-iot-common": "1.7.3",
"azure-iot-common": "1.7.4",
"debug": "^3.0.1",
"lodash.merge": "^4.6.1",
"machina": "^2.0.1",
@ -50,4 +50,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-http-base",
"version": "1.7.3",
"version": "1.7.4",
"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.7.3",
"azure-iot-common": "1.7.4",
"debug": "^3.1.0",
"uuid": "^3.2.1"
},

Просмотреть файл

@ -1,13 +1,13 @@
{
"name": "azure-iot-mqtt-base",
"version": "1.7.3",
"version": "1.7.4",
"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.7.3",
"azure-iot-common": "1.7.4",
"debug": "^3.1.0",
"machina": "^2.0.1",
"mqtt": "^2.15.2"

Просмотреть файл

@ -1,14 +1,14 @@
{
"name": "azure-iot-device",
"version": "1.7.3",
"version": "1.7.4",
"description": "Azure IoT device SDK",
"author": "Microsoft Corporation",
"license": "MIT",
"main": "device.js",
"typings": "device.d.ts",
"dependencies": {
"azure-iot-common": "1.7.3",
"azure-iot-http-base": "1.7.3",
"azure-iot-common": "1.7.4",
"azure-iot-http-base": "1.7.4",
"azure-storage": "^2.8.1",
"debug": "^3.1.0",
"lodash": "^4.17.10",
@ -49,4 +49,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": "node-red-contrib-azureiothubnode",
"version": "0.3.3",
"version": "0.3.4",
"description": "An Azure IoT Hub node for node-red",
"author": "Microsoft Corp.",
"license": "MIT",
"dependencies": {
"azure-iot-device": "1.7.3",
"azure-iot-device-amqp": "1.7.3",
"azure-iot-device-http": "1.7.3",
"azure-iot-device-mqtt": "1.7.3"
"azure-iot-device": "1.7.4",
"azure-iot-device-amqp": "1.7.4",
"azure-iot-device-http": "1.7.4",
"azure-iot-device-mqtt": "1.7.4"
},
"node-red": {
"nodes": {

Просмотреть файл

@ -6,10 +6,10 @@
"author": "Microsoft Corp.",
"license": "MIT",
"dependencies": {
"azure-iot-device": "1.7.3",
"azure-iot-device-amqp": "1.7.3",
"azure-iot-device-http": "1.7.3",
"azure-iot-device-mqtt": "1.7.3",
"azure-iot-device": "1.7.4",
"azure-iot-device-amqp": "1.7.4",
"azure-iot-device-http": "1.7.4",
"azure-iot-device-mqtt": "1.7.4",
"es5-shim": "^4.5.9",
"lodash": "^4.17.5"
},

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "azure-iot-device-amqp",
"version": "1.7.3",
"version": "1.7.4",
"description": "AMQP transport for Azure IoT device SDK",
"author": "Microsoft Corporation",
"license": "MIT",
@ -8,9 +8,9 @@
"typings": "index.d.ts",
"dependencies": {
"async": "^2.5.0",
"azure-iot-amqp-base": "1.7.3",
"azure-iot-common": "1.7.3",
"azure-iot-device": "1.7.3",
"azure-iot-amqp-base": "2.0.0",
"azure-iot-common": "1.7.4",
"azure-iot-device": "1.7.4",
"debug": "^3.1.0",
"machina": "^2.0.1",
"rhea": "^0.2.18",
@ -63,4 +63,4 @@
],
"all": true
}
}
}

Просмотреть файл

@ -1,21 +1,21 @@
{
"name": "azure-iot-device-http",
"version": "1.7.3",
"version": "1.7.4",
"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.7.3",
"azure-iot-device": "1.7.3",
"azure-iot-http-base": "1.7.3",
"azure-iot-common": "1.7.4",
"azure-iot-device": "1.7.4",
"azure-iot-http-base": "1.7.4",
"debug": "^3.1.0",
"node-crontab": "^0.0.8"
},
"devDependencies": {
"@types/node": "^8.0.45",
"azure-iothub": "1.7.3",
"azure-iothub": "1.7.4",
"chai": "^4.1.2",
"nyc": "^12.0.2",
"source-map-support": "^0.5.8",

Просмотреть файл

@ -1,15 +1,15 @@
{
"name": "azure-iot-device-mqtt",
"version": "1.7.3",
"version": "1.7.4",
"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.7.3",
"azure-iot-device": "1.7.3",
"azure-iot-mqtt-base": "1.7.3",
"azure-iot-common": "1.7.4",
"azure-iot-device": "1.7.4",
"azure-iot-mqtt-base": "1.7.4",
"debug": "^3.0.1",
"machina": "^2.0.1",
"uuid": "^3.0.1"

Просмотреть файл

@ -2,19 +2,19 @@
"name": "azure-iot-e2etests",
"description": "Azure IoT end-to-end tests",
"author": "Microsoft Corporation",
"version": "1.4.3",
"version": "1.4.4",
"private": true,
"license": "MIT",
"main": "e2etests.js",
"dependencies": {
"async": "^2.1.2",
"azure-event-hubs": "0.0.8",
"azure-iot-common": "1.7.3",
"azure-iot-device": "1.7.3",
"azure-iot-device-amqp": "1.7.3",
"azure-iot-device-http": "1.7.3",
"azure-iot-device-mqtt": "1.7.3",
"azure-iothub": "1.7.3",
"azure-iot-common": "1.7.4",
"azure-iot-device": "1.7.4",
"azure-iot-device-amqp": "1.7.4",
"azure-iot-device-http": "1.7.4",
"azure-iot-device-mqtt": "1.7.4",
"azure-iothub": "1.7.4",
"azure-storage": "^2.8.1",
"bluebird": "^3.3.0",
"debug": "^3.1.0",
@ -80,4 +80,4 @@
"url": "https://github.com/Azure/azure-iot-sdk-node/issues"
},
"homepage": "https://github.com/Azure/azure-iot-sdk-node#readme"
}
}

Просмотреть файл

@ -17,12 +17,12 @@
"dependencies": {
"async": "^2.6.1",
"azure-event-hubs": "0.0.8",
"azure-iot-common": "1.7.3",
"azure-iot-device": "1.7.3",
"azure-iot-device-amqp": "1.7.3",
"azure-iot-device-http": "1.7.3",
"azure-iot-device-mqtt": "1.7.3",
"azure-iothub": "1.7.3",
"azure-iot-common": "1.7.4",
"azure-iot-device": "1.7.4",
"azure-iot-device-amqp": "1.7.4",
"azure-iot-device-http": "1.7.4",
"azure-iot-device-mqtt": "1.7.4",
"azure-iothub": "1.7.4",
"bluebird": "^3.3.0",
"connect": "^3.2.0",
"js-yaml": "^3.3.0",

Просмотреть файл

@ -1,13 +1,13 @@
{
"name": "azure-iot-provisioning-device",
"version": "1.3.3",
"version": "1.3.4",
"description": "Azure Device Provisioning SDK device client",
"author": "Microsoft Corporation",
"license": "MIT",
"main": "index.js",
"typings": "index.d.ts",
"dependencies": {
"azure-iot-common": "1.7.3",
"azure-iot-common": "1.7.4",
"debug": "^3.0.1",
"machina": "^2.0.1"
},

Просмотреть файл

@ -5,16 +5,16 @@
"author": "Microsoft Corporation",
"license": "MIT",
"dependencies": {
"azure-iot-provisioning-device": "1.3.3",
"azure-iot-provisioning-device-amqp": "1.3.3",
"azure-iot-provisioning-device-http": "1.3.3",
"azure-iot-provisioning-device-mqtt": "1.3.3",
"azure-iot-security-tpm": "1.2.3",
"azure-iot-security-x509": "1.2.3",
"azure-iot-device-mqtt": "1.7.3",
"azure-iot-device-amqp": "1.7.3",
"azure-iot-device-http": "1.7.3",
"azure-iot-device": "1.7.3"
"azure-iot-provisioning-device": "1.3.4",
"azure-iot-provisioning-device-amqp": "1.3.4",
"azure-iot-provisioning-device-http": "1.3.4",
"azure-iot-provisioning-device-mqtt": "1.3.4",
"azure-iot-security-tpm": "1.2.4",
"azure-iot-security-x509": "1.2.4",
"azure-iot-device-mqtt": "1.7.4",
"azure-iot-device-amqp": "1.7.4",
"azure-iot-device-http": "1.7.4",
"azure-iot-device": "1.7.4"
},
"engines": {
"node": ">= 0.10"
@ -27,4 +27,4 @@
"url": "https://github.com/Azure/azure-iot-sdk-node/issues"
},
"homepage": "https://github.com/Azure/azure-iot-sdk-node#readme"
}
}

Просмотреть файл

@ -1,20 +1,20 @@
{
"name": "azure-iot-provisioning-device-e2e",
"version": "0.2.3",
"version": "0.2.4",
"description": "E2E tests for the Azure Device Provisioning SDK",
"author": "Microsoft Corporation",
"license": "MIT",
"dependencies": {
"async": "^2.6.0",
"azure-iot-common": "1.7.3",
"azure-iot-provisioning-device": "1.3.3",
"azure-iot-provisioning-device-amqp": "1.3.3",
"azure-iot-provisioning-device-http": "1.3.3",
"azure-iot-provisioning-device-mqtt": "1.3.3",
"azure-iot-provisioning-service": "1.2.3",
"azure-iot-security-tpm": "1.2.3",
"azure-iot-security-x509": "1.2.3",
"azure-iothub": "1.7.3",
"azure-iot-common": "1.7.4",
"azure-iot-provisioning-device": "1.3.4",
"azure-iot-provisioning-device-amqp": "1.3.4",
"azure-iot-provisioning-device-http": "1.3.4",
"azure-iot-provisioning-device-mqtt": "1.3.4",
"azure-iot-provisioning-service": "1.2.4",
"azure-iot-security-tpm": "1.2.4",
"azure-iot-security-x509": "1.2.4",
"azure-iothub": "1.7.4",
"chai": "^3.5.0",
"debug": "^3.1.0",
"istanbul": "^0.4.4",

Просмотреть файл

@ -1,14 +1,14 @@
{
"name": "azure-iot-provisioning-service",
"version": "1.2.3",
"version": "1.2.4",
"description": "Azure IoT SDK - Provisioning Service Client",
"author": "Microsoft Corporation",
"license": "MIT",
"main": "iotprovisioningservice.js",
"typings": "iotprovisioningservice.d.ts",
"dependencies": {
"azure-iot-common": "1.7.3",
"azure-iot-http-base": "1.7.3",
"azure-iot-common": "1.7.4",
"azure-iot-http-base": "1.7.4",
"debug": "^3.1.0"
},
"devDependencies": {

Просмотреть файл

@ -6,7 +6,7 @@
"license": "MIT",
"dependencies": {
"yargs": "^10.1.1",
"azure-iot-provisioning-service": "1.2.3"
"azure-iot-provisioning-service": "1.2.4"
},
"engines": {
"node": ">= 0.10"

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "azure-iot-provisioning-device-amqp",
"version": "1.3.3",
"version": "1.3.4",
"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.0",
"azure-iot-amqp-base": "1.7.3",
"azure-iot-common": "1.7.3",
"azure-iot-provisioning-device": "1.3.3",
"azure-iot-amqp-base": "2.0.0",
"azure-iot-common": "1.7.4",
"azure-iot-provisioning-device": "1.3.4",
"bluebird": "^3.5.0",
"buffer-builder": "^0.2.0",
"debug": "^3.0.1",

Просмотреть файл

@ -1,15 +1,15 @@
{
"name": "azure-iot-provisioning-device-http",
"version": "1.3.3",
"version": "1.3.4",
"description": "HTTP transport for Azure Device Provisioning SDK",
"author": "Microsoft Corporation",
"license": "MIT",
"main": "index.js",
"typings": "index.d.ts",
"dependencies": {
"azure-iot-http-base": "1.7.3",
"azure-iot-common": "1.7.3",
"azure-iot-provisioning-device": "1.3.3",
"azure-iot-http-base": "1.7.4",
"azure-iot-common": "1.7.4",
"azure-iot-provisioning-device": "1.3.4",
"debug": "^3.0.1",
"machina": "^2.0.1"
},

Просмотреть файл

@ -1,15 +1,15 @@
{
"name": "azure-iot-provisioning-device-mqtt",
"version": "1.3.3",
"version": "1.3.4",
"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.7.3",
"azure-iot-mqtt-base": "1.7.3",
"azure-iot-provisioning-device": "1.3.3",
"azure-iot-common": "1.7.4",
"azure-iot-mqtt-base": "1.7.4",
"azure-iot-provisioning-device": "1.3.4",
"debug": "^3.0.1",
"machina": "^2.0.1",
"uuid": "^3.1.0"

Просмотреть файл

@ -1,13 +1,13 @@
{
"name": "azure-iot-security-tpm",
"version": "1.2.3",
"version": "1.2.4",
"description": "Azure IoT TPM security client",
"author": "Microsoft Corporation",
"license": "MIT",
"main": "index.js",
"typings": "index.d.ts",
"dependencies": {
"azure-iot-common": "1.7.3",
"azure-iot-common": "1.7.4",
"debug": "^3.0.1",
"base32-encode": "^1.0.0",
"machina": "^2.0.1",

Просмотреть файл

@ -1,13 +1,13 @@
{
"name": "azure-iot-security-x509",
"version": "1.2.3",
"version": "1.2.4",
"description": "Azure IoT x509 security client",
"author": "Microsoft Corporation",
"license": "MIT",
"main": "index.js",
"typings": "index.d.ts",
"dependencies": {
"azure-iot-common": "1.7.3",
"azure-iot-common": "1.7.4",
"debug": "^3.0.1"
},
"devDependencies": {

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "azure-iothub",
"version": "1.7.3",
"version": "1.7.4",
"description": "Azure IoT SDK - IoT Hub",
"author": "Microsoft Corporation",
"license": "MIT",
@ -8,9 +8,9 @@
"typings": "iothub.d.ts",
"dependencies": {
"async": "^2.6.1",
"azure-iot-amqp-base": "1.7.3",
"azure-iot-common": "1.7.3",
"azure-iot-http-base": "1.7.3",
"azure-iot-amqp-base": "2.0.0",
"azure-iot-common": "1.7.4",
"azure-iot-http-base": "1.7.4",
"debug": "^3.1.0",
"lodash": "^4.17.10",
"rhea": "^0.2.17",
@ -51,4 +51,4 @@
"url": "https://github.com/Azure/azure-iot-sdk-node/issues"
},
"homepage": "https://github.com/Azure/azure-iot-sdk-node#readme"
}
}

Просмотреть файл

@ -6,7 +6,7 @@
"author": "Microsoft Corp.",
"license": "MIT",
"dependencies": {
"azure-iothub": "1.7.3",
"azure-iothub": "1.7.4",
"azure-storage": "^2.8.1"
}
}