Skip to content

Commit 4913b26

Browse files
author
Pierre Cauchois
committed
Bump package versions for release 2017-3-24
1 parent 43131f1 commit 4913b26

13 files changed

Lines changed: 44 additions & 44 deletions

File tree

build/tools/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
},
2020
"homepage": "https://github.com/azure/azure-iot-sdk-node#readme",
2121
"dependencies": {
22-
"azure-iothub": "1.1.7",
22+
"azure-iothub": "1.1.8",
2323
"chalk": "^1.1.3",
2424
"pem": "^1.8.3",
2525
"yargs": "^4.7.1"

common/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "azure-iot-common",
3-
"version": "1.1.5",
3+
"version": "1.1.6",
44
"description": "Common components shared by Azure IoT device and service SDKs",
55
"author": "Microsoft Corporation",
66
"license": "MIT",

common/transport/amqp/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "azure-iot-amqp-base",
3-
"version": "1.1.6",
3+
"version": "1.1.7",
44
"description": "AMQP operations used by Azure IoT device and service SDKs",
55
"author": "Microsoft Corporation",
66
"license": "MIT",
@@ -10,7 +10,7 @@
1010
"amqp10": "3.5.0",
1111
"bluebird": "^3.5.0",
1212
"amqp10-transport-ws": "^0.0.5",
13-
"azure-iot-common": "1.1.5",
13+
"azure-iot-common": "1.1.6",
1414
"debug": "^2.6.0",
1515
"uuid": "^3.0.1"
1616
},
@@ -46,4 +46,4 @@
4646
"url": "https://github.com/Azure/azure-iot-sdk-node/issues"
4747
},
4848
"homepage": "https://github.com/Azure/azure-iot-sdk-node#readme"
49-
}
49+
}

common/transport/http/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"name": "azure-iot-http-base",
3-
"version": "1.1.5",
3+
"version": "1.1.6",
44
"description": "HTTP operations used by Azure IoT device and service SDKs",
55
"author": "Microsoft Corporation",
66
"license": "MIT",
77
"main": "index.js",
88
"typings": "index.d.ts",
99
"dependencies": {
10-
"azure-iot-common": "1.1.5",
10+
"azure-iot-common": "1.1.6",
1111
"debug": "^2.2.0"
1212
},
1313
"devDependencies": {

device/core/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "azure-iot-device",
3-
"version": "1.1.7",
3+
"version": "1.1.8",
44
"description": "Azure IoT device SDK",
55
"author": "Microsoft Corporation",
66
"license": "MIT",
77
"main": "device.js",
88
"typings": "device.d.ts",
99
"dependencies": {
10-
"azure-iot-common": "1.1.5",
11-
"azure-iot-http-base": "1.1.5",
10+
"azure-iot-common": "1.1.6",
11+
"azure-iot-http-base": "1.1.6",
1212
"azure-storage": "^2.0.0",
1313
"debug": "^2.6.0",
1414
"lodash": "^4.17.4",

device/node-red/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "node-red-contrib-azureiothubnode",
3-
"version": "0.1.7",
3+
"version": "0.1.8",
44
"description": "An Azure IoT Hub node for node-red",
55
"author": "Microsoft Corp.",
66
"license": "MIT",
77
"dependencies": {
8-
"azure-iot-device": "1.1.7",
9-
"azure-iot-device-amqp": "1.1.7",
10-
"azure-iot-device-http": "1.1.7",
11-
"azure-iot-device-mqtt": "1.1.7"
8+
"azure-iot-device": "1.1.8",
9+
"azure-iot-device-amqp": "1.1.8",
10+
"azure-iot-device-http": "1.1.8",
11+
"azure-iot-device-mqtt": "1.1.8"
1212
},
1313
"node-red": {
1414
"nodes": {

device/samples/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@
66
"author": "Microsoft Corp.",
77
"license": "MIT",
88
"dependencies": {
9-
"azure-iot-device": "1.1.7",
10-
"azure-iot-device-amqp": "1.1.7",
11-
"azure-iot-device-http": "1.1.7",
12-
"azure-iot-device-mqtt": "1.1.7",
9+
"azure-iot-device": "1.1.8",
10+
"azure-iot-device-amqp": "1.1.8",
11+
"azure-iot-device-http": "1.1.8",
12+
"azure-iot-device-mqtt": "1.1.8",
1313
"es5-shim": "^4.5.9",
1414
"lodash": "^4.15.0"
1515
},

device/transport/amqp/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
{
22
"name": "azure-iot-device-amqp",
3-
"version": "1.1.7",
3+
"version": "1.1.8",
44
"description": "AMQP transport for Azure IoT device SDK",
55
"author": "Microsoft Corporation",
66
"license": "MIT",
77
"main": "index.js",
88
"typings": "index.d.ts",
99
"dependencies": {
10-
"azure-iot-amqp-base": "1.1.6",
11-
"azure-iot-common": "1.1.5",
12-
"azure-iot-device": "1.1.7",
10+
"azure-iot-amqp-base": "1.1.7",
11+
"azure-iot-common": "1.1.6",
12+
"azure-iot-device": "1.1.8",
1313
"debug": "^2.6.0",
1414
"machina": "^2.0.0"
1515
},
1616
"devDependencies": {
17-
"azure-iothub": "1.1.7",
17+
"azure-iothub": "1.1.8",
1818
"chai": "^3.5.0",
1919
"istanbul": "^0.4.5",
2020
"jshint": "^2.9.4",

device/transport/http/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
{
22
"name": "azure-iot-device-http",
3-
"version": "1.1.7",
3+
"version": "1.1.8",
44
"description": "HTTP transport for Azure IoT device SDK",
55
"author": "Microsoft Corporation",
66
"license": "MIT",
77
"main": "index.js",
88
"typings": "index.d.ts",
99
"dependencies": {
10-
"azure-iot-http-base": "1.1.5",
11-
"azure-iot-common": "1.1.5",
12-
"azure-iot-device": "1.1.7",
10+
"azure-iot-http-base": "1.1.6",
11+
"azure-iot-common": "1.1.6",
12+
"azure-iot-device": "1.1.8",
1313
"node-crontab": "^0.0.8"
1414
},
1515
"devDependencies": {
16-
"azure-iothub": "1.1.7",
16+
"azure-iothub": "1.1.8",
1717
"chai": "^3.5.0",
1818
"istanbul": "^0.4.4",
1919
"jshint": "^2.9.2",

device/transport/mqtt/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "azure-iot-device-mqtt",
3-
"version": "1.1.7",
3+
"version": "1.1.8",
44
"description": "MQTT transport for Azure IoT device SDK",
55
"author": "Microsoft Corporation",
66
"license": "MIT",
77
"main": "index.js",
88
"typings": "index.d.ts",
99
"dependencies": {
10-
"azure-iot-common": "1.1.5",
11-
"azure-iot-device": "1.1.7",
10+
"azure-iot-common": "1.1.6",
11+
"azure-iot-device": "1.1.8",
1212
"debug": "^2.6.0",
1313
"mqtt": "^1.14.1",
1414
"es5-shim": "^4.5.9"

0 commit comments

Comments
 (0)