@matterbridge/frontend 3.4.8 → 3.4.9-dev-20260323-0a65511
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/build/assets/index.css +1 -1
- package/build/assets/index.js +4 -4
- package/build/assets/rolldown-runtime.js +1 -0
- package/build/assets/vendor_emotion.js +1 -1
- package/build/assets/vendor_lodash.js +1 -1
- package/build/assets/vendor_mdi.js +1 -1
- package/build/assets/vendor_mui.js +33 -32
- package/build/assets/vendor_node_modules.js +28 -22
- package/build/assets/vendor_notistack.js +4 -4
- package/build/assets/vendor_qrcode.js +1 -1
- package/build/assets/vendor_rjsf.js +9 -11
- package/build/index.html +4 -3
- package/npm-shrinkwrap.json +53 -114
- package/package.json +5 -5
package/build/index.html
CHANGED
|
@@ -7,14 +7,15 @@
|
|
|
7
7
|
<link rel="icon" type="image/svg+xml" href="./matterbridge.svg" />
|
|
8
8
|
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap" rel="stylesheet" />
|
|
9
9
|
<script type="module" crossorigin src="./assets/index.js"></script>
|
|
10
|
-
<link rel="modulepreload" crossorigin href="./assets/
|
|
11
|
-
<link rel="modulepreload" crossorigin href="./assets/vendor_notistack.js">
|
|
10
|
+
<link rel="modulepreload" crossorigin href="./assets/rolldown-runtime.js">
|
|
12
11
|
<link rel="modulepreload" crossorigin href="./assets/vendor_emotion.js">
|
|
13
12
|
<link rel="modulepreload" crossorigin href="./assets/vendor_mui.js">
|
|
13
|
+
<link rel="modulepreload" crossorigin href="./assets/vendor_node_modules.js">
|
|
14
14
|
<link rel="modulepreload" crossorigin href="./assets/vendor_mdi.js">
|
|
15
|
-
<link rel="modulepreload" crossorigin href="./assets/vendor_qrcode.js">
|
|
16
15
|
<link rel="modulepreload" crossorigin href="./assets/vendor_lodash.js">
|
|
17
16
|
<link rel="modulepreload" crossorigin href="./assets/vendor_rjsf.js">
|
|
17
|
+
<link rel="modulepreload" crossorigin href="./assets/vendor_notistack.js">
|
|
18
|
+
<link rel="modulepreload" crossorigin href="./assets/vendor_qrcode.js">
|
|
18
19
|
<link rel="stylesheet" crossorigin href="./assets/index.css">
|
|
19
20
|
</head>
|
|
20
21
|
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@matterbridge/frontend",
|
|
3
|
-
"version": "3.4.
|
|
3
|
+
"version": "3.4.9-dev-20260323-0a65511",
|
|
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.9-dev-20260323-0a65511",
|
|
10
10
|
"license": "Apache-2.0",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@emotion/react": "11.14.0",
|
|
@@ -15,9 +15,9 @@
|
|
|
15
15
|
"@mdi/react": "1.6.1",
|
|
16
16
|
"@mui/icons-material": "7.3.9",
|
|
17
17
|
"@mui/material": "7.3.9",
|
|
18
|
-
"@rjsf/core": "
|
|
19
|
-
"@rjsf/utils": "
|
|
20
|
-
"@rjsf/validator-ajv8": "
|
|
18
|
+
"@rjsf/core": "6.4.1",
|
|
19
|
+
"@rjsf/utils": "6.4.1",
|
|
20
|
+
"@rjsf/validator-ajv8": "6.4.1",
|
|
21
21
|
"notistack": "3.0.2",
|
|
22
22
|
"qrcode.react": "4.2.0",
|
|
23
23
|
"react": "19.2.4",
|
|
@@ -611,41 +611,42 @@
|
|
|
611
611
|
}
|
|
612
612
|
},
|
|
613
613
|
"node_modules/@rjsf/core": {
|
|
614
|
-
"version": "
|
|
615
|
-
"resolved": "https://registry.npmjs.org/@rjsf/core/-/core-
|
|
616
|
-
"integrity": "sha512
|
|
614
|
+
"version": "6.4.1",
|
|
615
|
+
"resolved": "https://registry.npmjs.org/@rjsf/core/-/core-6.4.1.tgz",
|
|
616
|
+
"integrity": "sha512-+QaiSgQnOuO6ghIsohH2u/QcylkN+Da2968a75g/i4oARYJRYVxXDm2u3JR5aXndpMb4t4jTFrYyG8cNIv6oEg==",
|
|
617
617
|
"license": "Apache-2.0",
|
|
618
618
|
"dependencies": {
|
|
619
|
-
"lodash": "^4.17.
|
|
620
|
-
"lodash-es": "^4.17.
|
|
621
|
-
"markdown-to-jsx": "^
|
|
619
|
+
"lodash": "^4.17.23",
|
|
620
|
+
"lodash-es": "^4.17.23",
|
|
621
|
+
"markdown-to-jsx": "^8.0.0",
|
|
622
622
|
"prop-types": "^15.8.1"
|
|
623
623
|
},
|
|
624
624
|
"engines": {
|
|
625
|
-
"node": ">=
|
|
625
|
+
"node": ">=20"
|
|
626
626
|
},
|
|
627
627
|
"peerDependencies": {
|
|
628
|
-
"@rjsf/utils": "^
|
|
629
|
-
"react": "
|
|
628
|
+
"@rjsf/utils": "^6.4.x",
|
|
629
|
+
"react": ">=18"
|
|
630
630
|
}
|
|
631
631
|
},
|
|
632
632
|
"node_modules/@rjsf/utils": {
|
|
633
|
-
"version": "
|
|
634
|
-
"resolved": "https://registry.npmjs.org/@rjsf/utils/-/utils-
|
|
635
|
-
"integrity": "sha512-
|
|
633
|
+
"version": "6.4.1",
|
|
634
|
+
"resolved": "https://registry.npmjs.org/@rjsf/utils/-/utils-6.4.1.tgz",
|
|
635
|
+
"integrity": "sha512-5NL3jwt3rIS5/WRTrKt++y40FS/ScKGVwYJ3jIrHSQHSwBdLnd4cHf2zcnA97L1Klj8I6tvS/ugh+blf/Diwuw==",
|
|
636
636
|
"license": "Apache-2.0",
|
|
637
637
|
"dependencies": {
|
|
638
|
-
"json-schema-merge
|
|
638
|
+
"@x0k/json-schema-merge": "^1.0.2",
|
|
639
|
+
"fast-uri": "^3.1.0",
|
|
639
640
|
"jsonpointer": "^5.0.1",
|
|
640
|
-
"lodash": "^4.17.
|
|
641
|
-
"lodash-es": "^4.17.
|
|
642
|
-
"react-is": "^18.
|
|
641
|
+
"lodash": "^4.17.23",
|
|
642
|
+
"lodash-es": "^4.17.23",
|
|
643
|
+
"react-is": "^18.3.1"
|
|
643
644
|
},
|
|
644
645
|
"engines": {
|
|
645
|
-
"node": ">=
|
|
646
|
+
"node": ">=20"
|
|
646
647
|
},
|
|
647
648
|
"peerDependencies": {
|
|
648
|
-
"react": "
|
|
649
|
+
"react": ">=18"
|
|
649
650
|
}
|
|
650
651
|
},
|
|
651
652
|
"node_modules/@rjsf/utils/node_modules/react-is": {
|
|
@@ -655,23 +656,29 @@
|
|
|
655
656
|
"license": "MIT"
|
|
656
657
|
},
|
|
657
658
|
"node_modules/@rjsf/validator-ajv8": {
|
|
658
|
-
"version": "
|
|
659
|
-
"resolved": "https://registry.npmjs.org/@rjsf/validator-ajv8/-/validator-ajv8-
|
|
660
|
-
"integrity": "sha512-
|
|
659
|
+
"version": "6.4.1",
|
|
660
|
+
"resolved": "https://registry.npmjs.org/@rjsf/validator-ajv8/-/validator-ajv8-6.4.1.tgz",
|
|
661
|
+
"integrity": "sha512-Gx28sRIV7E4CYs2c7BxOGLX44p5IlJE+IaD7GbVk1S+6TxDATqFBSYYZukLB+/vNk3urpndQMreQLKW3W7POHQ==",
|
|
661
662
|
"license": "Apache-2.0",
|
|
662
663
|
"dependencies": {
|
|
663
|
-
"ajv": "^8.
|
|
664
|
+
"ajv": "^8.17.1",
|
|
664
665
|
"ajv-formats": "^2.1.1",
|
|
665
|
-
"lodash": "^4.17.
|
|
666
|
-
"lodash-es": "^4.17.
|
|
666
|
+
"lodash": "^4.17.23",
|
|
667
|
+
"lodash-es": "^4.17.23"
|
|
667
668
|
},
|
|
668
669
|
"engines": {
|
|
669
|
-
"node": ">=
|
|
670
|
+
"node": ">=20"
|
|
670
671
|
},
|
|
671
672
|
"peerDependencies": {
|
|
672
|
-
"@rjsf/utils": "^
|
|
673
|
+
"@rjsf/utils": "^6.4.x"
|
|
673
674
|
}
|
|
674
675
|
},
|
|
676
|
+
"node_modules/@types/json-schema": {
|
|
677
|
+
"version": "7.0.15",
|
|
678
|
+
"resolved": "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.15.tgz",
|
|
679
|
+
"integrity": "sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==",
|
|
680
|
+
"license": "MIT"
|
|
681
|
+
},
|
|
675
682
|
"node_modules/@types/parse-json": {
|
|
676
683
|
"version": "4.0.2",
|
|
677
684
|
"resolved": "https://registry.npmjs.org/@types/parse-json/-/parse-json-4.0.2.tgz",
|
|
@@ -703,6 +710,15 @@
|
|
|
703
710
|
"@types/react": "*"
|
|
704
711
|
}
|
|
705
712
|
},
|
|
713
|
+
"node_modules/@x0k/json-schema-merge": {
|
|
714
|
+
"version": "1.0.2",
|
|
715
|
+
"resolved": "https://registry.npmjs.org/@x0k/json-schema-merge/-/json-schema-merge-1.0.2.tgz",
|
|
716
|
+
"integrity": "sha512-1734qiJHNX3+cJGDMMw2yz7R+7kpbAtl5NdPs1c/0gO5kYT6s4dMbLXiIfpZNsOYhGZI3aH7FWrj4Zxz7epXNg==",
|
|
717
|
+
"license": "MIT",
|
|
718
|
+
"dependencies": {
|
|
719
|
+
"@types/json-schema": "^7.0.15"
|
|
720
|
+
}
|
|
721
|
+
},
|
|
706
722
|
"node_modules/ajv": {
|
|
707
723
|
"version": "8.18.0",
|
|
708
724
|
"resolved": "https://registry.npmjs.org/ajv/-/ajv-8.18.0.tgz",
|
|
@@ -769,27 +785,6 @@
|
|
|
769
785
|
"node": ">=6"
|
|
770
786
|
}
|
|
771
787
|
},
|
|
772
|
-
"node_modules/compute-gcd": {
|
|
773
|
-
"version": "1.2.1",
|
|
774
|
-
"resolved": "https://registry.npmjs.org/compute-gcd/-/compute-gcd-1.2.1.tgz",
|
|
775
|
-
"integrity": "sha512-TwMbxBNz0l71+8Sc4czv13h4kEqnchV9igQZBi6QUaz09dnz13juGnnaWWJTRsP3brxOoxeB4SA2WELLw1hCtg==",
|
|
776
|
-
"dependencies": {
|
|
777
|
-
"validate.io-array": "^1.0.3",
|
|
778
|
-
"validate.io-function": "^1.0.2",
|
|
779
|
-
"validate.io-integer-array": "^1.0.0"
|
|
780
|
-
}
|
|
781
|
-
},
|
|
782
|
-
"node_modules/compute-lcm": {
|
|
783
|
-
"version": "1.1.2",
|
|
784
|
-
"resolved": "https://registry.npmjs.org/compute-lcm/-/compute-lcm-1.1.2.tgz",
|
|
785
|
-
"integrity": "sha512-OFNPdQAXnQhDSKioX8/XYT6sdUlXwpeMjfd6ApxMJfyZ4GxmLR1xvMERctlYhlHwIiz6CSpBc2+qYKjHGZw4TQ==",
|
|
786
|
-
"dependencies": {
|
|
787
|
-
"compute-gcd": "^1.2.1",
|
|
788
|
-
"validate.io-array": "^1.0.3",
|
|
789
|
-
"validate.io-function": "^1.0.2",
|
|
790
|
-
"validate.io-integer-array": "^1.0.0"
|
|
791
|
-
}
|
|
792
|
-
},
|
|
793
788
|
"node_modules/convert-source-map": {
|
|
794
789
|
"version": "1.9.0",
|
|
795
790
|
"resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-1.9.0.tgz",
|
|
@@ -1013,29 +1008,6 @@
|
|
|
1013
1008
|
"integrity": "sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w==",
|
|
1014
1009
|
"license": "MIT"
|
|
1015
1010
|
},
|
|
1016
|
-
"node_modules/json-schema-compare": {
|
|
1017
|
-
"version": "0.2.2",
|
|
1018
|
-
"resolved": "https://registry.npmjs.org/json-schema-compare/-/json-schema-compare-0.2.2.tgz",
|
|
1019
|
-
"integrity": "sha512-c4WYmDKyJXhs7WWvAWm3uIYnfyWFoIp+JEoX34rctVvEkMYCPGhXtvmFFXiffBbxfZsvQ0RNnV5H7GvDF5HCqQ==",
|
|
1020
|
-
"license": "MIT",
|
|
1021
|
-
"dependencies": {
|
|
1022
|
-
"lodash": "^4.17.4"
|
|
1023
|
-
}
|
|
1024
|
-
},
|
|
1025
|
-
"node_modules/json-schema-merge-allof": {
|
|
1026
|
-
"version": "0.8.1",
|
|
1027
|
-
"resolved": "https://registry.npmjs.org/json-schema-merge-allof/-/json-schema-merge-allof-0.8.1.tgz",
|
|
1028
|
-
"integrity": "sha512-CTUKmIlPJbsWfzRRnOXz+0MjIqvnleIXwFTzz+t9T86HnYX/Rozria6ZVGLktAU9e+NygNljveP+yxqtQp/Q4w==",
|
|
1029
|
-
"license": "MIT",
|
|
1030
|
-
"dependencies": {
|
|
1031
|
-
"compute-lcm": "^1.1.2",
|
|
1032
|
-
"json-schema-compare": "^0.2.2",
|
|
1033
|
-
"lodash": "^4.17.20"
|
|
1034
|
-
},
|
|
1035
|
-
"engines": {
|
|
1036
|
-
"node": ">=12.0.0"
|
|
1037
|
-
}
|
|
1038
|
-
},
|
|
1039
1011
|
"node_modules/json-schema-traverse": {
|
|
1040
1012
|
"version": "1.0.0",
|
|
1041
1013
|
"resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz",
|
|
@@ -1082,9 +1054,9 @@
|
|
|
1082
1054
|
}
|
|
1083
1055
|
},
|
|
1084
1056
|
"node_modules/markdown-to-jsx": {
|
|
1085
|
-
"version": "
|
|
1086
|
-
"resolved": "https://registry.npmjs.org/markdown-to-jsx/-/markdown-to-jsx-
|
|
1087
|
-
"integrity": "sha512-
|
|
1057
|
+
"version": "8.0.0",
|
|
1058
|
+
"resolved": "https://registry.npmjs.org/markdown-to-jsx/-/markdown-to-jsx-8.0.0.tgz",
|
|
1059
|
+
"integrity": "sha512-hWEaRxeCDjes1CVUQqU+Ov0mCqBqkGhLKjL98KdbwHSgEWZZSJQeGlJQatVfeZ3RaxrfTrZZ3eczl2dhp5c/pA==",
|
|
1088
1060
|
"license": "MIT",
|
|
1089
1061
|
"engines": {
|
|
1090
1062
|
"node": ">= 10"
|
|
@@ -1363,43 +1335,10 @@
|
|
|
1363
1335
|
"url": "https://github.com/sponsors/ljharb"
|
|
1364
1336
|
}
|
|
1365
1337
|
},
|
|
1366
|
-
"node_modules/validate.io-array": {
|
|
1367
|
-
"version": "1.0.6",
|
|
1368
|
-
"resolved": "https://registry.npmjs.org/validate.io-array/-/validate.io-array-1.0.6.tgz",
|
|
1369
|
-
"integrity": "sha512-DeOy7CnPEziggrOO5CZhVKJw6S3Yi7e9e65R1Nl/RTN1vTQKnzjfvks0/8kQ40FP/dsjRAOd4hxmJ7uLa6vxkg==",
|
|
1370
|
-
"license": "MIT"
|
|
1371
|
-
},
|
|
1372
|
-
"node_modules/validate.io-function": {
|
|
1373
|
-
"version": "1.0.2",
|
|
1374
|
-
"resolved": "https://registry.npmjs.org/validate.io-function/-/validate.io-function-1.0.2.tgz",
|
|
1375
|
-
"integrity": "sha512-LlFybRJEriSuBnUhQyG5bwglhh50EpTL2ul23MPIuR1odjO7XaMLFV8vHGwp7AZciFxtYOeiSCT5st+XSPONiQ=="
|
|
1376
|
-
},
|
|
1377
|
-
"node_modules/validate.io-integer": {
|
|
1378
|
-
"version": "1.0.5",
|
|
1379
|
-
"resolved": "https://registry.npmjs.org/validate.io-integer/-/validate.io-integer-1.0.5.tgz",
|
|
1380
|
-
"integrity": "sha512-22izsYSLojN/P6bppBqhgUDjCkr5RY2jd+N2a3DCAUey8ydvrZ/OkGvFPR7qfOpwR2LC5p4Ngzxz36g5Vgr/hQ==",
|
|
1381
|
-
"dependencies": {
|
|
1382
|
-
"validate.io-number": "^1.0.3"
|
|
1383
|
-
}
|
|
1384
|
-
},
|
|
1385
|
-
"node_modules/validate.io-integer-array": {
|
|
1386
|
-
"version": "1.0.0",
|
|
1387
|
-
"resolved": "https://registry.npmjs.org/validate.io-integer-array/-/validate.io-integer-array-1.0.0.tgz",
|
|
1388
|
-
"integrity": "sha512-mTrMk/1ytQHtCY0oNO3dztafHYyGU88KL+jRxWuzfOmQb+4qqnWmI+gykvGp8usKZOM0H7keJHEbRaFiYA0VrA==",
|
|
1389
|
-
"dependencies": {
|
|
1390
|
-
"validate.io-array": "^1.0.3",
|
|
1391
|
-
"validate.io-integer": "^1.0.4"
|
|
1392
|
-
}
|
|
1393
|
-
},
|
|
1394
|
-
"node_modules/validate.io-number": {
|
|
1395
|
-
"version": "1.0.3",
|
|
1396
|
-
"resolved": "https://registry.npmjs.org/validate.io-number/-/validate.io-number-1.0.3.tgz",
|
|
1397
|
-
"integrity": "sha512-kRAyotcbNaSYoDnXvb4MHg/0a1egJdLwS6oJ38TJY7aw9n93Fl/3blIXdyYvPOp55CNxywooG/3BcrwNrBpcSg=="
|
|
1398
|
-
},
|
|
1399
1338
|
"node_modules/yaml": {
|
|
1400
|
-
"version": "1.10.
|
|
1401
|
-
"resolved": "https://registry.npmjs.org/yaml/-/yaml-1.10.
|
|
1402
|
-
"integrity": "sha512-
|
|
1339
|
+
"version": "1.10.3",
|
|
1340
|
+
"resolved": "https://registry.npmjs.org/yaml/-/yaml-1.10.3.tgz",
|
|
1341
|
+
"integrity": "sha512-vIYeF1u3CjlhAFekPPAk2h/Kv4T3mAkMox5OymRiJQB0spDP10LHvt+K7G9Ny6NuuMAb25/6n1qyUjAcGNf/AA==",
|
|
1403
1342
|
"license": "ISC",
|
|
1404
1343
|
"engines": {
|
|
1405
1344
|
"node": ">= 6"
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@matterbridge/frontend",
|
|
3
|
-
"version": "3.4.
|
|
3
|
+
"version": "3.4.9-dev-20260323-0a65511",
|
|
4
4
|
"description": "Matterbridge frontend application",
|
|
5
5
|
"author": "https://github.com/Luligu",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -52,7 +52,7 @@
|
|
|
52
52
|
"npm-shrinkwrap.json"
|
|
53
53
|
],
|
|
54
54
|
"overrides": {
|
|
55
|
-
"eslint": "10.0
|
|
55
|
+
"eslint": "10.1.0",
|
|
56
56
|
"@eslint/js": "10.0.1"
|
|
57
57
|
},
|
|
58
58
|
"dependencies": {
|
|
@@ -62,9 +62,9 @@
|
|
|
62
62
|
"@mdi/react": "1.6.1",
|
|
63
63
|
"@mui/icons-material": "7.3.9",
|
|
64
64
|
"@mui/material": "7.3.9",
|
|
65
|
-
"@rjsf/core": "
|
|
66
|
-
"@rjsf/utils": "
|
|
67
|
-
"@rjsf/validator-ajv8": "
|
|
65
|
+
"@rjsf/core": "6.4.1",
|
|
66
|
+
"@rjsf/utils": "6.4.1",
|
|
67
|
+
"@rjsf/validator-ajv8": "6.4.1",
|
|
68
68
|
"notistack": "3.0.2",
|
|
69
69
|
"qrcode.react": "4.2.0",
|
|
70
70
|
"react": "19.2.4",
|