matterbridge 3.5.6 → 3.6.0-dev-20260302-e3a7eb0
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 +33 -0
- package/README-DOCKER.md +3 -1
- package/apps/frontend/build/assets/index.js +4 -4
- package/apps/frontend/build/assets/vendor_mui.js +25 -25
- package/apps/frontend/build/assets/vendor_node_modules.js +21 -21
- package/apps/frontend/npm-shrinkwrap.json +11 -11
- package/apps/frontend/package.json +4 -4
- package/package.json +14 -14
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@matterbridge/frontend",
|
|
3
|
-
"version": "3.4.
|
|
3
|
+
"version": "3.4.7",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@matterbridge/frontend",
|
|
9
|
-
"version": "3.4.
|
|
9
|
+
"version": "3.4.7",
|
|
10
10
|
"license": "Apache-2.0",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@emotion/react": "11.14.0",
|
|
@@ -22,8 +22,8 @@
|
|
|
22
22
|
"qrcode.react": "4.2.0",
|
|
23
23
|
"react": "19.2.4",
|
|
24
24
|
"react-dom": "19.2.4",
|
|
25
|
-
"react-router": "7.13.
|
|
26
|
-
"react-router-dom": "7.13.
|
|
25
|
+
"react-router": "7.13.1",
|
|
26
|
+
"react-router-dom": "7.13.1"
|
|
27
27
|
},
|
|
28
28
|
"funding": {
|
|
29
29
|
"type": "buymeacoffee",
|
|
@@ -1247,9 +1247,9 @@
|
|
|
1247
1247
|
"license": "MIT"
|
|
1248
1248
|
},
|
|
1249
1249
|
"node_modules/react-router": {
|
|
1250
|
-
"version": "7.13.
|
|
1251
|
-
"resolved": "https://registry.npmjs.org/react-router/-/react-router-7.13.
|
|
1252
|
-
"integrity": "sha512-
|
|
1250
|
+
"version": "7.13.1",
|
|
1251
|
+
"resolved": "https://registry.npmjs.org/react-router/-/react-router-7.13.1.tgz",
|
|
1252
|
+
"integrity": "sha512-td+xP4X2/6BJvZoX6xw++A2DdEi++YypA69bJUV5oVvqf6/9/9nNlD70YO1e9d3MyamJEBQFEzk6mbfDYbqrSA==",
|
|
1253
1253
|
"license": "MIT",
|
|
1254
1254
|
"dependencies": {
|
|
1255
1255
|
"cookie": "^1.0.1",
|
|
@@ -1269,12 +1269,12 @@
|
|
|
1269
1269
|
}
|
|
1270
1270
|
},
|
|
1271
1271
|
"node_modules/react-router-dom": {
|
|
1272
|
-
"version": "7.13.
|
|
1273
|
-
"resolved": "https://registry.npmjs.org/react-router-dom/-/react-router-dom-7.13.
|
|
1274
|
-
"integrity": "sha512-
|
|
1272
|
+
"version": "7.13.1",
|
|
1273
|
+
"resolved": "https://registry.npmjs.org/react-router-dom/-/react-router-dom-7.13.1.tgz",
|
|
1274
|
+
"integrity": "sha512-UJnV3Rxc5TgUPJt2KJpo1Jpy0OKQr0AjgbZzBFjaPJcFOb2Y8jA5H3LT8HUJAiRLlWrEXWHbF1Z4SCZaQjWDHw==",
|
|
1275
1275
|
"license": "MIT",
|
|
1276
1276
|
"dependencies": {
|
|
1277
|
-
"react-router": "7.13.
|
|
1277
|
+
"react-router": "7.13.1"
|
|
1278
1278
|
},
|
|
1279
1279
|
"engines": {
|
|
1280
1280
|
"node": ">=20.0.0"
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@matterbridge/frontend",
|
|
3
|
-
"version": "3.4.
|
|
3
|
+
"version": "3.4.7",
|
|
4
4
|
"description": "Matterbridge plugin manager for Matter",
|
|
5
5
|
"author": "https://github.com/Luligu",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -49,7 +49,7 @@
|
|
|
49
49
|
"npm-shrinkwrap.json"
|
|
50
50
|
],
|
|
51
51
|
"overrides": {
|
|
52
|
-
"eslint": "10.0.
|
|
52
|
+
"eslint": "10.0.2",
|
|
53
53
|
"@eslint/js": "10.0.1"
|
|
54
54
|
},
|
|
55
55
|
"dependencies": {
|
|
@@ -66,7 +66,7 @@
|
|
|
66
66
|
"qrcode.react": "4.2.0",
|
|
67
67
|
"react": "19.2.4",
|
|
68
68
|
"react-dom": "19.2.4",
|
|
69
|
-
"react-router": "7.13.
|
|
70
|
-
"react-router-dom": "7.13.
|
|
69
|
+
"react-router": "7.13.1",
|
|
70
|
+
"react-router-dom": "7.13.1"
|
|
71
71
|
}
|
|
72
72
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "matterbridge",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.6.0-dev-20260302-e3a7eb0",
|
|
4
4
|
"description": "Matterbridge plugin manager for Matter",
|
|
5
5
|
"author": "https://github.com/Luligu",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -125,25 +125,25 @@
|
|
|
125
125
|
"README-SERVICE.md"
|
|
126
126
|
],
|
|
127
127
|
"dependencies": {
|
|
128
|
-
"@matterbridge/core": "3.
|
|
129
|
-
"@matterbridge/dgram": "3.
|
|
130
|
-
"@matterbridge/jest-utils": "3.
|
|
131
|
-
"@matterbridge/thread": "3.
|
|
132
|
-
"@matterbridge/types": "3.
|
|
133
|
-
"@matterbridge/utils": "3.
|
|
134
|
-
"@matterbridge/vitest-utils": "3.
|
|
128
|
+
"@matterbridge/core": "3.6.0-dev-20260302-e3a7eb0",
|
|
129
|
+
"@matterbridge/dgram": "3.6.0-dev-20260302-e3a7eb0",
|
|
130
|
+
"@matterbridge/jest-utils": "3.6.0-dev-20260302-e3a7eb0",
|
|
131
|
+
"@matterbridge/thread": "3.6.0-dev-20260302-e3a7eb0",
|
|
132
|
+
"@matterbridge/types": "3.6.0-dev-20260302-e3a7eb0",
|
|
133
|
+
"@matterbridge/utils": "3.6.0-dev-20260302-e3a7eb0",
|
|
134
|
+
"@matterbridge/vitest-utils": "3.6.0-dev-20260302-e3a7eb0"
|
|
135
135
|
},
|
|
136
136
|
"overrides": {
|
|
137
137
|
"eslint": "10.0.2",
|
|
138
138
|
"@eslint/js": "10.0.1"
|
|
139
139
|
},
|
|
140
140
|
"build": {
|
|
141
|
-
"sha": "
|
|
142
|
-
"sha7": "
|
|
143
|
-
"event": "
|
|
141
|
+
"sha": "e3a7eb008b5df2d741414ce8e6f2c07325c405ce",
|
|
142
|
+
"sha7": "e3a7eb0",
|
|
143
|
+
"event": "workflow_dispatch",
|
|
144
144
|
"workflow": "Publish to npm and trigger docker builds",
|
|
145
|
-
"type": "
|
|
146
|
-
"name": "
|
|
147
|
-
"dev": "
|
|
145
|
+
"type": "branch",
|
|
146
|
+
"name": "dev",
|
|
147
|
+
"dev": "true"
|
|
148
148
|
}
|
|
149
149
|
}
|