Skip to content

Commit 7943cce

Browse files
Bump package versions for release on 2019-08-26
1 parent a4ea2ce commit 7943cce

File tree

27 files changed

+133
-133
lines changed

27 files changed

+133
-133
lines changed

build/tools/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@
1818
},
1919
"homepage": "https://github.com/azure/azure-iot-sdk-node#readme",
2020
"dependencies": {
21-
"azure-iothub": "1.10.1",
21+
"azure-iothub": "1.10.2",
2222
"chalk": "^1.1.3",
2323
"pem": "^1.14.2",
2424
"yargs": "^4.7.1"
2525
}
26-
}
26+
}

common/core/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-common",
3-
"version": "1.10.1",
3+
"version": "1.10.2",
44
"description": "Common components shared by Azure IoT device and service SDKs",
55
"author": "Microsoft Corporation",
66
"license": "MIT",
@@ -42,4 +42,4 @@
4242
"url": "https://github.com/Azure/azure-iot-sdk-node/issues"
4343
},
4444
"homepage": "https://github.com/Azure/azure-iot-sdk-node#readme"
45-
}
45+
}

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.11",
3+
"version": "2.2.12",
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.10.1",
11+
"azure-iot-common": "1.10.2",
1212
"debug": "^4.1.1",
1313
"lodash.merge": "^4.6.1",
1414
"machina": "^4.0.2",
@@ -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: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"name": "azure-iot-http-base",
3-
"version": "1.9.10",
3+
"version": "1.9.11",
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.10.1",
10+
"azure-iot-common": "1.10.2",
1111
"debug": "^4.1.1",
1212
"uuid": "^3.3.2"
1313
},
@@ -42,4 +42,4 @@
4242
"url": "https://github.com/Azure/azure-iot-sdk-node/issues"
4343
},
4444
"homepage": "https://github.com/Azure/azure-iot-sdk-node#readme"
45-
}
45+
}

common/transport/mqtt/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"name": "azure-iot-mqtt-base",
3-
"version": "1.9.11",
3+
"version": "1.9.12",
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.10.1",
10+
"azure-iot-common": "1.10.2",
1111
"debug": "^4.1.1",
1212
"machina": "^4.0.2",
1313
"mqtt": "^2.18.8"
@@ -44,4 +44,4 @@
4444
"url": "https://github.com/Azure/azure-iot-sdk-node/issues"
4545
},
4646
"homepage": "https://github.com/Azure/azure-iot-sdk-node#readme"
47-
}
47+
}

device/core/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "azure-iot-device",
3-
"version": "1.11.0",
3+
"version": "1.11.1",
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.10.1",
11-
"azure-iot-http-base": "1.9.10",
10+
"azure-iot-common": "1.10.2",
11+
"azure-iot-http-base": "1.9.11",
1212
"azure-storage": "^2.10.2",
1313
"debug": "^4.1.1",
1414
"lodash": "^4.17.15",
@@ -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+
}

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.14",
3+
"version": "0.4.15",
44
"description": "An Azure IoT Hub node for node-red",
55
"author": "Microsoft Corp.",
66
"license": "MIT",
77
"dependencies": {
8-
"azure-iot-device": "1.11.0",
9-
"azure-iot-device-amqp": "1.10.1",
10-
"azure-iot-device-http": "1.10.1",
11-
"azure-iot-device-mqtt": "1.10.1"
8+
"azure-iot-device": "1.11.1",
9+
"azure-iot-device-amqp": "1.10.2",
10+
"azure-iot-device-http": "1.10.2",
11+
"azure-iot-device-mqtt": "1.10.2"
1212
},
1313
"node-red": {
1414
"nodes": {

device/samples/package.json

Lines changed: 5 additions & 5 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.11.0",
10-
"azure-iot-device-amqp": "1.10.1",
11-
"azure-iot-device-http": "1.10.1",
12-
"azure-iot-device-mqtt": "1.10.1",
9+
"azure-iot-device": "1.11.1",
10+
"azure-iot-device-amqp": "1.10.2",
11+
"azure-iot-device-http": "1.10.2",
12+
"azure-iot-device-mqtt": "1.10.2",
1313
"es5-shim": "^4.5.12",
1414
"lodash": "^4.17.15"
1515
},
@@ -19,4 +19,4 @@
1919
"scripts": {
2020
"lint": "jshint --show-non-errors ."
2121
}
22-
}
22+
}

