Skip to content

Commit

Permalink
Bump package versions for release 2018-07-13
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierre Cauchois committed Jul 13, 2018
1 parent 8588c4c commit 08f541f
Show file tree
Hide file tree
Showing 24 changed files with 102 additions and 102 deletions.
4 changes: 2 additions & 2 deletions build/tools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@
},
"homepage": "https://github.com/azure/azure-iot-sdk-node#readme",
"dependencies": {
"azure-iothub": "1.7.0",
"azure-iothub": "1.7.1",
"chalk": "^1.1.3",
"pem": "^1.8.3",
"yargs": "^4.7.1"
}
}
}
4 changes: 2 additions & 2 deletions common/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "azure-iot-common",
"version": "1.7.0",
"version": "1.7.1",
"description": "Common components shared by Azure IoT device and service SDKs",
"author": "Microsoft Corporation",
"license": "MIT",
Expand Down Expand Up @@ -41,4 +41,4 @@
"url": "https://github.com/Azure/azure-iot-sdk-node/issues"
},
"homepage": "https://github.com/Azure/azure-iot-sdk-node#readme"
}
}
6 changes: 3 additions & 3 deletions common/transport/amqp/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "azure-iot-amqp-base",
"version": "1.7.0",
"version": "1.7.1",
"description": "AMQP 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.0",
"azure-iot-common": "1.7.1",
"amqp10": "^3.6.0",
"amqp10-transport-ws": "^0.0.5",
"async": "^2.5.0",
Expand Down Expand Up @@ -50,4 +50,4 @@
"url": "https://github.com/Azure/azure-iot-sdk-node/issues"
},
"homepage": "https://github.com/Azure/azure-iot-sdk-node#readme"
}
}
6 changes: 3 additions & 3 deletions common/transport/http/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "azure-iot-http-base",
"version": "1.7.0",
"version": "1.7.1",
"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.0",
"azure-iot-common": "1.7.1",
"debug": "^3.1.0",
"uuid": "^3.2.1"
},
Expand Down Expand Up @@ -42,4 +42,4 @@
"url": "https://github.com/Azure/azure-iot-sdk-node/issues"
},
"homepage": "https://github.com/Azure/azure-iot-sdk-node#readme"
}
}
6 changes: 3 additions & 3 deletions common/transport/mqtt/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "azure-iot-mqtt-base",
"version": "1.7.0",
"version": "1.7.1",
"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.0",
"azure-iot-common": "1.7.1",
"debug": "^3.1.0",
"machina": "^2.0.1",
"mqtt": "^2.15.2"
Expand Down Expand Up @@ -44,4 +44,4 @@
"url": "https://github.com/Azure/azure-iot-sdk-node/issues"
},
"homepage": "https://github.com/Azure/azure-iot-sdk-node#readme"
}
}
8 changes: 4 additions & 4 deletions device/core/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "azure-iot-device",
"version": "1.7.0",
"version": "1.7.1",
"description": "Azure IoT device SDK",
"author": "Microsoft Corporation",
"license": "MIT",
"main": "device.js",
"typings": "device.d.ts",
"dependencies": {
"azure-iot-common": "1.7.0",
"azure-iot-http-base": "1.7.0",
"azure-iot-common": "1.7.1",
"azure-iot-http-base": "1.7.1",
"azure-storage": "^2.8.1",
"debug": "^3.1.0",
"lodash": "^4.17.10",
Expand Down Expand Up @@ -49,4 +49,4 @@
"url": "https://github.com/Azure/azure-iot-sdk-node/issues"
},
"homepage": "https://github.com/Azure/azure-iot-sdk-node#readme"
}
}
10 changes: 5 additions & 5 deletions device/node-red/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "node-red-contrib-azureiothubnode",
"version": "0.3.0",
"version": "0.3.1",
"description": "An Azure IoT Hub node for node-red",
"author": "Microsoft Corp.",
"license": "MIT",
"dependencies": {
"azure-iot-device": "1.7.0",
"azure-iot-device-amqp": "1.7.0",
"azure-iot-device-http": "1.7.0",
"azure-iot-device-mqtt": "1.7.0"
"azure-iot-device": "1.7.1",
"azure-iot-device-amqp": "1.7.1",
"azure-iot-device-http": "1.7.1",
"azure-iot-device-mqtt": "1.7.1"
},
"node-red": {
"nodes": {
Expand Down
8 changes: 4 additions & 4 deletions device/samples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
"author": "Microsoft Corp.",
"license": "MIT",
"dependencies": {
"azure-iot-device": "1.7.0",
"azure-iot-device-amqp": "1.7.0",
"azure-iot-device-http": "1.7.0",
"azure-iot-device-mqtt": "1.7.0",
"azure-iot-device": "1.7.1",
"azure-iot-device-amqp": "1.7.1",
"azure-iot-device-http": "1.7.1",
"azure-iot-device-mqtt": "1.7.1",
"es5-shim": "^4.5.9",
"lodash": "^4.17.5"
},
Expand Down
12 changes: 6 additions & 6 deletions device/transport/amqp/package.json
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
{
"name": "azure-iot-device-amqp",
"version": "1.7.0",
"version": "1.7.1",
"description": "AMQP transport for Azure IoT device SDK",
"author": "Microsoft Corporation",
"license": "MIT",
"main": "index.js",
"typings": "index.d.ts",
"dependencies": {
"async": "^2.5.0",
"azure-iot-amqp-base": "1.7.0",
"azure-iot-common": "1.7.0",
"azure-iot-device": "1.7.0",
"azure-iot-amqp-base": "1.7.1",
"azure-iot-common": "1.7.1",
"azure-iot-device": "1.7.1",
"debug": "^3.0.1",
"machina": "^2.0.1",
"uuid": "^3.0.1"
},
"devDependencies": {
"azure-iothub": "1.7.0",
"azure-iothub": "1.7.1",
"@types/debug": "0.0.30",
"@types/node": "^8.0.28",
"bluebird": "^3.5.0",
Expand Down Expand Up @@ -49,4 +49,4 @@
"url": "https://github.com/Azure/azure-iot-sdk-node/issues"
},
"homepage": "https://github.com/Azure/azure-iot-sdk-node#readme"
}
}
12 changes: 6 additions & 6 deletions device/transport/http/package.json
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
{
"name": "azure-iot-device-http",
"version": "1.7.0",
"version": "1.7.1",
"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.0",
"azure-iot-device": "1.7.0",
"azure-iot-http-base": "1.7.0",
"azure-iot-common": "1.7.1",
"azure-iot-device": "1.7.1",
"azure-iot-http-base": "1.7.1",
"debug": "^3.1.0",
"node-crontab": "^0.0.8"
},
"devDependencies": {
"@types/node": "^8.0.45",
"azure-iothub": "1.7.0",
"azure-iothub": "1.7.1",
"chai": "^4.1.2",
"istanbul": "^0.4.4",
"mocha": "^5.2.0",
Expand Down Expand Up @@ -45,4 +45,4 @@
"url": "https://github.com/Azure/azure-iot-sdk-node/issues"
},
"homepage": "https://github.com/Azure/azure-iot-sdk-node#readme"
}
}
10 changes: 5 additions & 5 deletions device/transport/mqtt/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "azure-iot-device-mqtt",
"version": "1.7.0",
"version": "1.7.1",
"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.0",
"azure-iot-device": "1.7.0",
"azure-iot-mqtt-base": "1.7.0",
"azure-iot-common": "1.7.1",
"azure-iot-device": "1.7.1",
"azure-iot-mqtt-base": "1.7.1",
"debug": "^3.0.1",
"machina": "^2.0.1",
"uuid": "^3.0.1"
Expand Down Expand Up @@ -47,4 +47,4 @@
"url": "https://github.com/Azure/azure-iot-sdk-node/issues"
},
"homepage": "https://github.com/Azure/azure-iot-sdk-node#readme"
}
}
16 changes: 8 additions & 8 deletions e2etests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,19 @@
"name": "azure-iot-e2etests",
"description": "Azure IoT end-to-end tests",
"author": "Microsoft Corporation",
"version": "1.4.0",
"version": "1.4.1",
"private": true,
"license": "MIT",
"main": "e2etests.js",
"dependencies": {
"async": "^2.1.2",
"azure-event-hubs": "0.0.8",
"azure-iot-common": "1.7.0",
"azure-iot-device": "1.7.0",
"azure-iot-device-amqp": "1.7.0",
"azure-iot-device-http": "1.7.0",
"azure-iot-device-mqtt": "1.7.0",
"azure-iothub": "1.7.0",
"azure-iot-common": "1.7.1",
"azure-iot-device": "1.7.1",
"azure-iot-device-amqp": "1.7.1",
"azure-iot-device-http": "1.7.1",
"azure-iot-device-mqtt": "1.7.1",
"azure-iothub": "1.7.1",
"azure-storage": "^2.8.1",
"bluebird": "^3.3.0",
"debug": "^3.1.0",
Expand Down Expand Up @@ -79,4 +79,4 @@
"url": "https://github.com/Azure/azure-iot-sdk-node/issues"
},
"homepage": "https://github.com/Azure/azure-iot-sdk-node#readme"
}
}
6 changes: 3 additions & 3 deletions provisioning/device/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "azure-iot-provisioning-device",
"version": "1.3.0",
"version": "1.3.1",
"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.0",
"azure-iot-common": "1.7.1",
"debug": "^3.0.1",
"machina": "^2.0.1"
},
Expand Down Expand Up @@ -42,4 +42,4 @@
"url": "https://github.com/Azure/azure-iot-sdk-node/issues"
},
"homepage": "https://github.com/Azure/azure-iot-sdk-node#readme"
}
}
10 changes: 5 additions & 5 deletions provisioning/device/samples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
"author": "Microsoft Corporation",
"license": "MIT",
"dependencies": {
"azure-iot-provisioning-device": "1.3.0",
"azure-iot-provisioning-device-amqp": "1.3.0",
"azure-iot-provisioning-device-http": "1.3.0",
"azure-iot-provisioning-device-mqtt": "1.3.0",
"azure-iot-security-x509": "1.2.0"
"azure-iot-provisioning-device": "1.3.1",
"azure-iot-provisioning-device-amqp": "1.3.1",
"azure-iot-provisioning-device-http": "1.3.1",
"azure-iot-provisioning-device-mqtt": "1.3.1",
"azure-iot-security-x509": "1.2.1"
},
"scripts": {
"build": "echo nothing to do"
Expand Down
22 changes: 11 additions & 11 deletions provisioning/e2e/package.json
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
{
"name": "azure-iot-provisioning-device-e2e",
"version": "0.2.0",
"version": "0.2.1",
"description": "E2E tests for the Azure Device Provisioning SDK",
"author": "Microsoft Corporation",
"license": "MIT",
"dependencies": {
"async": "^2.6.0",
"azure-iot-common": "1.7.0",
"azure-iot-provisioning-device": "1.3.0",
"azure-iot-provisioning-device-amqp": "1.3.0",
"azure-iot-provisioning-device-http": "1.3.0",
"azure-iot-provisioning-device-mqtt": "1.3.0",
"azure-iot-provisioning-service": "1.2.0",
"azure-iot-security-tpm": "1.2.0",
"azure-iot-security-x509": "1.2.0",
"azure-iothub": "1.7.0",
"azure-iot-common": "1.7.1",
"azure-iot-provisioning-device": "1.3.1",
"azure-iot-provisioning-device-amqp": "1.3.1",
"azure-iot-provisioning-device-http": "1.3.1",
"azure-iot-provisioning-device-mqtt": "1.3.1",
"azure-iot-provisioning-service": "1.2.1",
"azure-iot-security-tpm": "1.2.1",
"azure-iot-security-x509": "1.2.1",
"azure-iothub": "1.7.1",
"chai": "^3.5.0",
"debug": "^3.1.0",
"istanbul": "^0.4.4",
Expand Down Expand Up @@ -42,4 +42,4 @@
"url": "https://github.com/Azure/azure-iot-sdk-node/issues"
},
"homepage": "https://github.com/Azure/azure-iot-sdk-node#readme"
}
}
8 changes: 4 additions & 4 deletions provisioning/service/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "azure-iot-provisioning-service",
"version": "1.2.0",
"version": "1.2.1",
"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.0",
"azure-iot-http-base": "1.7.0",
"azure-iot-common": "1.7.1",
"azure-iot-http-base": "1.7.1",
"debug": "^3.1.0"
},
"devDependencies": {
Expand Down Expand Up @@ -44,4 +44,4 @@
"url": "https://github.com/Azure/azure-iot-sdk-node/issues"
},
"homepage": "https://github.com/Azure/azure-iot-sdk-node#readme"
}
}
2 changes: 1 addition & 1 deletion provisioning/service/samples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"license": "MIT",
"dependencies": {
"yargs": "^10.1.1",
"azure-iot-provisioning-service": "1.2.0"
"azure-iot-provisioning-service": "1.2.1"
},
"scripts": {
"build": "echo nothing to do"
Expand Down
Loading

0 comments on commit 08f541f

Please sign in to comment.