matterbridge 1.5.6 → 1.5.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "matterbridge",
3
- "version": "1.5.6",
3
+ "version": "1.5.7",
4
4
  "description": "Matterbridge plugin manager for Matter",
5
5
  "author": "https://github.com/Luligu",
6
6
  "license": "Apache-2.0",
@@ -103,7 +103,7 @@
103
103
  "cleanBuild": "npm run clean && npm run build",
104
104
  "deepClean": "rimraf tsconfig.tsbuildinfo package-lock.json npm-shrinkwrap.json ./dist ./node_modules",
105
105
  "deepCleanRebuild": "npm run deepClean && npm install && npm run build",
106
- "prepublishOnly": "npm run lint && npm run cleanBuild && npm shrinkwrap",
106
+ "prepublishOnly": "npm run lint && npm run cleanBuild && npm shrinkwrap --omit=dev",
107
107
  "checkDependencies": "npx npm-check-updates",
108
108
  "updateDependencies": "npx npm-check-updates -u && npm install & npm run cleanBuild",
109
109
  "updateMatter:latest": "npm run deepClean && npm install @project-chip/matter-node.js@latest @project-chip/matter.js@latest && npm install && npm run build",
@@ -126,13 +126,13 @@
126
126
  "install:jest": "npm install --save-dev jest ts-jest @types/jest eslint-plugin-jest"
127
127
  },
128
128
  "dependencies": {
129
- "@project-chip/matter-node.js": "0.10.1",
130
- "@project-chip/matter.js": "0.10.1",
129
+ "@project-chip/matter-node.js": "0.10.3",
130
+ "@project-chip/matter.js": "0.10.3",
131
131
  "archiver": "7.0.1",
132
132
  "express": "4.21.0",
133
133
  "glob": "11.0.0",
134
134
  "https": "1.0.0",
135
- "matter-history": "1.1.11",
135
+ "matter-history": "1.1.14",
136
136
  "node-ansi-logger": "3.0.0",
137
137
  "node-persist-manager": "1.0.8",
138
138
  "ws": "8.18.0"
@@ -142,8 +142,8 @@
142
142
  "@types/archiver": "6.0.2",
143
143
  "@types/eslint__js": "8.42.3",
144
144
  "@types/express": "4.17.21",
145
- "@types/jest": "29.5.12",
146
- "@types/node": "22.5.4",
145
+ "@types/jest": "29.5.13",
146
+ "@types/node": "22.5.5",
147
147
  "@types/ws": "8.5.12",
148
148
  "eslint": "9.10.0",
149
149
  "eslint-config-prettier": "9.1.0",