Skip to content

Commit 76c8ff9

Browse files
author
aziot-bld-01
committed
Bump package versions for release 2019-04-10
1 parent a79c0d0 commit 76c8ff9

26 files changed

Lines changed: 100 additions & 100 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.4",
22+
"azure-iothub": "1.9.5",
2323
"chalk": "^1.1.3",
2424
"pem": "^1.14.2",
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.4",
3+
"version": "1.9.5",
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,14 +1,14 @@
11
{
22
"name": "azure-iot-amqp-base",
3-
"version": "2.2.4",
3+
"version": "2.2.5",
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.6.2",
11-
"azure-iot-common": "1.9.4",
11+
"azure-iot-common": "1.9.5",
1212
"debug": "^4.1.1",
1313
"lodash.merge": "^4.6.1",
1414
"machina": "^4.0.1",
@@ -49,4 +49,4 @@
4949
"url": "https://github.com/Azure/azure-iot-sdk-node/issues"
5050
},
5151
"homepage": "https://github.com/Azure/azure-iot-sdk-node#readme"
52-
}
52+
}

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.4",
3+
"version": "1.9.5",
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.4",
10+
"azure-iot-common": "1.9.5",
1111
"debug": "^4.1.1",
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.4",
3+
"version": "1.9.5",
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.4",
10+
"azure-iot-common": "1.9.5",
1111
"debug": "^4.1.1",
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.4",
3+
"version": "1.9.5",
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.4",
11-
"azure-iot-http-base": "1.9.4",
10+
"azure-iot-common": "1.9.5",
11+
"azure-iot-http-base": "1.9.5",
1212
"azure-storage": "^2.10.2",
1313
"debug": "^4.1.1",
1414
"lodash": "^4.17.11",

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.8",
3+
"version": "0.4.9",
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.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"
8+
"azure-iot-device": "1.9.5",
9+
"azure-iot-device-amqp": "1.9.5",
10+
"azure-iot-device-http": "1.9.5",
11+
"azure-iot-device-mqtt": "1.9.5"
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.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",
9+
"azure-iot-device": "1.9.5",
10+
"azure-iot-device-amqp": "1.9.5",
11+
"azure-iot-device-http": "1.9.5",
12+
"azure-iot-device-mqtt": "1.9.5",
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.4",
3+
"version": "1.9.5",
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.6.2",
11-
"azure-iot-amqp-base": "2.2.4",
12-
"azure-iot-common": "1.9.4",
13-
"azure-iot-device": "1.9.4",
11+
"azure-iot-amqp-base": "2.2.5",
12+
"azure-iot-common": "1.9.5",
13+
"azure-iot-device": "1.9.5",
1414
"debug": "^4.1.1",
1515
"machina": "^4.0.1",
1616
"rhea": "^1.0.2",

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.4",
3+
"version": "1.9.5",
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.4",
11-
"azure-iot-device": "1.9.4",
12-
"azure-iot-http-base": "1.9.4",
10+
"azure-iot-common": "1.9.5",
11+
"azure-iot-device": "1.9.5",
12+
"azure-iot-http-base": "1.9.5",
1313
"debug": "^4.1.1",
1414
"node-crontab": "^0.0.8"
1515
},
1616
"devDependencies": {
1717
"@types/node": "8.9.4",
18-
"azure-iothub": "1.9.4",
18+
"azure-iothub": "1.9.5",
1919
"chai": "^4.1.2",
2020
"mocha": "^5.2.0",
2121
"nyc": "^13.3.0",

0 commit comments

Comments
 (0)