Skip to content

Commit 5b306ff

Browse files
author
anthonyvercolano
committed
Bump package versions for release 2017-6-2
1 parent 2c694f4 commit 5b306ff

7 files changed

Lines changed: 21 additions & 21 deletions

File tree

device/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-device",
3-
"version": "1.1.13",
3+
"version": "1.1.14",
44
"description": "Azure IoT device SDK",
55
"author": "Microsoft Corporation",
66
"license": "MIT",

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.13",
3+
"version": "0.1.14",
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.13",
9-
"azure-iot-device-amqp": "1.1.13",
10-
"azure-iot-device-http": "1.1.13",
11-
"azure-iot-device-mqtt": "1.1.13"
8+
"azure-iot-device": "1.1.14",
9+
"azure-iot-device-amqp": "1.1.14",
10+
"azure-iot-device-http": "1.1.14",
11+
"azure-iot-device-mqtt": "1.1.14"
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.13",
10-
"azure-iot-device-amqp": "1.1.13",
11-
"azure-iot-device-http": "1.1.13",
12-
"azure-iot-device-mqtt": "1.1.13",
9+
"azure-iot-device": "1.1.14",
10+
"azure-iot-device-amqp": "1.1.14",
11+
"azure-iot-device-http": "1.1.14",
12+
"azure-iot-device-mqtt": "1.1.14",
1313
"es5-shim": "^4.5.9",
1414
"lodash": "^4.15.0"
1515
},

device/transport/amqp/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "azure-iot-device-amqp",
3-
"version": "1.1.13",
3+
"version": "1.1.14",
44
"description": "AMQP transport for Azure IoT device SDK",
55
"author": "Microsoft Corporation",
66
"license": "MIT",
@@ -9,7 +9,7 @@
99
"dependencies": {
1010
"azure-iot-amqp-base": "1.1.9",
1111
"azure-iot-common": "1.1.8",
12-
"azure-iot-device": "1.1.13",
12+
"azure-iot-device": "1.1.14",
1313
"debug": "^2.6.0",
1414
"machina": "^2.0.0"
1515
},

device/transport/http/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "azure-iot-device-http",
3-
"version": "1.1.13",
3+
"version": "1.1.14",
44
"description": "HTTP transport for Azure IoT device SDK",
55
"author": "Microsoft Corporation",
66
"license": "MIT",
@@ -9,7 +9,7 @@
99
"dependencies": {
1010
"azure-iot-http-base": "1.1.8",
1111
"azure-iot-common": "1.1.8",
12-
"azure-iot-device": "1.1.13",
12+
"azure-iot-device": "1.1.14",
1313
"node-crontab": "^0.0.8"
1414
},
1515
"devDependencies": {

device/transport/mqtt/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "azure-iot-device-mqtt",
3-
"version": "1.1.13",
3+
"version": "1.1.14",
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": {
1010
"azure-iot-common": "1.1.8",
11-
"azure-iot-device": "1.1.13",
11+
"azure-iot-device": "1.1.14",
1212
"debug": "^2.6.0",
1313
"mqtt": "^1.14.1"
1414
},

e2etests/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,18 @@
22
"name": "azure-iot-e2etests",
33
"description": "Azure IoT end-to-end tests",
44
"author": "Microsoft Corporation",
5-
"version": "1.1.13",
5+
"version": "1.1.14",
66
"private": true,
77
"license": "MIT",
88
"main": "e2etests.js",
99
"dependencies": {
1010
"async": "^2.1.2",
1111
"azure-event-hubs": "0.0.8",
1212
"azure-iot-common": "1.1.8",
13-
"azure-iot-device": "1.1.13",
14-
"azure-iot-device-amqp": "1.1.13",
15-
"azure-iot-device-http": "1.1.13",
16-
"azure-iot-device-mqtt": "1.1.13",
13+
"azure-iot-device": "1.1.14",
14+
"azure-iot-device-amqp": "1.1.14",
15+
"azure-iot-device-http": "1.1.14",
16+
"azure-iot-device-mqtt": "1.1.14",
1717
"azure-iothub": "1.1.11",
1818
"azure-storage": "^1.2.0",
1919
"bluebird": "^3.3.0",

0 commit comments

Comments
 (0)