Skip to content

Commit

Permalink
Dev 2.1.6-dev.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Luligu committed Feb 15, 2025
1 parent fbaad1e commit 723b547
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ matterbridge-hass v. 0.0.8

- [package]: Update matter.js to 0.12.4-alpha.0-20250212-b2729c9eb
- [package]: Update matter.js to 0.12.4-alpha.0-20250213-1187f81eb
- [package]: Update matter.js to 0.12.4-alpha.0-20250215-5af08a8d6

<a href="https://www.buymeacoffee.com/luligugithub">
<img src="./yellow-button.png" alt="Buy me a coffee" width="120">
Expand Down
2 changes: 1 addition & 1 deletion 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 @@ -139,17 +139,17 @@
"npmPublishTagLatest": "copy package.json package.log && npm run prepublishOnlyProduction && npm publish --tag latest && copy package.log package.json && npm run deepCleanBuild",
"checkDependencies": "npx npm-check-updates",
"updateDependencies": "npx npm-check-updates -u && npm run deepCleanBuild",
"updateMatter:latest": "npm install @matter/main@latest && npm install && npm run deepClean",
"updateMatter:dev": "npm install @matter/main@dev && npm install && npm run deepClean",
"updateMatter:loc": "npm install ../matter.js/packages/matter.js && npm install && npm run deepClean",
"updateMatter:latest": "npm install @matter/main@latest && npm install && npm run deepCleanBuild",
"updateMatter:dev": "npm install @matter/main@dev && npm install && npm run deepCleanBuild",
"updateMatter:loc": "npm install ../matter.js/packages/matter.js && npm install && npm run deepCleanBuild",
"install:dependencies": "npm install @matter/main @matter/nodejs @project-chip/matter.js archiver express glob https node-ansi-logger node-persist-manager ws",
"install:typescript": "npm install --save-dev @types/express @types/node @types/ws typescript && npm run build",
"install:eslint": "npm install --save-dev eslint @eslint/js @types/eslint__js typescript-eslint && npm run lint",
"install:prettier": "npm install --save-dev prettier eslint-config-prettier eslint-plugin-prettier && npm run format",
"install:jest": "npm install --save-dev jest ts-jest @types/jest eslint-plugin-jest && npm run test"
},
"dependencies": {
"@matter/main": "^0.12.4-alpha.0-20250213-1187f81eb",
"@matter/main": "^0.12.4-alpha.0-20250215-5af08a8d6",
"archiver": "7.0.1",
"express": "4.21.2",
"glob": "11.0.1",
Expand Down

0 comments on commit 723b547

Please sign in to comment.