matterbridge 3.5.1-dev-20260123-c42b5cf → 3.5.1-dev-20260123-6474162
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/npm-shrinkwrap.json +10 -7
- package/package.json +4 -4
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "matterbridge",
|
|
3
|
-
"version": "3.5.1-dev-20260123-
|
|
3
|
+
"version": "3.5.1-dev-20260123-6474162",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "matterbridge",
|
|
9
|
-
"version": "3.5.1-dev-20260123-
|
|
9
|
+
"version": "3.5.1-dev-20260123-6474162",
|
|
10
10
|
"license": "Apache-2.0",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@matter/main": "0.16.7",
|
|
13
13
|
"@matterbridge/dgram": "0.0.3",
|
|
14
14
|
"@matterbridge/jest-utils": "0.0.1",
|
|
15
|
-
"@matterbridge/utils": "0.0.
|
|
15
|
+
"@matterbridge/utils": "0.0.2",
|
|
16
16
|
"@matterbridge/vitest-utils": "0.0.1",
|
|
17
17
|
"archiver": "7.0.1",
|
|
18
18
|
"express": "5.2.1",
|
|
@@ -190,14 +190,17 @@
|
|
|
190
190
|
}
|
|
191
191
|
},
|
|
192
192
|
"node_modules/@matterbridge/utils": {
|
|
193
|
-
"version": "0.0.
|
|
194
|
-
"resolved": "https://registry.npmjs.org/@matterbridge/utils/-/utils-0.0.
|
|
195
|
-
"integrity": "sha512-
|
|
193
|
+
"version": "0.0.2",
|
|
194
|
+
"resolved": "https://registry.npmjs.org/@matterbridge/utils/-/utils-0.0.2.tgz",
|
|
195
|
+
"integrity": "sha512-Uonn2sdh/bcE6WyH+M2vdAf62RFJMaxq6E5K84Umk0w7Qk/ATjNkRWT2ltShyZIMnREpw1pXAAd+nUSJqvIAww==",
|
|
196
196
|
"license": "Apache-2.0",
|
|
197
197
|
"dependencies": {
|
|
198
|
-
"@matterbridge/jest-utils": "
|
|
198
|
+
"@matterbridge/jest-utils": "0.0.1",
|
|
199
199
|
"node-ansi-logger": "3.1.1"
|
|
200
200
|
},
|
|
201
|
+
"engines": {
|
|
202
|
+
"node": ">=20.0.0 <21.0.0 || >=22.0.0 <23.0.0 || >=24.0.0 <25.0.0"
|
|
203
|
+
},
|
|
201
204
|
"funding": {
|
|
202
205
|
"type": "buymeacoffee",
|
|
203
206
|
"url": "https://www.buymeacoffee.com/luligugithub"
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "matterbridge",
|
|
3
|
-
"version": "3.5.1-dev-20260123-
|
|
3
|
+
"version": "3.5.1-dev-20260123-6474162",
|
|
4
4
|
"description": "Matterbridge plugin manager for Matter",
|
|
5
5
|
"author": "https://github.com/Luligu",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -107,7 +107,7 @@
|
|
|
107
107
|
"@matter/main": "0.16.7",
|
|
108
108
|
"@matterbridge/dgram": "0.0.3",
|
|
109
109
|
"@matterbridge/jest-utils": "0.0.1",
|
|
110
|
-
"@matterbridge/utils": "0.0.
|
|
110
|
+
"@matterbridge/utils": "0.0.2",
|
|
111
111
|
"@matterbridge/vitest-utils": "0.0.1",
|
|
112
112
|
"archiver": "7.0.1",
|
|
113
113
|
"express": "5.2.1",
|
|
@@ -118,8 +118,8 @@
|
|
|
118
118
|
"ws": "8.19.0"
|
|
119
119
|
},
|
|
120
120
|
"build": {
|
|
121
|
-
"sha": "
|
|
122
|
-
"sha7": "
|
|
121
|
+
"sha": "647416284621cbf73d39db36c2396309f83cb3e4",
|
|
122
|
+
"sha7": "6474162",
|
|
123
123
|
"event": "workflow_dispatch",
|
|
124
124
|
"workflow": "Daily Dev Publish to npm",
|
|
125
125
|
"type": "branch",
|