shelly-iot
Advanced tools
Comparing version 1.1.1 to 1.1.2
{ | ||
"name": "shelly-iot", | ||
"version": "1.1.1", | ||
"version": "1.1.2", | ||
"description": "Library to communicate with Shelly.io devices", | ||
@@ -29,11 +29,11 @@ "keywords": [ | ||
"dependencies": { | ||
"coap": "^0.24.0", | ||
"coap": "^0.26.0", | ||
"node-rest-client": "^3.1.0" | ||
}, | ||
"devDependencies": { | ||
"@alcalzone/release-script": "^1.8.1", | ||
"mocha": "^8.2.1", | ||
"chai": "^4.2.0", | ||
"@alcalzone/release-script": "^3.4.1", | ||
"mocha": "^9.1.3", | ||
"chai": "^4.3.4", | ||
"istanbul": "^0.4.5" | ||
} | ||
} |
# shelly-iot | ||
[![Greenkeeper badge](https://badges.greenkeeper.io/Apollon77/shelly-iot.svg)](https://greenkeeper.io/) | ||
[![NPM version](http://img.shields.io/npm/v/shelly-iot.svg)](https://www.npmjs.com/package/shelly-iot) | ||
@@ -98,2 +97,4 @@ [![Downloads](https://img.shields.io/npm/dm/shelly-iot.svg)](https://www.npmjs.com/package/shelly-iot) | ||
## Changelog | ||
### 1.1.2 (2021-11-05) | ||
* (Apollon77) Update node-coap dep | ||
@@ -122,3 +123,3 @@ ### 1.1.1 (2020-11-14) | ||
### v1.0.2 (2018.12.30) | ||
* check if payload is identical. Work around for Shelly H&T with equal serial numbers in messages with new payload | ||
* check if payload is identical. Work around for Shelly H&T with equal serial numbers in messages with new payload | ||
@@ -125,0 +126,0 @@ ### v1.0.1 (2018.11.11) |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
13
138
50994
+ Added@types/bl@5.1.4(transitive)
+ Added@types/node@16.18.125(transitive)
+ Addedbl@5.1.0(transitive)
+ Addedbuffer@6.0.3(transitive)
+ Addedcoap@0.26.0(transitive)
+ Addedcoap-packet@1.1.1(transitive)
+ Addedlru-cache@6.0.0(transitive)
+ Addedyallist@4.0.0(transitive)
- Removedbl@4.1.0(transitive)
- Removedbuffer@5.7.1(transitive)
- Removedcoap@0.24.0(transitive)
- Removedcoap-packet@0.1.14(transitive)
- Removedlru-cache@5.1.1(transitive)
- Removedyallist@3.1.1(transitive)
Updatedcoap@^0.26.0