Skip to content

Commit

Permalink
Deps and updates (#275)
Browse files Browse the repository at this point in the history
  • Loading branch information
Apollon77 authored Dec 31, 2024
1 parent e53c181 commit 8557358
Show file tree
Hide file tree
Showing 3 changed files with 76 additions and 71 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,11 @@ TBD
-->

## Changelog

### __WORK IN PROGRESS__
* (@Apollon77) Updates matter.js to address several issues
* (@bluefox) Optimized UI

### 0.3.3 (2024-12-28)
* (@Apollon77) Allows to trigger commands via matter also when state already matches the value
* (@Apollon77) Sets and updates the fabric label for paired devices (default is "ioBroker matter.X")
Expand Down
134 changes: 67 additions & 67 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,16 +23,16 @@
"url": "https://github.com/ioBroker/ioBroker.matter"
},
"optionalDependencies": {
"@matter/nodejs-ble": "0.12.0-alpha.0-20241227-9e7d81837"
"@matter/nodejs-ble": "0.12.0-alpha.0-20241231-9ac20db97"
},
"dependencies": {
"@iobroker/adapter-core": "^3.2.3",
"@iobroker/i18n": "^0.3.1",
"@iobroker/dm-utils": "^0.6.11",
"@iobroker/type-detector": "^4.1.1",
"@matter/main": "0.12.0-alpha.0-20241227-9e7d81837",
"@matter/nodejs": "0.12.0-alpha.0-20241227-9e7d81837",
"@project-chip/matter.js": "0.12.0-alpha.0-20241227-9e7d81837",
"@matter/main": "0.12.0-alpha.0-20241231-9ac20db97",
"@matter/nodejs": "0.12.0-alpha.0-20241231-9ac20db97",
"@project-chip/matter.js": "0.12.0-alpha.0-20241231-9ac20db97",
"axios": "^1.7.9",
"jsonwebtoken": "^9.0.2"
},
Expand Down

0 comments on commit 8557358

Please sign in to comment.