matterbridge 3.5.0-dev-20260113-96c82db → 3.5.0-dev-20260113-c10324f
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 +2 -2
- package/package.json +10 -1
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "matterbridge",
|
|
3
|
-
"version": "3.5.0-dev-20260113-
|
|
3
|
+
"version": "3.5.0-dev-20260113-c10324f",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "matterbridge",
|
|
9
|
-
"version": "3.5.0-dev-20260113-
|
|
9
|
+
"version": "3.5.0-dev-20260113-c10324f",
|
|
10
10
|
"license": "Apache-2.0",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@matter/main": "0.15.6",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "matterbridge",
|
|
3
|
-
"version": "3.5.0-dev-20260113-
|
|
3
|
+
"version": "3.5.0-dev-20260113-c10324f",
|
|
4
4
|
"description": "Matterbridge plugin manager for Matter",
|
|
5
5
|
"author": "https://github.com/Luligu",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -116,5 +116,14 @@
|
|
|
116
116
|
"node-ansi-logger": "3.1.1",
|
|
117
117
|
"node-persist-manager": "2.0.0",
|
|
118
118
|
"ws": "8.18.3"
|
|
119
|
+
},
|
|
120
|
+
"build": {
|
|
121
|
+
"sha": "c10324f61716998f87f280e9e46d5868ba6c4e90",
|
|
122
|
+
"sha7": "c10324f",
|
|
123
|
+
"event": "workflow_dispatch",
|
|
124
|
+
"workflow": "Daily Dev Publish to npm",
|
|
125
|
+
"type": "branch",
|
|
126
|
+
"name": "dev",
|
|
127
|
+
"docker": "false"
|
|
119
128
|
}
|
|
120
129
|
}
|