matterbridge 3.7.10-dev-20260522-e57a523 → 3.7.10

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +14 -3
  2. package/package.json +13 -13
package/CHANGELOG.md CHANGED
@@ -55,7 +55,7 @@ These classes will run as threads in the next releases:
55
55
  - all plugins in bridge mode;
56
56
  - each plugin in childbridge mode;
57
57
 
58
- ## [3.7.10] - Dev branch
58
+ ## [3.7.10] - 2026-05-22
59
59
 
60
60
  ### Development
61
61
 
@@ -70,11 +70,22 @@ These classes will run as threads in the next releases:
70
70
  ### Changed
71
71
 
72
72
  - [package]: Update dependencies.
73
+
73
74
  - [package]: Bump `eslint` to v.10.4.0.
75
+ - [package]: Bump `@types/node` to v.25.9.1.
76
+ - [package]: Bump `ts-jest` to v.29.4.11.
77
+ - [package]: Bump `typescript-eslint` to v.8.59.4.
78
+ - [package]: Bump `vitest` to v.4.1.7.
79
+ - [package]: Bump `@vitest/coverage-v8` to v.4.1.7.
80
+ - [package]: Bump `eslint-plugin-jsdoc` to v.63.0.0.
81
+ - [package]: Bump `@eslint/markdown` to v.8.0.2.
82
+ - [package]: Bump `marked` to v.18.0.4.
83
+ - [package]: Remove tsconfig.eslint.json and use tsconfig.json.
84
+ - [package]: Update `.devcontainer/devcontainer.json` for improved development experience with tsgo and oxc.
85
+ - [package]: Update `.vscode/settings.json` for improved development experience with tsgo and oxc.
86
+ - [package]: Add `.vscode/extensions.json` for improved development experience with tsgo and oxc.
74
87
  - [frontend]: Bump `frontend` version to v.3.4.16.
75
88
  - [frontend]: Update dependencies.
76
- - [package]: Remove tsconfig.eslint.json and use tsconfig.json.
77
- - [package]: Add VS Code extensions and update settings for improved development experience with tsgo and oxc.
78
89
 
79
90
  <a href="https://www.buymeacoffee.com/luligugithub"><img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="80"></a>
80
91
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "matterbridge",
3
- "version": "3.7.10-dev-20260522-e57a523",
3
+ "version": "3.7.10",
4
4
  "description": "Matterbridge plugin manager for Matter",
5
5
  "author": "https://github.com/Luligu",
6
6
  "license": "Apache-2.0",
@@ -140,24 +140,24 @@
140
140
  "@eslint/js": "10.0.1"
141
141
  },
142
142
  "dependencies": {
143
- "@matterbridge/core": "3.7.10-dev-20260522-e57a523",
144
- "@matterbridge/dgram": "3.7.10-dev-20260522-e57a523",
145
- "@matterbridge/jest-utils": "3.7.10-dev-20260522-e57a523",
146
- "@matterbridge/thread": "3.7.10-dev-20260522-e57a523",
147
- "@matterbridge/types": "3.7.10-dev-20260522-e57a523",
148
- "@matterbridge/utils": "3.7.10-dev-20260522-e57a523",
149
- "@matterbridge/vitest-utils": "3.7.10-dev-20260522-e57a523",
143
+ "@matterbridge/core": "3.7.10",
144
+ "@matterbridge/dgram": "3.7.10",
145
+ "@matterbridge/jest-utils": "3.7.10",
146
+ "@matterbridge/thread": "3.7.10",
147
+ "@matterbridge/types": "3.7.10",
148
+ "@matterbridge/utils": "3.7.10",
149
+ "@matterbridge/vitest-utils": "3.7.10",
150
150
  "node-ansi-logger": "3.3.0-dev-20260513-eaa1bd1",
151
151
  "node-persist-manager": "2.1.0-dev-20260512-3c3d427"
152
152
  },
153
153
  "build": {
154
154
  "version": "3.7.10",
155
- "sha": "01bb5b303d9b254dbf18064044db5a5473cf8e27",
156
- "sha7": "01bb5b3",
157
- "event": "schedule",
155
+ "sha": "062966eacd8a49da0acddf4925a89ced34ca518a",
156
+ "sha7": "062966e",
157
+ "event": "release",
158
158
  "workflow": "Publish to npm and trigger docker builds",
159
159
  "type": "branch",
160
- "name": "dev",
161
- "dev": "true"
160
+ "name": "main",
161
+ "dev": "false"
162
162
  }
163
163
  }