device/transport/amqp/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
{
22
"name": "azure-iot-device-amqp",
3-
"version": "1.10.1",
3+
"version": "1.10.2",
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.11",
12-
"azure-iot-common": "1.10.1",
13-
"azure-iot-device": "1.11.0",
11+
"azure-iot-amqp-base": "2.2.12",
12+
"azure-iot-common": "1.10.2",
13+
"azure-iot-device": "1.11.1",
1414
"debug": "^4.1.1",
1515
"machina": "^4.0.2",
1616
"rhea": "^1.0.2",
@@ -63,4 +63,4 @@
6363
],
6464
"all": true
6565
}
66-
}
66+
}

device/transport/http/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
{
22
"name": "azure-iot-device-http",
3-
"version": "1.10.1",
3+
"version": "1.10.2",
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.10.1",
11-
"azure-iot-device": "1.11.0",
12-
"azure-iot-http-base": "1.9.10",
10+
"azure-iot-common": "1.10.2",
11+
"azure-iot-device": "1.11.1",
12+
"azure-iot-http-base": "1.9.11",
1313
"debug": "^4.1.1",
1414
"node-crontab": "^0.0.8"
1515
},
1616
"devDependencies": {
1717
"@types/node": "^9.6.50",
18-
"azure-iothub": "1.10.1",
18+
"azure-iothub": "1.10.2",
1919
"chai": "^4.2.0",
2020
"mocha": "^5.2.0",
2121
"nyc": "^14.1.1",
@@ -60,4 +60,4 @@
6060
],
6161
"all": true
6262
}
63-
}
63+
}

device/transport/mqtt/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
22
"name": "azure-iot-device-mqtt",
3-
"version": "1.10.1",
3+
"version": "1.10.2",
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.10.1",
11-
"azure-iot-device": "1.11.0",
12-
"azure-iot-mqtt-base": "1.9.11",
10+
"azure-iot-common": "1.10.2",
11+
"azure-iot-device": "1.11.1",
12+
"azure-iot-mqtt-base": "1.9.12",
1313
"debug": "^4.1.1",
1414
"machina": "^4.0.2",
1515
"uuid": "^3.3.2"
@@ -62,4 +62,4 @@
6262
],
6363
"all": true
6464
}
65-
}
65+
}

e2etests/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,19 @@
22
"name": "azure-iot-e2etests",
33
"description": "Azure IoT end-to-end tests",
44
"author": "Microsoft Corporation",
5-
"version": "1.10.1",
5+
"version": "1.10.2",
66
"private": true,
77
"license": "MIT",
88
"main": "e2etests.js",
99
"dependencies": {
1010
"@azure/event-hubs": "^1.0.8",
1111
"async": "^2.6.2",
12-
"azure-iot-common": "1.10.1",
13-
"azure-iot-device": "1.11.0",
14-
"azure-iot-device-amqp": "1.10.1",
15-
"azure-iot-device-http": "1.10.1",
16-
"azure-iot-device-mqtt": "1.10.1",
17-
"azure-iothub": "1.10.1",
12+
"azure-iot-common": "1.10.2",
13+
"azure-iot-device": "1.11.1",
14+
"azure-iot-device-amqp": "1.10.2",
15+
"azure-iot-device-http": "1.10.2",
16+
"azure-iot-device-mqtt": "1.10.2",
17+
"azure-iothub": "1.10.2",
1818
"azure-storage": "^2.10.2",
1919
"bluebird": "^3.5.2",
2020
"debug": "^4.1.1",
@@ -83,4 +83,4 @@
8383
"url": "https://github.com/Azure/azure-iot-sdk-node/issues"
8484
},
8585
"homepage": "https://github.com/Azure/azure-iot-sdk-node#readme"
86-
}
86+
}

