matterbridge 3.7.4-dev-20260416-fabcd3f → 3.7.4

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 +1 -1
  2. package/package.json +13 -13
package/CHANGELOG.md CHANGED
@@ -53,7 +53,7 @@ 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.4] - Dev branch
56
+ ## [3.7.4] - 2026-04-17
57
57
 
58
58
  ### Dev news
59
59
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "matterbridge",
3
- "version": "3.7.4-dev-20260416-fabcd3f",
3
+ "version": "3.7.4",
4
4
  "description": "Matterbridge plugin manager for Matter",
5
5
  "author": "https://github.com/Luligu",
6
6
  "license": "Apache-2.0",
@@ -134,13 +134,13 @@
134
134
  "README-SERVICE.md"
135
135
  ],
136
136
  "dependencies": {
137
- "@matterbridge/core": "3.7.4-dev-20260416-fabcd3f",
138
- "@matterbridge/dgram": "3.7.4-dev-20260416-fabcd3f",
139
- "@matterbridge/jest-utils": "3.7.4-dev-20260416-fabcd3f",
140
- "@matterbridge/thread": "3.7.4-dev-20260416-fabcd3f",
141
- "@matterbridge/types": "3.7.4-dev-20260416-fabcd3f",
142
- "@matterbridge/utils": "3.7.4-dev-20260416-fabcd3f",
143
- "@matterbridge/vitest-utils": "3.7.4-dev-20260416-fabcd3f"
137
+ "@matterbridge/core": "3.7.4",
138
+ "@matterbridge/dgram": "3.7.4",
139
+ "@matterbridge/jest-utils": "3.7.4",
140
+ "@matterbridge/thread": "3.7.4",
141
+ "@matterbridge/types": "3.7.4",
142
+ "@matterbridge/utils": "3.7.4",
143
+ "@matterbridge/vitest-utils": "3.7.4"
144
144
  },
145
145
  "overrides": {
146
146
  "eslint": "10.2.0",
@@ -148,12 +148,12 @@
148
148
  },
149
149
  "build": {
150
150
  "version": "3.7.4",
151
- "sha": "25fe44279f4392273547e1a3d9701fadd84ddcff",
152
- "sha7": "25fe442",
153
- "event": "schedule",
151
+ "sha": "08950de03c83a70972637ba2641359cf3db2dfb7",
152
+ "sha7": "08950de",
153
+ "event": "release",
154
154
  "workflow": "Publish to npm and trigger docker builds",
155
155
  "type": "branch",
156
- "name": "dev",
157
- "dev": "true"
156
+ "name": "main",
157
+ "dev": "false"
158
158
  }
159
159
  }