Skip to content

Commit

Permalink
(v0.5.4) update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
AlCalzone committed Dec 25, 2017
1 parent f78473f commit ae5f620
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 9 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -426,6 +426,9 @@ A DeviceInfo object contains general information about a device. It has the foll

## Changelog

#### 0.5.4 (2017-12-25)
* (AlCalzone) Update `node-coap-client` dependency to support receiving block-wise messages.

#### 0.5.3 (2017-12-01)
* (AlCalzone) Allow calling `setColor()` for white spectrum bulbs with `f5faf6`, `f1e0b5` and `efd275`

Expand Down
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "node-tradfri-client",
"version": "0.5.3",
"version": "0.5.4",
"description": "Library to talk to IKEA Trådfri Gateways without external binaries",
"keywords": [
"coap",
Expand Down Expand Up @@ -30,29 +30,29 @@
"node": ">= 6.0.0"
},
"devDependencies": {
"@types/chai": "^4.0.5",
"@types/chai": "^4.0.10",
"@types/chai-as-promised": "^7.1.0",
"@types/debug": "0.0.30",
"@types/mocha": "^2.2.44",
"@types/mocha": "^2.2.45",
"@types/node": "^6.0.90",
"@types/reflect-metadata": "0.0.5",
"@types/sinon": "^4.0.0",
"@types/sinon": "^4.1.2",
"@types/sinon-chai": "^2.7.29",
"chai": "^4.1.2",
"chai-as-promised": "^7.1.1",
"mocha": "^4.0.1",
"nyc": "^11.3.0",
"sinon": "^4.1.2",
"nyc": "^11.4.1",
"sinon": "^4.1.3",
"sinon-chai": "^2.14.0",
"source-map-support": "^0.5.0",
"ts-node": "^3.3.0",
"ts-node": "^4.1.0",
"ts-unused-exports": "^2.0.4",
"tslint": "^5.8.0",
"typescript": "^2.6.1"
"typescript": "^2.6.2"
},
"dependencies": {
"debug": "^3.1.0",
"node-coap-client": "^0.4.8",
"node-coap-client": "^0.5.0",
"reflect-metadata": "^0.1.10"
},
"scripts": {
Expand Down

0 comments on commit ae5f620

Please sign in to comment.