matterbridge 1.2.19 → 1.2.21

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.2.19",
3
+ "version": "1.2.21",
4
4
  "description": "Matterbridge plugin manager for Matter",
5
5
  "author": "https://github.com/Luligu",
6
6
  "license": "Apache-2.0",
@@ -63,7 +63,8 @@
63
63
  "format:check": "prettier --check \"src/**/*.{js,jsx,ts,tsx,json,css,md}\"",
64
64
  "clean": "rimraf tsconfig.tsbuildinfo ./dist",
65
65
  "cleanBuild": "npm run clean && npm run build",
66
- "deepClean": "rimraf tsconfig.tsbuildinfo package-lock.json ./dist ./node_modules && npm install && npm run build",
66
+ "deepClean": "rimraf tsconfig.tsbuildinfo package-lock.json ./dist ./node_modules",
67
+ "deepCleanRebuild": "npm run deepClean && npm install && npm run build && npm ls inflight glob",
67
68
  "prepublishOnly": "npm run wtf:uninstall && npm uninstall matter-history && npm install matter-history && npm run lint && npm run cleanBuild",
68
69
  "checkDependencies": "npx npm-check-updates",
69
70
  "updateDependencies": "npx npm-check-updates -u && npm install & npm run cleanBuild",
@@ -80,20 +81,20 @@
80
81
  "devDependencies": {
81
82
  "@tsconfig/node-lts": "^20.1.3",
82
83
  "@types/express": "^4.17.21",
83
- "@types/node": "^20.12.13",
84
+ "@types/node": "^20.14.0",
84
85
  "@types/ws": "^8.5.10",
85
- "@typescript-eslint/eslint-plugin": "^7.11.0",
86
- "@typescript-eslint/parser": "^7.11.0",
86
+ "@typescript-eslint/eslint-plugin": "^7.12.0",
87
+ "@typescript-eslint/parser": "^7.12.0",
87
88
  "eslint-config-prettier": "^9.1.0",
88
89
  "eslint-plugin-prettier": "^5.1.3",
89
- "prettier": "^3.2.5",
90
+ "prettier": "^3.3.0",
90
91
  "typescript": "^5.4.5"
91
92
  },
92
93
  "dependencies": {
93
- "@project-chip/matter-node.js": "^0.9.0",
94
+ "@project-chip/matter-node.js": "^0.9.1",
94
95
  "body-parser": "^1.20.2",
95
96
  "express": "^4.19.2",
96
- "matter-history": "^1.1.0",
97
+ "matter-history": "^1.1.1",
97
98
  "node-ansi-logger": "^1.9.5",
98
99
  "node-persist-manager": "^1.0.7",
99
100
  "ws": "^8.17.0"