matterbridge 3.9.1-dev-20260618-28c78fc → 3.9.1
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/CHANGELOG.md +3 -3
- package/package.json +13 -13
package/CHANGELOG.md
CHANGED
|
@@ -83,9 +83,9 @@ These classes will run as threads in the next releases:
|
|
|
83
83
|
- [matterbridge]: Bump `oxfmt` to v.0.55.0.
|
|
84
84
|
- [matterbridge]: Bump `vitest` to v.4.1.9.
|
|
85
85
|
- [matterbridge]: Bump `@vitest/coverage-v8` to v.4.1.9.
|
|
86
|
-
- [oxfmt]: Update Oxfmt configuration to v.1.0.3.
|
|
87
|
-
- [oxlint]: Update Oxlint configuration to v.1.0.10.
|
|
88
|
-
- [agents]: Update `
|
|
86
|
+
- [oxfmt]: Update `Oxfmt configuration` to v.1.0.3.
|
|
87
|
+
- [oxlint]: Update `Oxlint configuration` to v.1.0.10.
|
|
88
|
+
- [agents]: Update `docs` to reflect the new toolchain..
|
|
89
89
|
|
|
90
90
|
### Fixed
|
|
91
91
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "matterbridge",
|
|
3
|
-
"version": "3.9.1
|
|
3
|
+
"version": "3.9.1",
|
|
4
4
|
"description": "Matterbridge plugin manager for Matter",
|
|
5
5
|
"author": "https://github.com/Luligu",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -155,24 +155,24 @@
|
|
|
155
155
|
"README-SERVICE.md"
|
|
156
156
|
],
|
|
157
157
|
"dependencies": {
|
|
158
|
-
"@matterbridge/core": "3.9.1
|
|
159
|
-
"@matterbridge/dgram": "3.9.1
|
|
160
|
-
"@matterbridge/jest-utils": "3.9.1
|
|
161
|
-
"@matterbridge/thread": "3.9.1
|
|
162
|
-
"@matterbridge/types": "3.9.1
|
|
163
|
-
"@matterbridge/utils": "3.9.1
|
|
164
|
-
"@matterbridge/vitest-utils": "3.9.1
|
|
158
|
+
"@matterbridge/core": "3.9.1",
|
|
159
|
+
"@matterbridge/dgram": "3.9.1",
|
|
160
|
+
"@matterbridge/jest-utils": "3.9.1",
|
|
161
|
+
"@matterbridge/thread": "3.9.1",
|
|
162
|
+
"@matterbridge/types": "3.9.1",
|
|
163
|
+
"@matterbridge/utils": "3.9.1",
|
|
164
|
+
"@matterbridge/vitest-utils": "3.9.1",
|
|
165
165
|
"node-ansi-logger": "3.3.0-dev-20260617-6ebcff7",
|
|
166
166
|
"node-persist-manager": "2.1.0-dev-20260617-3224082"
|
|
167
167
|
},
|
|
168
168
|
"build": {
|
|
169
169
|
"version": "3.9.1",
|
|
170
|
-
"sha": "
|
|
171
|
-
"sha7": "
|
|
172
|
-
"event": "
|
|
170
|
+
"sha": "1e8f96a71cf534001712de02a1f5ac965b1f66a7",
|
|
171
|
+
"sha7": "1e8f96a",
|
|
172
|
+
"event": "release",
|
|
173
173
|
"workflow": "Publish to npm and trigger docker builds",
|
|
174
174
|
"type": "branch",
|
|
175
|
-
"name": "
|
|
176
|
-
"dev": "
|
|
175
|
+
"name": "main",
|
|
176
|
+
"dev": "false"
|
|
177
177
|
}
|
|
178
178
|
}
|