matterbridge 3.7.3-dev-20260409-47ebca7 → 3.7.3

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
@@ -53,11 +53,11 @@ These classes will run as threads in the next releases:
53
53
  - all plugins in bridge mode;
54
54
  - each plugin in childbridge mode;
55
55
 
56
- ## [3.7.3] - Dev branch
56
+ ## [3.7.3] - 2026-04-10
57
57
 
58
58
  ### New plugins
59
59
 
60
- - [security]: Add [Security Plugin](https://www.npmjs.com/package/matterbridge-security).
60
+ - [security]: Add [Security Plugin](https://www.npmjs.com/package/matterbridge-security) v.1.0.0.
61
61
 
62
62
  ### Dev news
63
63
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "matterbridge",
3
- "version": "3.7.3-dev-20260409-47ebca7",
3
+ "version": "3.7.3",
4
4
  "description": "Matterbridge plugin manager for Matter",
5
5
  "author": "https://github.com/Luligu",
6
6
  "license": "Apache-2.0",
@@ -130,13 +130,13 @@
130
130
  "README-SERVICE.md"
131
131
  ],
132
132
  "dependencies": {
133
- "@matterbridge/core": "3.7.3-dev-20260409-47ebca7",
134
- "@matterbridge/dgram": "3.7.3-dev-20260409-47ebca7",
135
- "@matterbridge/jest-utils": "3.7.3-dev-20260409-47ebca7",
136
- "@matterbridge/thread": "3.7.3-dev-20260409-47ebca7",
137
- "@matterbridge/types": "3.7.3-dev-20260409-47ebca7",
138
- "@matterbridge/utils": "3.7.3-dev-20260409-47ebca7",
139
- "@matterbridge/vitest-utils": "3.7.3-dev-20260409-47ebca7"
133
+ "@matterbridge/core": "3.7.3",
134
+ "@matterbridge/dgram": "3.7.3",
135
+ "@matterbridge/jest-utils": "3.7.3",
136
+ "@matterbridge/thread": "3.7.3",
137
+ "@matterbridge/types": "3.7.3",
138
+ "@matterbridge/utils": "3.7.3",
139
+ "@matterbridge/vitest-utils": "3.7.3"
140
140
  },
141
141
  "overrides": {
142
142
  "eslint": "10.2.0",
@@ -144,12 +144,12 @@
144
144
  },
145
145
  "build": {
146
146
  "version": "3.7.3",
147
- "sha": "47ebca7b1441f34849b4563daf5eed542eaa3902",
148
- "sha7": "47ebca7",
149
- "event": "workflow_dispatch",
147
+ "sha": "25fe44279f4392273547e1a3d9701fadd84ddcff",
148
+ "sha7": "25fe442",
149
+ "event": "release",
150
150
  "workflow": "Publish to npm and trigger docker builds",
151
151
  "type": "branch",
152
- "name": "dev",
153
- "dev": "true"
152
+ "name": "main",
153
+ "dev": "false"
154
154
  }
155
155
  }