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

Bump package versions for release 2018-11-29 (#439)

This commit is contained in:
Pierre Cauchois 2018-11-29 13:00:09 -08:00 коммит произвёл GitHub
Родитель 978e014695
Коммит 9e3997bda7
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
25 изменённых файлов: 98 добавлений и 98 удалений

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

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

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

@ -1,6 +1,6 @@
{
"name": "azure-iot-common",
"version": "1.8.1",
"version": "1.8.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.1.1",
"version": "2.1.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.5.0",
"azure-iot-common": "1.8.1",
"azure-iot-common": "1.8.2",
"debug": "^3.0.1",
"lodash.merge": "^4.6.1",
"machina": "^4.0.1",

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

@ -1,13 +1,13 @@
{
"name": "azure-iot-http-base",
"version": "1.8.1",
"version": "1.8.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.8.1",
"azure-iot-common": "1.8.2",
"debug": "^3.1.0",
"uuid": "^3.2.1"
},

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

@ -1,13 +1,13 @@
{
"name": "azure-iot-mqtt-base",
"version": "1.8.1",
"version": "1.8.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.8.1",
"azure-iot-common": "1.8.2",
"debug": "^3.1.0",
"machina": "^4.0.1",
"mqtt": "^2.18.8"

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

@ -1,14 +1,14 @@
{
"name": "azure-iot-device",
"version": "1.8.1",
"version": "1.8.2",
"description": "Azure IoT device SDK",
"author": "Microsoft Corporation",
"license": "MIT",
"main": "device.js",
"typings": "device.d.ts",
"dependencies": {
"azure-iot-common": "1.8.1",
"azure-iot-http-base": "1.8.1",
"azure-iot-common": "1.8.2",
"azure-iot-http-base": "1.8.2",
"azure-storage": "^2.8.1",
"debug": "^3.1.0",
"lodash": "^4.17.10",

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

@ -1,14 +1,14 @@
{
"name": "node-red-contrib-azureiothubnode",
"version": "0.4.1",
"version": "0.4.2",
"description": "An Azure IoT Hub node for node-red",
"author": "Microsoft Corp.",
"license": "MIT",
"dependencies": {
"azure-iot-device": "1.8.1",
"azure-iot-device-amqp": "1.8.1",
"azure-iot-device-http": "1.8.1",
"azure-iot-device-mqtt": "1.8.1"
"azure-iot-device": "1.8.2",
"azure-iot-device-amqp": "1.8.2",
"azure-iot-device-http": "1.8.2",
"azure-iot-device-mqtt": "1.8.2"
},
"node-red": {
"nodes": {

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

@ -6,10 +6,10 @@
"author": "Microsoft Corp.",
"license": "MIT",
"dependencies": {
"azure-iot-device": "1.8.1",
"azure-iot-device-amqp": "1.8.1",
"azure-iot-device-http": "1.8.1",
"azure-iot-device-mqtt": "1.8.1",
"azure-iot-device": "1.8.2",
"azure-iot-device-amqp": "1.8.2",
"azure-iot-device-http": "1.8.2",
"azure-iot-device-mqtt": "1.8.2",
"es5-shim": "^4.5.12",
"lodash": "^4.17.11"
},

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

@ -1,6 +1,6 @@
{
"name": "azure-iot-device-amqp",
"version": "1.8.1",
"version": "1.8.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.5.0",
"azure-iot-amqp-base": "2.1.1",
"azure-iot-common": "1.8.1",
"azure-iot-device": "1.8.1",
"azure-iot-amqp-base": "2.1.2",
"azure-iot-common": "1.8.2",
"azure-iot-device": "1.8.2",
"debug": "^3.1.0",
"machina": "^4.0.1",
"rhea": "^0.2.18",

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

@ -1,21 +1,21 @@
{
"name": "azure-iot-device-http",
"version": "1.8.1",
"version": "1.8.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.8.1",
"azure-iot-device": "1.8.1",
"azure-iot-http-base": "1.8.1",
"azure-iot-common": "1.8.2",
"azure-iot-device": "1.8.2",
"azure-iot-http-base": "1.8.2",
"debug": "^3.1.0",
"node-crontab": "^0.0.8"
},
"devDependencies": {
"@types/node": "8.9.4",
"azure-iothub": "1.8.1",
"azure-iothub": "1.8.2",
"chai": "^4.1.2",
"mocha": "^5.2.0",
"nyc": "^12.0.2",

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

@ -1,15 +1,15 @@
{
"name": "azure-iot-device-mqtt",
"version": "1.8.1",
"version": "1.8.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.8.1",
"azure-iot-device": "1.8.1",
"azure-iot-mqtt-base": "1.8.1",
"azure-iot-common": "1.8.2",
"azure-iot-device": "1.8.2",
"azure-iot-mqtt-base": "1.8.2",
"debug": "^3.0.1",
"machina": "^4.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.5.1",
"version": "1.5.2",
"private": true,
"license": "MIT",
"main": "e2etests.js",
"dependencies": {
"async": "^2.6.1",
"azure-event-hubs": "0.0.8",
"azure-iot-common": "1.8.1",
"azure-iot-device": "1.8.1",
"azure-iot-device-amqp": "1.8.1",
"azure-iot-device-http": "1.8.1",
"azure-iot-device-mqtt": "1.8.1",
"azure-iothub": "1.8.1",
"azure-iot-common": "1.8.2",
"azure-iot-device": "1.8.2",
"azure-iot-device-amqp": "1.8.2",
"azure-iot-device-http": "1.8.2",
"azure-iot-device-mqtt": "1.8.2",
"azure-iothub": "1.8.2",
"azure-storage": "^2.10.2",
"bluebird": "^3.5.2",
"debug": "^4.1.0",

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

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

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

@ -1,13 +1,13 @@
{
"name": "azure-iot-provisioning-device",
"version": "1.4.1",
"version": "1.4.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.8.1",
"azure-iot-common": "1.8.2",
"debug": "^3.0.1",
"machina": "^4.0.1"
},

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

@ -5,16 +5,16 @@
"author": "Microsoft Corporation",
"license": "MIT",
"dependencies": {
"azure-iot-provisioning-device": "1.4.1",
"azure-iot-provisioning-device-amqp": "1.4.1",
"azure-iot-provisioning-device-http": "1.4.1",
"azure-iot-provisioning-device-mqtt": "1.4.1",
"azure-iot-security-tpm": "1.3.1",
"azure-iot-security-x509": "1.3.1",
"azure-iot-device-mqtt": "1.8.1",
"azure-iot-device-amqp": "1.8.1",
"azure-iot-device-http": "1.8.1",
"azure-iot-device": "1.8.1"
"azure-iot-provisioning-device": "1.4.2",
"azure-iot-provisioning-device-amqp": "1.4.2",
"azure-iot-provisioning-device-http": "1.4.2",
"azure-iot-provisioning-device-mqtt": "1.4.2",
"azure-iot-security-tpm": "1.3.2",
"azure-iot-security-x509": "1.3.2",
"azure-iot-device-mqtt": "1.8.2",
"azure-iot-device-amqp": "1.8.2",
"azure-iot-device-http": "1.8.2",
"azure-iot-device": "1.8.2"
},
"engines": {
"node": ">= 0.10"

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

@ -1,20 +1,20 @@
{
"name": "azure-iot-provisioning-device-e2e",
"version": "0.3.1",
"version": "0.3.2",
"description": "E2E tests for the Azure Device Provisioning SDK",
"author": "Microsoft Corporation",
"license": "MIT",
"dependencies": {
"async": "^2.6.1",
"azure-iot-common": "1.8.1",
"azure-iot-provisioning-device": "1.4.1",
"azure-iot-provisioning-device-amqp": "1.4.1",
"azure-iot-provisioning-device-http": "1.4.1",
"azure-iot-provisioning-device-mqtt": "1.4.1",
"azure-iot-provisioning-service": "1.3.1",
"azure-iot-security-tpm": "1.3.1",
"azure-iot-security-x509": "1.3.1",
"azure-iothub": "1.8.1",
"azure-iot-common": "1.8.2",
"azure-iot-provisioning-device": "1.4.2",
"azure-iot-provisioning-device-amqp": "1.4.2",
"azure-iot-provisioning-device-http": "1.4.2",
"azure-iot-provisioning-device-mqtt": "1.4.2",
"azure-iot-provisioning-service": "1.3.2",
"azure-iot-security-tpm": "1.3.2",
"azure-iot-security-x509": "1.3.2",
"azure-iothub": "1.8.2",
"chai": "^4.2.0",
"debug": "^4.1.0",
"istanbul": "^0.4.5",

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

@ -1,14 +1,14 @@
{
"name": "azure-iot-provisioning-service",
"version": "1.3.1",
"version": "1.3.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.8.1",
"azure-iot-http-base": "1.8.1",
"azure-iot-common": "1.8.2",
"azure-iot-http-base": "1.8.2",
"debug": "^3.1.0"
},
"devDependencies": {

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

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

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

@ -1,6 +1,6 @@
{
"name": "azure-iot-provisioning-device-amqp",
"version": "1.4.1",
"version": "1.4.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.0",
"azure-iot-amqp-base": "2.1.1",
"azure-iot-common": "1.8.1",
"azure-iot-provisioning-device": "1.4.1",
"azure-iot-amqp-base": "2.1.2",
"azure-iot-common": "1.8.2",
"azure-iot-provisioning-device": "1.4.2",
"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.4.1",
"version": "1.4.2",
"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.8.1",
"azure-iot-common": "1.8.1",
"azure-iot-provisioning-device": "1.4.1",
"azure-iot-http-base": "1.8.2",
"azure-iot-common": "1.8.2",
"azure-iot-provisioning-device": "1.4.2",
"debug": "^3.0.1",
"machina": "^4.0.1"
},

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

@ -1,15 +1,15 @@
{
"name": "azure-iot-provisioning-device-mqtt",
"version": "1.4.1",
"version": "1.4.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.8.1",
"azure-iot-mqtt-base": "1.8.1",
"azure-iot-provisioning-device": "1.4.1",
"azure-iot-common": "1.8.2",
"azure-iot-mqtt-base": "1.8.2",
"azure-iot-provisioning-device": "1.4.2",
"debug": "^3.0.1",
"machina": "^4.0.1",
"uuid": "^3.1.0"

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

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

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

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

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

@ -1,6 +1,6 @@
{
"name": "azure-iothub",
"version": "1.8.1",
"version": "1.8.2",
"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": "2.1.1",
"azure-iot-common": "1.8.1",
"azure-iot-http-base": "1.8.1",
"azure-iot-amqp-base": "2.1.2",
"azure-iot-common": "1.8.2",
"azure-iot-http-base": "1.8.2",
"debug": "^3.1.0",
"lodash": "^4.17.10",
"rhea": "^0.2.17",

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

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