Skip to content

Commit 2cf7131

Browse files
author
Pierre Cauchois
committed
Bump package versions for release 2019-03-05
1 parent 1293fee commit 2cf7131

26 files changed

Lines changed: 97 additions & 98 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.9.3",
22+
"azure-iothub": "1.9.4",
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.9.3",
3+
"version": "1.9.4",
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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "azure-iot-amqp-base",
3-
"version": "2.2.3",
3+
"version": "2.2.4",
44
"description": "AMQP operations used by Azure IoT device and service SDKs",
55
"author": "Microsoft Corporation",
66
"license": "MIT",
77
"main": "main.js",
88
"typings": "index.d.ts",
99
"dependencies": {
1010
"async": "^2.5.0",
11-
"azure-iot-common": "1.9.3",
11+
"azure-iot-common": "1.9.4",
1212
"debug": "^3.0.1",
1313
"lodash.merge": "^4.6.1",
1414
"machina": "^4.0.1",

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.9.3",
3+
"version": "1.9.4",
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.9.3",
10+
"azure-iot-common": "1.9.4",
1111
"debug": "^3.1.0",
1212
"uuid": "^3.2.1"
1313
},

common/transport/mqtt/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-mqtt-base",
3-
"version": "1.9.3",
3+
"version": "1.9.4",
44
"description": "MQTT operations used by Azure IoT device and service SDKs",
55
"author": "Microsoft Corporation",
66
"license": "MIT",
77
"main": "main.js",
88
"typings": "index.d.ts",
99
"dependencies": {
10-
"azure-iot-common": "1.9.3",
10+
"azure-iot-common": "1.9.4",
1111
"debug": "^3.1.0",
1212
"machina": "^4.0.1",
1313
"mqtt": "^2.18.8"

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.9.3",
3+
"version": "1.9.4",
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.9.3",
11-
"azure-iot-http-base": "1.9.3",
10+
"azure-iot-common": "1.9.4",
11+
"azure-iot-http-base": "1.9.4",
1212
"azure-storage": "^2.8.1",
1313
"debug": "^3.1.0",
1414
"lodash": "^4.17.10",

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.4.7",
3+
"version": "0.4.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.9.3",
9-
"azure-iot-device-amqp": "1.9.3",
10-
"azure-iot-device-http": "1.9.3",
11-
"azure-iot-device-mqtt": "1.9.3"
8+
"azure-iot-device": "1.9.4",
9+
"azure-iot-device-amqp": "1.9.4",
10+
"azure-iot-device-http": "1.9.4",
11+
"azure-iot-device-mqtt": "1.9.4"
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.9.3",
10-
"azure-iot-device-amqp": "1.9.3",
11-
"azure-iot-device-http": "1.9.3",
12-
"azure-iot-device-mqtt": "1.9.3",
9+
"azure-iot-device": "1.9.4",
10+
"azure-iot-device-amqp": "1.9.4",
11+
"azure-iot-device-http": "1.9.4",
12+
"azure-iot-device-mqtt": "1.9.4",
1313
"es5-shim": "^4.5.12",
1414
"lodash": "^4.17.11"
1515
},

device/transport/amqp/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
{
22
"name": "azure-iot-device-amqp",
3-
"version": "1.9.3",
3+
"version": "1.9.4",
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": {
1010
"async": "^2.5.0",
11-
"azure-iot-amqp-base": "2.2.3",
12-
"azure-iot-common": "1.9.3",
13-
"azure-iot-device": "1.9.3",
11+
"azure-iot-amqp-base": "2.2.4",
12+
"azure-iot-common": "1.9.4",
13+
"azure-iot-device": "1.9.4",
1414
"debug": "^3.1.0",
1515
"machina": "^4.0.1",
1616
"rhea": "^0.3.9",

device/transport/http/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
{
22
"name": "azure-iot-device-http",
3-
"version": "1.9.3",
3+
"version": "1.9.4",
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-common": "1.9.3",
11-
"azure-iot-device": "1.9.3",
12-
"azure-iot-http-base": "1.9.3",
10+
"azure-iot-common": "1.9.4",
11+
"azure-iot-device": "1.9.4",
12+
"azure-iot-http-base": "1.9.4",
1313
"debug": "^3.1.0",
1414
"node-crontab": "^0.0.8"
1515
},
1616
"devDependencies": {
1717
"@types/node": "8.9.4",
18-
"azure-iothub": "1.9.3",
18+
"azure-iothub": "1.9.4",
1919
"chai": "^4.1.2",
2020
"mocha": "^5.2.0",
2121
"nyc": "^12.0.2",

0 commit comments

Comments
 (0)