Skip to content

Commit b01a075

Browse files
Pierre Cauchoispierreca
authored andcommitted
Bump package versions for release 2018-10-23
1 parent abd5ded commit b01a075

File tree

25 files changed

+95
-95
lines changed

25 files changed

+95
-95
lines changed

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.7.5",
22+
"azure-iothub": "1.8.0",
2323
"chalk": "^1.1.3",
2424
"pem": "^1.8.3",
2525
"yargs": "^4.7.1"

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

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.0.1",
3+
"version": "2.1.0",
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.7.5",
11+
"azure-iot-common": "1.8.0",
1212
"debug": "^3.0.1",
1313
"lodash.merge": "^4.6.1",
1414
"machina": "^2.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.7.5",
3+
"version": "1.8.0",
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.7.5",
10+
"azure-iot-common": "1.8.0",
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.7.5",
3+
"version": "1.8.0",
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.7.5",
10+
"azure-iot-common": "1.8.0",
1111
"debug": "^3.1.0",
1212
"machina": "^2.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.7.5",
3+
"version": "1.8.0",
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.7.5",
11-
"azure-iot-http-base": "1.7.5",
10+
"azure-iot-common": "1.8.0",
11+
"azure-iot-http-base": "1.8.0",
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.3.5",
3+
"version": "0.4.0",
44
"description": "An Azure IoT Hub node for node-red",
55
"author": "Microsoft Corp.",
66
"license": "MIT",
77
"dependencies": {
8-
"azure-iot-device": "1.7.5",
9-
"azure-iot-device-amqp": "1.7.5",
10-
"azure-iot-device-http": "1.7.5",
11-
"azure-iot-device-mqtt": "1.7.5"
8+
"azure-iot-device": "1.8.0",
9+
"azure-iot-device-amqp": "1.8.0",
10+
"azure-iot-device-http": "1.8.0",
11+
"azure-iot-device-mqtt": "1.8.0"
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.7.5",
10-
"azure-iot-device-amqp": "1.7.5",
11-
"azure-iot-device-http": "1.7.5",
12-
"azure-iot-device-mqtt": "1.7.5",
9+
"azure-iot-device": "1.8.0",
10+
"azure-iot-device-amqp": "1.8.0",
11+
"azure-iot-device-http": "1.8.0",
12+
"azure-iot-device-mqtt": "1.8.0",
1313
"es5-shim": "^4.5.9",
1414
"lodash": "^4.17.5"
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.7.5",
3+
"version": "1.8.0",
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.0.1",
12-
"azure-iot-common": "1.7.5",
13-
"azure-iot-device": "1.7.5",
11+
"azure-iot-amqp-base": "2.1.0",
12+
"azure-iot-common": "1.8.0",
13+
"azure-iot-device": "1.8.0",
1414
"debug": "^3.1.0",
1515
"machina": "^2.0.1",
1616
"rhea": "^0.2.18",

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

device/transport/mqtt/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
22
"name": "azure-iot-device-mqtt",
3-
"version": "1.7.5",
3+
"version": "1.8.0",
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.7.5",
11-
"azure-iot-device": "1.7.5",
12-
"azure-iot-mqtt-base": "1.7.5",
10+
"azure-iot-common": "1.8.0",
11+
"azure-iot-device": "1.8.0",
12+
"azure-iot-mqtt-base": "1.8.0",
1313
"debug": "^3.0.1",
1414
"machina": "^2.0.1",
1515
"uuid": "^3.0.1"

e2etests/package.json

Lines changed: 7 additions & 7 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.4.5",
5+
"version": "1.5.0",
66
"private": true,
77
"license": "MIT",
88
"main": "e2etests.js",
99
"dependencies": {
1010
"async": "^2.1.2",
1111
"azure-event-hubs": "0.0.8",
12-
"azure-iot-common": "1.7.5",
13-
"azure-iot-device": "1.7.5",
14-
"azure-iot-device-amqp": "1.7.5",
15-
"azure-iot-device-http": "1.7.5",
16-
"azure-iot-device-mqtt": "1.7.5",
17-
"azure-iothub": "1.7.5",
12+
"azure-iot-common": "1.8.0",
13+
"azure-iot-device": "1.8.0",
14+
"azure-iot-device-amqp": "1.8.0",
15+
"azure-iot-device-http": "1.8.0",
16+
"azure-iot-device-mqtt": "1.8.0",
17+
"azure-iothub": "1.8.0",
1818
"azure-storage": "^2.8.1",
1919
"bluebird": "^3.3.0",
2020
"debug": "^3.1.0",

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@
1717
"dependencies": {
1818
"async": "^2.6.1",
1919
"azure-event-hubs": "0.0.8",
20-
"azure-iot-common": "1.7.5",
21-
"azure-iot-device": "1.7.5",
22-
"azure-iot-device-amqp": "1.7.5",
23-
"azure-iot-device-http": "1.7.5",
24-
"azure-iot-device-mqtt": "1.7.5",
25-
"azure-iothub": "1.7.5",
20+
"azure-iot-common": "1.8.0",
21+
"azure-iot-device": "1.8.0",
22+
"azure-iot-device-amqp": "1.8.0",
23+
"azure-iot-device-http": "1.8.0",
24+
"azure-iot-device-mqtt": "1.8.0",
25+
"azure-iothub": "1.8.0",
2626
"bluebird": "^3.3.0",
2727
"connect": "^3.2.0",
2828
"js-yaml": "^3.3.0",

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.3.5",
3+
"version": "1.4.0",
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.7.5",
10+
"azure-iot-common": "1.8.0",
1111
"debug": "^3.0.1",
1212
"machina": "^2.0.1"
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: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,16 @@
55
"author": "Microsoft Corporation",
66
"license": "MIT",
77
"dependencies": {
8-
"azure-iot-provisioning-device": "1.3.5",
9-
"azure-iot-provisioning-device-amqp": "1.3.5",
10-
"azure-iot-provisioning-device-http": "1.3.5",
11-
"azure-iot-provisioning-device-mqtt": "1.3.5",
12-
"azure-iot-security-tpm": "1.2.5",
13-
"azure-iot-security-x509": "1.2.5",
14-
"azure-iot-device-mqtt": "1.7.5",
15-
"azure-iot-device-amqp": "1.7.5",
16-
"azure-iot-device-http": "1.7.5",
17-
"azure-iot-device": "1.7.5"
8+
"azure-iot-provisioning-device": "1.4.0",
9+
"azure-iot-provisioning-device-amqp": "1.4.0",
10+
"azure-iot-provisioning-device-http": "1.4.0",
11+
"azure-iot-provisioning-device-mqtt": "1.4.0",
12+
"azure-iot-security-tpm": "1.3.0",
13+
"azure-iot-security-x509": "1.3.0",
14+
"azure-iot-device-mqtt": "1.8.0",
15+
"azure-iot-device-amqp": "1.8.0",
16+
"azure-iot-device-http": "1.8.0",
17+
"azure-iot-device": "1.8.0"
1818
},
1919
"engines": {
2020
"node": ">= 0.10"

provisioning/e2e/package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
{
22
"name": "azure-iot-provisioning-device-e2e",
3-
"version": "0.2.5",
3+
"version": "0.3.0",
44
"description": "E2E tests for the Azure Device Provisioning SDK",
55
"author": "Microsoft Corporation",
66
"license": "MIT",
77
"dependencies": {
88
"async": "^2.6.0",
9-
"azure-iot-common": "1.7.5",
10-
"azure-iot-provisioning-device": "1.3.5",
11-
"azure-iot-provisioning-device-amqp": "1.3.5",
12-
"azure-iot-provisioning-device-http": "1.3.5",
13-
"azure-iot-provisioning-device-mqtt": "1.3.5",
14-
"azure-iot-provisioning-service": "1.2.5",
15-
"azure-iot-security-tpm": "1.2.5",
16-
"azure-iot-security-x509": "1.2.5",
17-
"azure-iothub": "1.7.5",
9+
"azure-iot-common": "1.8.0",
10+
"azure-iot-provisioning-device": "1.4.0",
11+
"azure-iot-provisioning-device-amqp": "1.4.0",
12+
"azure-iot-provisioning-device-http": "1.4.0",
13+
"azure-iot-provisioning-device-mqtt": "1.4.0",
14+
"azure-iot-provisioning-service": "1.3.0",
15+
"azure-iot-security-tpm": "1.3.0",
16+
"azure-iot-security-x509": "1.3.0",
17+
"azure-iothub": "1.8.0",
1818
"chai": "^3.5.0",
1919
"debug": "^3.1.0",
2020
"istanbul": "^0.4.4",

provisioning/service/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-provisioning-service",
3-
"version": "1.2.5",
3+
"version": "1.3.0",
44
"description": "Azure IoT SDK - Provisioning Service Client",
55
"author": "Microsoft Corporation",
66
"license": "MIT",
77
"main": "iotprovisioningservice.js",
88
"typings": "iotprovisioningservice.d.ts",
99
"dependencies": {
10-
"azure-iot-common": "1.7.5",
11-
"azure-iot-http-base": "1.7.5",
10+
"azure-iot-common": "1.8.0",
11+
"azure-iot-http-base": "1.8.0",
1212
"debug": "^3.1.0"
1313
},
1414
"devDependencies": {

provisioning/service/samples/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"license": "MIT",
77
"dependencies": {
88
"yargs": "^10.1.1",
9-
"azure-iot-provisioning-service": "1.2.5"
9+
"azure-iot-provisioning-service": "1.3.0"
1010
},
1111
"engines": {
1212
"node": ">= 0.10"

provisioning/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-provisioning-device-amqp",
3-
"version": "1.3.5",
3+
"version": "1.4.0",
44
"description": "AMQP transport for Azure Device Provisioning SDK",
55
"author": "Microsoft Corporation",
66
"license": "MIT",
77
"main": "index.js",
88
"typings": "index.d.ts",
99
"dependencies": {
1010
"async": "^2.6.0",
11-
"azure-iot-amqp-base": "2.0.1",
12-
"azure-iot-common": "1.7.5",
13-
"azure-iot-provisioning-device": "1.3.5",
11+
"azure-iot-amqp-base": "2.1.0",
12+
"azure-iot-common": "1.8.0",
13+
"azure-iot-provisioning-device": "1.4.0",
1414
"bluebird": "^3.5.0",
1515
"buffer-builder": "^0.2.0",
1616
"debug": "^3.0.1",

provisioning/transport/http/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
22
"name": "azure-iot-provisioning-device-http",
3-
"version": "1.3.5",
3+
"version": "1.4.0",
44
"description": "HTTP transport for Azure Device Provisioning 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.7.5",
11-
"azure-iot-common": "1.7.5",
12-
"azure-iot-provisioning-device": "1.3.5",
10+
"azure-iot-http-base": "1.8.0",
11+
"azure-iot-common": "1.8.0",
12+
"azure-iot-provisioning-device": "1.4.0",
1313
"debug": "^3.0.1",
1414
"machina": "^2.0.1"
1515
},

0 commit comments

Comments
 (0)