File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1919 },
2020 "homepage" : " https://github.com/azure/azure-iot-sdk-node#readme" ,
2121 "dependencies" : {
22- "azure-iothub" : " 1.1.7 " ,
22+ "azure-iothub" : " 1.1.8 " ,
2323 "chalk" : " ^1.1.3" ,
2424 "pem" : " ^1.8.3" ,
2525 "yargs" : " ^4.7.1"
Original file line number Diff line number Diff line change 11{
22 "name" : " azure-iot-common" ,
3- "version" : " 1.1.5 " ,
3+ "version" : " 1.1.6 " ,
44 "description" : " Common components shared by Azure IoT device and service SDKs" ,
55 "author" : " Microsoft Corporation" ,
66 "license" : " MIT" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " azure-iot-amqp-base" ,
3- "version" : " 1.1.6 " ,
3+ "version" : " 1.1.7 " ,
44 "description" : " AMQP operations used by Azure IoT device and service SDKs" ,
55 "author" : " Microsoft Corporation" ,
66 "license" : " MIT" ,
1010 "amqp10" : " 3.5.0" ,
1111 "bluebird" : " ^3.5.0" ,
1212 "amqp10-transport-ws" : " ^0.0.5" ,
13- "azure-iot-common" : " 1.1.5 " ,
13+ "azure-iot-common" : " 1.1.6 " ,
1414 "debug" : " ^2.6.0" ,
1515 "uuid" : " ^3.0.1"
1616 },
4646 "url" : " https://github.com/Azure/azure-iot-sdk-node/issues"
4747 },
4848 "homepage" : " https://github.com/Azure/azure-iot-sdk-node#readme"
49- }
49+ }
Original file line number Diff line number Diff line change 11{
22 "name" : " azure-iot-http-base" ,
3- "version" : " 1.1.5 " ,
3+ "version" : " 1.1.6 " ,
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.1.5 " ,
10+ "azure-iot-common" : " 1.1.6 " ,
1111 "debug" : " ^2.2.0"
1212 },
1313 "devDependencies" : {
Original file line number Diff line number Diff line change 11{
22 "name" : " azure-iot-device" ,
3- "version" : " 1.1.7 " ,
3+ "version" : " 1.1.8 " ,
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.1.5 " ,
11- "azure-iot-http-base" : " 1.1.5 " ,
10+ "azure-iot-common" : " 1.1.6 " ,
11+ "azure-iot-http-base" : " 1.1.6 " ,
1212 "azure-storage" : " ^2.0.0" ,
1313 "debug" : " ^2.6.0" ,
1414 "lodash" : " ^4.17.4" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " node-red-contrib-azureiothubnode" ,
3- "version" : " 0.1.7 " ,
3+ "version" : " 0.1.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.1.7 " ,
9- "azure-iot-device-amqp" : " 1.1.7 " ,
10- "azure-iot-device-http" : " 1.1.7 " ,
11- "azure-iot-device-mqtt" : " 1.1.7 "
8+ "azure-iot-device" : " 1.1.8 " ,
9+ "azure-iot-device-amqp" : " 1.1.8 " ,
10+ "azure-iot-device-http" : " 1.1.8 " ,
11+ "azure-iot-device-mqtt" : " 1.1.8 "
1212 },
1313 "node-red" : {
1414 "nodes" : {
Original file line number Diff line number Diff line change 66 "author" : " Microsoft Corp." ,
77 "license" : " MIT" ,
88 "dependencies" : {
9- "azure-iot-device" : " 1.1.7 " ,
10- "azure-iot-device-amqp" : " 1.1.7 " ,
11- "azure-iot-device-http" : " 1.1.7 " ,
12- "azure-iot-device-mqtt" : " 1.1.7 " ,
9+ "azure-iot-device" : " 1.1.8 " ,
10+ "azure-iot-device-amqp" : " 1.1.8 " ,
11+ "azure-iot-device-http" : " 1.1.8 " ,
12+ "azure-iot-device-mqtt" : " 1.1.8 " ,
1313 "es5-shim" : " ^4.5.9" ,
1414 "lodash" : " ^4.15.0"
1515 },
Original file line number Diff line number Diff line change 11{
22 "name" : " azure-iot-device-amqp" ,
3- "version" : " 1.1.7 " ,
3+ "version" : " 1.1.8 " ,
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" : {
10- "azure-iot-amqp-base" : " 1.1.6 " ,
11- "azure-iot-common" : " 1.1.5 " ,
12- "azure-iot-device" : " 1.1.7 " ,
10+ "azure-iot-amqp-base" : " 1.1.7 " ,
11+ "azure-iot-common" : " 1.1.6 " ,
12+ "azure-iot-device" : " 1.1.8 " ,
1313 "debug" : " ^2.6.0" ,
1414 "machina" : " ^2.0.0"
1515 },
1616 "devDependencies" : {
17- "azure-iothub" : " 1.1.7 " ,
17+ "azure-iothub" : " 1.1.8 " ,
1818 "chai" : " ^3.5.0" ,
1919 "istanbul" : " ^0.4.5" ,
2020 "jshint" : " ^2.9.4" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " azure-iot-device-http" ,
3- "version" : " 1.1.7 " ,
3+ "version" : " 1.1.8 " ,
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-http-base" : " 1.1.5 " ,
11- "azure-iot-common" : " 1.1.5 " ,
12- "azure-iot-device" : " 1.1.7 " ,
10+ "azure-iot-http-base" : " 1.1.6 " ,
11+ "azure-iot-common" : " 1.1.6 " ,
12+ "azure-iot-device" : " 1.1.8 " ,
1313 "node-crontab" : " ^0.0.8"
1414 },
1515 "devDependencies" : {
16- "azure-iothub" : " 1.1.7 " ,
16+ "azure-iothub" : " 1.1.8 " ,
1717 "chai" : " ^3.5.0" ,
1818 "istanbul" : " ^0.4.4" ,
1919 "jshint" : " ^2.9.2" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " azure-iot-device-mqtt" ,
3- "version" : " 1.1.7 " ,
3+ "version" : " 1.1.8 " ,
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.1.5 " ,
11- "azure-iot-device" : " 1.1.7 " ,
10+ "azure-iot-common" : " 1.1.6 " ,
11+ "azure-iot-device" : " 1.1.8 " ,
1212 "debug" : " ^2.6.0" ,
1313 "mqtt" : " ^1.14.1" ,
1414 "es5-shim" : " ^4.5.9"
You can’t perform that action at this time.
0 commit comments