Skip to content

Commit

Permalink
Bump package versions for release 2017-5-4
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierre Cauchois committed May 5, 2017
1 parent 6ce77ca commit 1d9242c
Show file tree
Hide file tree
Showing 13 changed files with 49 additions and 49 deletions.
2 changes: 1 addition & 1 deletion build/tools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
},
"homepage": "https://github.com/azure/azure-iot-sdk-node#readme",
"dependencies": {
"azure-iothub": "1.1.9",
"azure-iothub": "1.1.10",
"chalk": "^1.1.3",
"pem": "^1.8.3",
"yargs": "^4.7.1"
Expand Down
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.1.6",
"version": "1.1.7",
"description": "Common components shared by Azure IoT device and service SDKs",
"author": "Microsoft Corporation",
"license": "MIT",
Expand Down Expand Up @@ -40,4 +40,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,6 +1,6 @@
{
"name": "azure-iot-amqp-base",
"version": "1.1.7",
"version": "1.1.8",
"description": "AMQP operations used by Azure IoT device and service SDKs",
"author": "Microsoft Corporation",
"license": "MIT",
Expand All @@ -9,7 +9,7 @@
"dependencies": {
"amqp10": "3.5.0",
"amqp10-transport-ws": "^0.0.5",
"azure-iot-common": "1.1.6",
"azure-iot-common": "1.1.7",
"bluebird": "^3.5.0",
"debug": "^2.6.0",
"uuid": "^3.0.1"
Expand Down Expand Up @@ -48,4 +48,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.1.6",
"version": "1.1.7",
"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.1.6",
"azure-iot-common": "1.1.7",
"debug": "^2.2.0"
},
"devDependencies": {
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"
}
}
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.1.10",
"version": "1.1.11",
"description": "Azure IoT device SDK",
"author": "Microsoft Corporation",
"license": "MIT",
"main": "device.js",
"typings": "device.d.ts",
"dependencies": {
"azure-iot-common": "1.1.6",
"azure-iot-http-base": "1.1.6",
"azure-iot-common": "1.1.7",
"azure-iot-http-base": "1.1.7",
"azure-storage": "^2.0.0",
"debug": "^2.6.0",
"lodash": "^4.17.4",
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"
}
}
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.1.10",
"version": "0.1.11",
"description": "An Azure IoT Hub node for node-red",
"author": "Microsoft Corp.",
"license": "MIT",
"dependencies": {
"azure-iot-device": "1.1.10",
"azure-iot-device-amqp": "1.1.10",
"azure-iot-device-http": "1.1.10",
"azure-iot-device-mqtt": "1.1.10"
"azure-iot-device": "1.1.11",
"azure-iot-device-amqp": "1.1.11",
"azure-iot-device-http": "1.1.11",
"azure-iot-device-mqtt": "1.1.11"
},
"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.1.10",
"azure-iot-device-amqp": "1.1.10",
"azure-iot-device-http": "1.1.10",
"azure-iot-device-mqtt": "1.1.10",
"azure-iot-device": "1.1.11",
"azure-iot-device-amqp": "1.1.11",
"azure-iot-device-http": "1.1.11",
"azure-iot-device-mqtt": "1.1.11",
"es5-shim": "^4.5.9",
"lodash": "^4.15.0"
},
Expand Down
10 changes: 5 additions & 5 deletions device/transport/amqp/package.json
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
{
"name": "azure-iot-device-amqp",
"version": "1.1.10",
"version": "1.1.11",
"description": "AMQP transport for Azure IoT device SDK",
"author": "Microsoft Corporation",
"license": "MIT",
"main": "index.js",
"typings": "index.d.ts",
"dependencies": {
"azure-iot-amqp-base": "1.1.7",
"azure-iot-common": "1.1.6",
"azure-iot-device": "1.1.10",
"azure-iot-amqp-base": "1.1.8",
"azure-iot-common": "1.1.7",
"azure-iot-device": "1.1.11",
"debug": "^2.6.0",
"machina": "^2.0.0"
},
"devDependencies": {
"azure-iothub": "1.1.9",
"azure-iothub": "1.1.10",
"chai": "^3.5.0",
"istanbul": "^0.4.5",
"jshint": "^2.9.4",
Expand Down
10 changes: 5 additions & 5 deletions device/transport/http/package.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
{
"name": "azure-iot-device-http",
"version": "1.1.10",
"version": "1.1.11",
"description": "HTTP transport for Azure IoT device SDK",
"author": "Microsoft Corporation",
"license": "MIT",
"main": "index.js",
"typings": "index.d.ts",
"dependencies": {
"azure-iot-http-base": "1.1.6",
"azure-iot-common": "1.1.6",
"azure-iot-device": "1.1.10",
"azure-iot-http-base": "1.1.7",
"azure-iot-common": "1.1.7",
"azure-iot-device": "1.1.11",
"node-crontab": "^0.0.8"
},
"devDependencies": {
"azure-iothub": "1.1.9",
"azure-iothub": "1.1.10",
"chai": "^3.5.0",
"istanbul": "^0.4.4",
"jshint": "^2.9.2",
Expand Down
8 changes: 4 additions & 4 deletions device/transport/mqtt/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "azure-iot-device-mqtt",
"version": "1.1.10",
"version": "1.1.11",
"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.1.6",
"azure-iot-device": "1.1.10",
"azure-iot-common": "1.1.7",
"azure-iot-device": "1.1.11",
"debug": "^2.6.0",
"mqtt": "^1.14.1"
},
Expand Down Expand Up @@ -46,4 +46,4 @@
"url": "https://github.com/Azure/azure-iot-sdk-node/issues"
},
"homepage": "https://github.com/Azure/azure-iot-sdk-node#readme"
}
}
14 changes: 7 additions & 7 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.1.10",
"version": "1.1.11",
"private": true,
"license": "MIT",
"main": "e2etests.js",
"dependencies": {
"async": "^2.1.2",
"azure-event-hubs": "0.0.6",
"azure-iot-common": "1.1.6",
"azure-iot-device": "1.1.10",
"azure-iot-device-amqp": "1.1.10",
"azure-iot-device-http": "1.1.10",
"azure-iot-device-mqtt": "1.1.10",
"azure-iothub": "1.1.9",
"azure-iot-common": "1.1.7",
"azure-iot-device": "1.1.11",
"azure-iot-device-amqp": "1.1.11",
"azure-iot-device-http": "1.1.11",
"azure-iot-device-mqtt": "1.1.11",
"azure-iothub": "1.1.10",
"azure-storage": "^1.2.0",
"bluebird": "^3.3.0",
"debug": "^2.2.0",
Expand Down
10 changes: 5 additions & 5 deletions service/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "azure-iothub",
"version": "1.1.9",
"version": "1.1.10",
"description": "Azure IoT SDK - IoT Hub",
"author": "Microsoft Corporation",
"license": "MIT",
"main": "iothub.js",
"typings": "iothub.d.ts",
"dependencies": {
"azure-iot-amqp-base": "1.1.7",
"azure-iot-common": "1.1.6",
"azure-iot-http-base": "1.1.6",
"azure-iot-amqp-base": "1.1.8",
"azure-iot-common": "1.1.7",
"azure-iot-http-base": "1.1.7",
"debug": "^2.6.3",
"lodash": "^4.15.0",
"uuid": "^2.0.1"
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"
}
}
2 changes: 1 addition & 1 deletion service/samples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"author": "Microsoft Corp.",
"license": "MIT",
"dependencies": {
"azure-iothub": "1.1.9",
"azure-iothub": "1.1.10",
"azure-storage": "^1.2.0"
}
}

0 comments on commit 1d9242c

Please sign in to comment.