matterbridge 3.7.9-dev-20260515-087d561 → 3.7.9

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 +2 -2
  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.9] - Dev branch
58
+ ## [3.7.9] - 2026-05-15
59
59
 
60
60
  ### Breaking Changes
61
61
 
@@ -64,7 +64,7 @@ These classes will run as threads in the next releases:
64
64
  ### Development Changes
65
65
 
66
66
  - [tsgo]: Add explicit TypeScript project `references` to all workspace `tsconfig.build.json` and `tsconfig.build.production.json` files, enabling correct parallel builds with `tsgo`. Clean build time drops from **~17s** (`tsc`) to **~3s** (`tsgo`) — a **5.7× speedup**.
67
- - [localdev]: Add the (experimental) ability to auto link matterbridge in the local plugins (not published on npm) when using docker. Thanks [prohand](https://github.com/Luligu/matterbridge/issues/558).
67
+ - [localdev]: Add the ability to auto link matterbridge in the local plugins (not published on npm) when using docker (beta). Thanks [prohand](https://github.com/Luligu/matterbridge/issues/558).
68
68
 
69
69
  ### Added
70
70
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "matterbridge",
3
- "version": "3.7.9-dev-20260515-087d561",
3
+ "version": "3.7.9",
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.9-dev-20260515-087d561",
144
- "@matterbridge/dgram": "3.7.9-dev-20260515-087d561",
145
- "@matterbridge/jest-utils": "3.7.9-dev-20260515-087d561",
146
- "@matterbridge/thread": "3.7.9-dev-20260515-087d561",
147
- "@matterbridge/types": "3.7.9-dev-20260515-087d561",
148
- "@matterbridge/utils": "3.7.9-dev-20260515-087d561",
149
- "@matterbridge/vitest-utils": "3.7.9-dev-20260515-087d561",
143
+ "@matterbridge/core": "3.7.9",
144
+ "@matterbridge/dgram": "3.7.9",
145
+ "@matterbridge/jest-utils": "3.7.9",
146
+ "@matterbridge/thread": "3.7.9",
147
+ "@matterbridge/types": "3.7.9",
148
+ "@matterbridge/utils": "3.7.9",
149
+ "@matterbridge/vitest-utils": "3.7.9",
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.9",
155
- "sha": "9511142c83eb399ac31a5d20bfc5f192b65065cb",
156
- "sha7": "9511142",
157
- "event": "schedule",
155
+ "sha": "01bb5b303d9b254dbf18064044db5a5473cf8e27",
156
+ "sha7": "01bb5b3",
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
  }