matterbridge 3.9.2-dev-20260620-2b9580a → 3.9.2-dev-20260622-2bad6bf

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 CHANGED
@@ -63,8 +63,13 @@ These classes will run as threads in the next releases:
63
63
 
64
64
  - [frontend]: Add type aware linting with `oxlint` and format with `oxfmt`.
65
65
  - [frontend]: Remove eslint prettier typescript packages. The total package count drops from ~430 to ~220. Oxlint, Oxfmt and Tsgo run in a fraction of second.
66
- - [checkUpdates]: Improved workflow sending only the updated versions to the frontend.
67
- - [checkUpdates]: Add also plugin notification and a no update found notification.
66
+ - [frontend]: Add wssSendPluginUpdateRequired(), wssSendPluginStatusUpdate() and wssSendMatterbridgeStatusUpdate() to allow updates without full refresh.
67
+ - [checkUpdates]: Improve workflow sending only the updated versions to the frontend.
68
+ - [checkUpdates]: Add new plugin version notification.
69
+ - [checkUpdates]: Add no updates found notification.
70
+ - [startup]: Improve workflow sending only the updated data to the frontend.
71
+ - [configure]: Improve workflow sending only the updated data to the frontend.
72
+ - [pack]: Add scripts\pack-monorepo.mjs to improve performance with monorepo pack.
68
73
 
69
74
  ### Changed
70
75
 
@@ -72,13 +77,19 @@ These classes will run as threads in the next releases:
72
77
  - [matterbridge]: Update dependencies.
73
78
  - [matterbridge]: Bump `Oxlint configuration` to v.1.0.12.
74
79
  - [matterbridge]: Bump `@types/node` to v.26.0.0.
80
+ - [matterbridge]: Bump `@matter/main` to v.0.17.4-alpha.0-20260621-81ba50a6a.
75
81
  - [package]: Bump `node-ansi-logger` to v.3.3.0.
76
82
  - [package]: Bump `node-persist-manager` to v.2.1.0.
77
- - [frontend]: Bump `frontend` version to v.3.4.18.
83
+ - [frontend]: Bump `frontend` version to v.3.5.0.
78
84
  - [frontend]: Update dependencies.
79
85
  - [frontend]: Bump `Oxlint configuration` to v.1.0.3.
80
86
  - [frontend]: Bump `@types/node` to v.26.0.0.
81
87
 
88
+ ### Fixed
89
+
90
+ - [frontend]: Serve plugin frontend from `base/plugins/plugin/` for compatibility with Ingress.
91
+ - [matterstorage]: Close the matter storage as many times as opened. Thanks Apollon77 and Alexander Thoukydides (https://github.com/matter-js/matter.js/issues/3945).
92
+
82
93
  <a href="https://www.buymeacoffee.com/luligugithub"><img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="80"></a>
83
94
 
84
95
  ## [3.9.1] - 2026-06-19