Skip to content

Commit

Permalink
Bump package versions for release 2017-11-15
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierre Cauchois committed Nov 15, 2017
1 parent f069a58 commit 7f73acc
Show file tree
Hide file tree
Showing 18 changed files with 41 additions and 41 deletions.
2 changes: 1 addition & 1 deletion build/tools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
},
"homepage": "https://github.com/azure/azure-iot-sdk-node#readme",
"dependencies": {
"azure-iothub": "1.2.0",
"azure-iothub": "1.2.1",
"chalk": "^1.1.3",
"pem": "^1.8.3",
"yargs": "^4.7.1"
Expand Down
2 changes: 1 addition & 1 deletion common/transport/amqp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "azure-iot-amqp-base",
"version": "1.2.2",
"version": "1.2.3",
"description": "AMQP operations used by Azure IoT device and service SDKs",
"author": "Microsoft Corporation",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion common/transport/http/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "azure-iot-http-base",
"version": "1.2.1",
"version": "1.2.2",
"description": "HTTP operations used by Azure IoT device and service SDKs",
"author": "Microsoft Corporation",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion common/transport/mqtt/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "azure-iot-mqtt-base",
"version": "1.2.2",
"version": "1.2.3",
"description": "MQTT operations used by Azure IoT device and service SDKs",
"author": "Microsoft Corporation",
"license": "MIT",
Expand Down
4 changes: 2 additions & 2 deletions device/core/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "azure-iot-device",
"version": "1.2.1",
"version": "1.2.2",
"description": "Azure IoT device SDK",
"author": "Microsoft Corporation",
"license": "MIT",
"main": "device.js",
"typings": "device.d.ts",
"dependencies": {
"azure-iot-common": "1.2.2",
"azure-iot-http-base": "1.2.1",
"azure-iot-http-base": "1.2.2",
"azure-storage": "^2.6.0",
"debug": "^3.1.0",
"lodash": "^4.17.4",
Expand Down
10 changes: 5 additions & 5 deletions device/node-red/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "node-red-contrib-azureiothubnode",
"version": "0.1.21",
"version": "0.1.22",
"description": "An Azure IoT Hub node for node-red",
"author": "Microsoft Corp.",
"license": "MIT",
"dependencies": {
"azure-iot-device": "1.2.1",
"azure-iot-device-amqp": "1.2.2",
"azure-iot-device-http": "1.2.2",
"azure-iot-device-mqtt": "1.2.2"
"azure-iot-device": "1.2.2",
"azure-iot-device-amqp": "1.2.3",
"azure-iot-device-http": "1.2.3",
"azure-iot-device-mqtt": "1.2.3"
},
"node-red": {
"nodes": {
Expand Down
8 changes: 4 additions & 4 deletions device/samples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
"author": "Microsoft Corp.",
"license": "MIT",
"dependencies": {
"azure-iot-device": "1.2.1",
"azure-iot-device-amqp": "1.2.2",
"azure-iot-device-http": "1.2.2",
"azure-iot-device-mqtt": "1.2.2",
"azure-iot-device": "1.2.2",
"azure-iot-device-amqp": "1.2.3",
"azure-iot-device-http": "1.2.3",
"azure-iot-device-mqtt": "1.2.3",
"es5-shim": "^4.5.9",
"lodash": "^4.15.0"
},
Expand Down
8 changes: 4 additions & 4 deletions device/transport/amqp/package.json
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
{
"name": "azure-iot-device-amqp",
"version": "1.2.2",
"version": "1.2.3",
"description": "AMQP transport for Azure IoT device SDK",
"author": "Microsoft Corporation",
"license": "MIT",
"main": "index.js",
"typings": "index.d.ts",
"dependencies": {
"async": "^2.5.0",
"azure-iot-amqp-base": "1.2.2",
"azure-iot-amqp-base": "1.2.3",
"azure-iot-common": "1.2.2",
"azure-iot-device": "1.2.1",
"azure-iot-device": "1.2.2",
"debug": "^3.0.1",
"machina": "^2.0.0",
"uuid": "^3.0.1"
},
"devDependencies": {
"azure-iothub": "1.2.0",
"azure-iothub": "1.2.1",
"bluebird": "^3.5.0",
"chai": "^4.1.2",
"istanbul": "^0.4.5",
Expand Down
8 changes: 4 additions & 4 deletions device/transport/http/package.json
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
{
"name": "azure-iot-device-http",
"version": "1.2.2",
"version": "1.2.3",
"description": "HTTP transport for Azure IoT device SDK",
"author": "Microsoft Corporation",
"license": "MIT",
"main": "index.js",
"typings": "index.d.ts",
"dependencies": {
"azure-iot-common": "1.2.2",
"azure-iot-device": "1.2.1",
"azure-iot-http-base": "1.2.1",
"azure-iot-device": "1.2.2",
"azure-iot-http-base": "1.2.2",
"debug": "^3.1.0",
"node-crontab": "^0.0.8"
},
"devDependencies": {
"azure-iothub": "1.2.0",
"azure-iothub": "1.2.1",
"chai": "^4.1.2",
"istanbul": "^0.4.4",
"jshint": "^2.9.2",
Expand Down
6 changes: 3 additions & 3 deletions device/transport/mqtt/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "azure-iot-device-mqtt",
"version": "1.2.2",
"version": "1.2.3",
"description": "MQTT transport for Azure IoT device SDK",
"author": "Microsoft Corporation",
"license": "MIT",
"main": "index.js",
"typings": "index.d.ts",
"dependencies": {
"azure-iot-common": "1.2.2",
"azure-iot-device": "1.2.1",
"azure-iot-mqtt-base": "1.2.2",
"azure-iot-device": "1.2.2",
"azure-iot-mqtt-base": "1.2.3",
"debug": "^3.0.1",
"machina": "^2.0.0"
},
Expand Down
12 changes: 6 additions & 6 deletions e2etests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,19 @@
"name": "azure-iot-e2etests",
"description": "Azure IoT end-to-end tests",
"author": "Microsoft Corporation",
"version": "1.2.1",
"version": "1.2.2",
"private": true,
"license": "MIT",
"main": "e2etests.js",
"dependencies": {
"async": "^2.1.2",
"azure-event-hubs": "0.0.8",
"azure-iot-common": "1.2.2",
"azure-iot-device": "1.2.1",
"azure-iot-device-amqp": "1.2.2",
"azure-iot-device-http": "1.2.2",
"azure-iot-device-mqtt": "1.2.2",
"azure-iothub": "1.2.0",
"azure-iot-device": "1.2.2",
"azure-iot-device-amqp": "1.2.3",
"azure-iot-device-http": "1.2.3",
"azure-iot-device-mqtt": "1.2.3",
"azure-iothub": "1.2.1",
"azure-storage": "^1.2.0",
"bluebird": "^3.3.0",
"debug": "^2.2.0",
Expand Down
2 changes: 1 addition & 1 deletion provisioning/e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"azure-iot-provisioning-device-amqp": "0.0.1",
"azure-iot-provisioning-device-http": "0.0.1",
"azure-iot-provisioning-device-mqtt": "0.0.1",
"azure-iothub": "1.2.0",
"azure-iothub": "1.2.1",
"bluebird": "^3.5.1",
"chai": "^3.5.0",
"debug": "^3.1.0",
Expand Down
2 changes: 1 addition & 1 deletion provisioning/service/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"typings": "iotprovisioningservice.d.ts",
"dependencies": {
"azure-iot-common": "1.2.2",
"azure-iot-http-base": "1.2.1",
"azure-iot-http-base": "1.2.2",
"debug": "^2.6.3"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion provisioning/transport/amqp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"main": "index.js",
"typings": "index.d.ts",
"dependencies": {
"azure-iot-amqp-base": "1.2.2",
"azure-iot-amqp-base": "1.2.3",
"azure-iot-common": "1.2.2",
"azure-iot-provisioning-device": "0.0.1",
"debug": "^3.0.1",
Expand Down
2 changes: 1 addition & 1 deletion provisioning/transport/http/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"main": "index.js",
"typings": "index.d.ts",
"dependencies": {
"azure-iot-http-base": "1.2.1",
"azure-iot-http-base": "1.2.2",
"azure-iot-common": "1.2.2",
"azure-iot-provisioning-device": "0.0.1",
"debug": "^3.0.1",
Expand Down
2 changes: 1 addition & 1 deletion provisioning/transport/mqtt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"main": "index.js",
"typings": "index.d.ts",
"dependencies": {
"azure-iot-mqtt-base": "1.2.2",
"azure-iot-mqtt-base": "1.2.3",
"azure-iot-common": "1.2.2",
"azure-iot-provisioning-device": "0.0.1",
"debug": "^3.0.1",
Expand Down
6 changes: 3 additions & 3 deletions service/package.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"name": "azure-iothub",
"version": "1.2.0",
"version": "1.2.1",
"description": "Azure IoT SDK - IoT Hub",
"author": "Microsoft Corporation",
"license": "MIT",
"main": "iothub.js",
"typings": "iothub.d.ts",
"dependencies": {
"async": "^2.5.0",
"azure-iot-amqp-base": "1.2.2",
"azure-iot-amqp-base": "1.2.3",
"azure-iot-common": "1.2.2",
"azure-iot-http-base": "1.2.1",
"azure-iot-http-base": "1.2.2",
"debug": "^2.6.3",
"lodash": "^4.15.0",
"machina": "^2.0.0"
Expand Down
2 changes: 1 addition & 1 deletion service/samples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"author": "Microsoft Corp.",
"license": "MIT",
"dependencies": {
"azure-iothub": "1.2.0",
"azure-iothub": "1.2.1",
"azure-storage": "^1.2.0"
}
}

0 comments on commit 7f73acc

Please sign in to comment.