edge-e2e/wrapper/nodejs-server-server/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@
1717
"dependencies": {
1818
"async": "^2.6.2",
1919
"azure-event-hubs": "0.0.8",
20-
"azure-iot-common": "1.10.1",
21-
"azure-iot-device": "1.11.0",
22-
"azure-iot-device-amqp": "1.10.1",
23-
"azure-iot-device-http": "1.10.1",
24-
"azure-iot-device-mqtt": "1.10.1",
25-
"azure-iothub": "1.10.1",
20+
"azure-iot-common": "1.10.2",
21+
"azure-iot-device": "1.11.1",
22+
"azure-iot-device-amqp": "1.10.2",
23+
"azure-iot-device-http": "1.10.2",
24+
"azure-iot-device-mqtt": "1.10.2",
25+
"azure-iothub": "1.10.2",
2626
"bluebird": "^3.5.2",
2727
"connect": "^3.2.0",
2828
"js-yaml": "^3.13.1",
@@ -31,4 +31,4 @@
3131
"devDependencies": {
3232
"jshint": "^2.10.2"
3333
}
34-
}
34+
}

provisioning/device/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"name": "azure-iot-provisioning-device",
3-
"version": "1.6.1",
3+
"version": "1.6.2",
44
"description": "Azure Device Provisioning SDK device client",
55
"author": "Microsoft Corporation",
66
"license": "MIT",
77
"main": "index.js",
88
"typings": "index.d.ts",
99
"dependencies": {
10-
"azure-iot-common": "1.10.1",
10+
"azure-iot-common": "1.10.2",
1111
"debug": "^4.1.1",
1212
"machina": "^4.0.2"
1313
},
@@ -42,4 +42,4 @@
4242
"url": "https://github.com/Azure/azure-iot-sdk-node/issues"
4343
},
4444
"homepage": "https://github.com/Azure/azure-iot-sdk-node#readme"
45-
}
45+
}

provisioning/device/samples/package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,17 @@
55
"author": "Microsoft Corporation",
66
"license": "MIT",
77
"dependencies": {
8-
"azure-iot-device": "1.11.0",
9-
"azure-iot-device-amqp": "1.10.1",
10-
"azure-iot-device-http": "1.10.1",
11-
"azure-iot-device-mqtt": "1.10.1",
12-
"azure-iot-provisioning-device": "1.6.1",
13-
"azure-iot-provisioning-device-amqp": "1.6.1",
14-
"azure-iot-provisioning-device-http": "1.6.1",
15-
"azure-iot-provisioning-device-mqtt": "1.5.10",
16-
"azure-iot-security-symmetric-key": "1.5.10",
17-
"azure-iot-security-tpm": "1.6.1",
18-
"azure-iot-security-x509": "1.5.10",
8+
"azure-iot-device": "1.11.1",
9+
"azure-iot-device-amqp": "1.10.2",
10+
"azure-iot-device-http": "1.10.2",
11+
"azure-iot-device-mqtt": "1.10.2",
12+
"azure-iot-provisioning-device": "1.6.2",
13+
"azure-iot-provisioning-device-amqp": "1.6.2",
14+
"azure-iot-provisioning-device-http": "1.6.2",
15+
"azure-iot-provisioning-device-mqtt": "1.5.11",
16+
"azure-iot-security-symmetric-key": "1.5.11",
17+
"azure-iot-security-tpm": "1.6.2",
18+
"azure-iot-security-x509": "1.5.11",
1919
"rhea": "^1.0.2"
2020
},
2121
"engines": {
@@ -29,4 +29,4 @@
2929
"url": "https://github.com/Azure/azure-iot-sdk-node/issues"
3030
},
3131
"homepage": "https://github.com/Azure/azure-iot-sdk-node#readme"
32-
}
32+
}

0 commit comments

Comments
 (0)