matterbridge 3.7.6 → 3.7.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +12 -0
  2. package/package.json +11 -11
package/CHANGELOG.md CHANGED
@@ -55,6 +55,18 @@ 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.7] - 2026-05-01
59
+
60
+ ### Changed
61
+
62
+ - [package]: Update jest config to v.2.0.0, prettier config to v.2.0.0 and eslint config to v.2.0.0.
63
+
64
+ ### Fixed
65
+
66
+ - [frontend]: Fix add plugin after upload.
67
+
68
+ <a href="https://www.buymeacoffee.com/luligugithub"><img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="80"></a>
69
+
58
70
  ## [3.7.6] - 2026-05-01
59
71
 
60
72
  ### Development changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "matterbridge",
3
- "version": "3.7.6",
3
+ "version": "3.7.7",
4
4
  "description": "Matterbridge plugin manager for Matter",
5
5
  "author": "https://github.com/Luligu",
6
6
  "license": "Apache-2.0",
@@ -134,18 +134,18 @@
134
134
  "README-SERVICE.md"
135
135
  ],
136
136
  "dependencies": {
137
- "@matterbridge/core": "3.7.6",
138
- "@matterbridge/dgram": "3.7.6",
139
- "@matterbridge/jest-utils": "3.7.6",
140
- "@matterbridge/thread": "3.7.6",
141
- "@matterbridge/types": "3.7.6",
142
- "@matterbridge/utils": "3.7.6",
143
- "@matterbridge/vitest-utils": "3.7.6"
137
+ "@matterbridge/core": "3.7.7",
138
+ "@matterbridge/dgram": "3.7.7",
139
+ "@matterbridge/jest-utils": "3.7.7",
140
+ "@matterbridge/thread": "3.7.7",
141
+ "@matterbridge/types": "3.7.7",
142
+ "@matterbridge/utils": "3.7.7",
143
+ "@matterbridge/vitest-utils": "3.7.7"
144
144
  },
145
145
  "build": {
146
- "version": "3.7.6",
147
- "sha": "3c96cb360797432487f1a0500d49d2f151705cee",
148
- "sha7": "3c96cb3",
146
+ "version": "3.7.7",
147
+ "sha": "4aca19d03e3509ba68eb944c1c3cfe6262218b63",
148
+ "sha7": "4aca19d",
149
149
  "event": "release",
150
150
  "workflow": "Publish to npm and trigger docker builds",
151
151
  "type": "branch",