matterbridge 1.6.6-dev.7 → 1.6.6-dev.9
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 +3 -2
- package/dist/matterbridgeEdge.js +1 -4
- package/dist/matterbridgePlatform.js +10 -6
- package/frontend/build/asset-manifest.json +3 -3
- package/frontend/build/index.html +1 -1
- package/frontend/build/static/js/{main.cb537856.js → main.565ff6ba.js} +3 -3
- package/frontend/build/static/js/{main.cb537856.js.map → main.565ff6ba.js.map} +1 -1
- package/npm-shrinkwrap.json +63 -75
- package/package.json +4 -4
- /package/frontend/build/static/js/{main.cb537856.js.LICENSE.txt → main.565ff6ba.js.LICENSE.txt} +0 -0
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "matterbridge",
|
|
3
|
-
"version": "1.6.6-dev.
|
|
3
|
+
"version": "1.6.6-dev.9",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "matterbridge",
|
|
9
|
-
"version": "1.6.6-dev.
|
|
9
|
+
"version": "1.6.6-dev.9",
|
|
10
10
|
"license": "Apache-2.0",
|
|
11
11
|
"dependencies": {
|
|
12
|
-
"@matter/main": "^0.11.9-alpha.0-
|
|
13
|
-
"@matter/nodejs": "^0.11.9-alpha.0-
|
|
14
|
-
"@project-chip/matter.js": "^0.11.9-alpha.0-
|
|
12
|
+
"@matter/main": "^0.11.9-alpha.0-20241207-b604cfa44",
|
|
13
|
+
"@matter/nodejs": "^0.11.9-alpha.0-20241207-b604cfa44",
|
|
14
|
+
"@project-chip/matter.js": "^0.11.9-alpha.0-20241207-b604cfa44",
|
|
15
15
|
"archiver": "7.0.1",
|
|
16
16
|
"express": "4.21.1",
|
|
17
17
|
"glob": "11.0.0",
|
|
@@ -49,64 +49,64 @@
|
|
|
49
49
|
}
|
|
50
50
|
},
|
|
51
51
|
"node_modules/@matter/general": {
|
|
52
|
-
"version": "0.11.9-alpha.0-
|
|
53
|
-
"resolved": "https://registry.npmjs.org/@matter/general/-/general-0.11.9-alpha.0-
|
|
54
|
-
"integrity": "sha512-
|
|
52
|
+
"version": "0.11.9-alpha.0-20241207-b604cfa44",
|
|
53
|
+
"resolved": "https://registry.npmjs.org/@matter/general/-/general-0.11.9-alpha.0-20241207-b604cfa44.tgz",
|
|
54
|
+
"integrity": "sha512-ld35em14ZztVKiHNxcB02snUgXbbgRC/5Hxvi8sXbkUdmEmMBWAOt59GL53YpvOdfRrd/P9fGbebZvPWk/L8uA==",
|
|
55
55
|
"license": "Apache-2.0",
|
|
56
56
|
"dependencies": {
|
|
57
57
|
"@noble/curves": "^1.7.0"
|
|
58
58
|
}
|
|
59
59
|
},
|
|
60
60
|
"node_modules/@matter/main": {
|
|
61
|
-
"version": "0.11.9-alpha.0-
|
|
62
|
-
"resolved": "https://registry.npmjs.org/@matter/main/-/main-0.11.9-alpha.0-
|
|
63
|
-
"integrity": "sha512-
|
|
61
|
+
"version": "0.11.9-alpha.0-20241207-b604cfa44",
|
|
62
|
+
"resolved": "https://registry.npmjs.org/@matter/main/-/main-0.11.9-alpha.0-20241207-b604cfa44.tgz",
|
|
63
|
+
"integrity": "sha512-SxLcwT5fYemkvho4uwgNMWkzHxQ0+aLejpdKiDe9ER/ehSgx5i3GHG93JosaXnhNsq1TLACy/8cKN0jhh/wLsw==",
|
|
64
64
|
"license": "Apache-2.0",
|
|
65
65
|
"dependencies": {
|
|
66
|
-
"@matter/general": "0.11.9-alpha.0-
|
|
67
|
-
"@matter/model": "0.11.9-alpha.0-
|
|
68
|
-
"@matter/node": "0.11.9-alpha.0-
|
|
69
|
-
"@matter/protocol": "0.11.9-alpha.0-
|
|
70
|
-
"@matter/types": "0.11.9-alpha.0-
|
|
66
|
+
"@matter/general": "0.11.9-alpha.0-20241207-b604cfa44",
|
|
67
|
+
"@matter/model": "0.11.9-alpha.0-20241207-b604cfa44",
|
|
68
|
+
"@matter/node": "0.11.9-alpha.0-20241207-b604cfa44",
|
|
69
|
+
"@matter/protocol": "0.11.9-alpha.0-20241207-b604cfa44",
|
|
70
|
+
"@matter/types": "0.11.9-alpha.0-20241207-b604cfa44",
|
|
71
71
|
"@noble/curves": "^1.7.0"
|
|
72
72
|
},
|
|
73
73
|
"optionalDependencies": {
|
|
74
|
-
"@matter/nodejs": "0.11.9-alpha.0-
|
|
74
|
+
"@matter/nodejs": "0.11.9-alpha.0-20241207-b604cfa44"
|
|
75
75
|
}
|
|
76
76
|
},
|
|
77
77
|
"node_modules/@matter/model": {
|
|
78
|
-
"version": "0.11.9-alpha.0-
|
|
79
|
-
"resolved": "https://registry.npmjs.org/@matter/model/-/model-0.11.9-alpha.0-
|
|
80
|
-
"integrity": "sha512-
|
|
78
|
+
"version": "0.11.9-alpha.0-20241207-b604cfa44",
|
|
79
|
+
"resolved": "https://registry.npmjs.org/@matter/model/-/model-0.11.9-alpha.0-20241207-b604cfa44.tgz",
|
|
80
|
+
"integrity": "sha512-rdnrsxjjmiQBwJhMBJBynobTWwRInOEmwwCReipFVp9ZY0HepBkW2CbyTknkO5SJWowotDzza2YgWfTrP1XDZw==",
|
|
81
81
|
"license": "Apache-2.0",
|
|
82
82
|
"dependencies": {
|
|
83
|
-
"@matter/general": "0.11.9-alpha.0-
|
|
83
|
+
"@matter/general": "0.11.9-alpha.0-20241207-b604cfa44",
|
|
84
84
|
"@noble/curves": "^1.7.0"
|
|
85
85
|
}
|
|
86
86
|
},
|
|
87
87
|
"node_modules/@matter/node": {
|
|
88
|
-
"version": "0.11.9-alpha.0-
|
|
89
|
-
"resolved": "https://registry.npmjs.org/@matter/node/-/node-0.11.9-alpha.0-
|
|
90
|
-
"integrity": "sha512-
|
|
88
|
+
"version": "0.11.9-alpha.0-20241207-b604cfa44",
|
|
89
|
+
"resolved": "https://registry.npmjs.org/@matter/node/-/node-0.11.9-alpha.0-20241207-b604cfa44.tgz",
|
|
90
|
+
"integrity": "sha512-yir2x9zVDUb5tLatq7UQ7m9pSlGAxB7jTNi6fRTFCtOckLITBAqkx8eJJKuJXd3A9h67vDhp73Fk7I/XtlUqiQ==",
|
|
91
91
|
"license": "Apache-2.0",
|
|
92
92
|
"dependencies": {
|
|
93
|
-
"@matter/general": "0.11.9-alpha.0-
|
|
94
|
-
"@matter/model": "0.11.9-alpha.0-
|
|
95
|
-
"@matter/protocol": "0.11.9-alpha.0-
|
|
96
|
-
"@matter/types": "0.11.9-alpha.0-
|
|
93
|
+
"@matter/general": "0.11.9-alpha.0-20241207-b604cfa44",
|
|
94
|
+
"@matter/model": "0.11.9-alpha.0-20241207-b604cfa44",
|
|
95
|
+
"@matter/protocol": "0.11.9-alpha.0-20241207-b604cfa44",
|
|
96
|
+
"@matter/types": "0.11.9-alpha.0-20241207-b604cfa44",
|
|
97
97
|
"@noble/curves": "^1.7.0"
|
|
98
98
|
}
|
|
99
99
|
},
|
|
100
100
|
"node_modules/@matter/nodejs": {
|
|
101
|
-
"version": "0.11.9-alpha.0-
|
|
102
|
-
"resolved": "https://registry.npmjs.org/@matter/nodejs/-/nodejs-0.11.9-alpha.0-
|
|
103
|
-
"integrity": "sha512-
|
|
101
|
+
"version": "0.11.9-alpha.0-20241207-b604cfa44",
|
|
102
|
+
"resolved": "https://registry.npmjs.org/@matter/nodejs/-/nodejs-0.11.9-alpha.0-20241207-b604cfa44.tgz",
|
|
103
|
+
"integrity": "sha512-VxYIjG++HDu6Uq1HVPX+95zN14cuYNDXyYcgaFhaQb/3Ku/HJIh3mN1TyFH88HDLHcWuWtGu1Aqnji7BrMtR6Q==",
|
|
104
104
|
"license": "Apache-2.0",
|
|
105
105
|
"dependencies": {
|
|
106
|
-
"@matter/general": "0.11.9-alpha.0-
|
|
107
|
-
"@matter/node": "0.11.9-alpha.0-
|
|
108
|
-
"@matter/protocol": "0.11.9-alpha.0-
|
|
109
|
-
"@matter/types": "0.11.9-alpha.0-
|
|
106
|
+
"@matter/general": "0.11.9-alpha.0-20241207-b604cfa44",
|
|
107
|
+
"@matter/node": "0.11.9-alpha.0-20241207-b604cfa44",
|
|
108
|
+
"@matter/protocol": "0.11.9-alpha.0-20241207-b604cfa44",
|
|
109
|
+
"@matter/types": "0.11.9-alpha.0-20241207-b604cfa44",
|
|
110
110
|
"node-localstorage": "^3.0.5"
|
|
111
111
|
},
|
|
112
112
|
"engines": {
|
|
@@ -114,25 +114,25 @@
|
|
|
114
114
|
}
|
|
115
115
|
},
|
|
116
116
|
"node_modules/@matter/protocol": {
|
|
117
|
-
"version": "0.11.9-alpha.0-
|
|
118
|
-
"resolved": "https://registry.npmjs.org/@matter/protocol/-/protocol-0.11.9-alpha.0-
|
|
119
|
-
"integrity": "sha512-
|
|
117
|
+
"version": "0.11.9-alpha.0-20241207-b604cfa44",
|
|
118
|
+
"resolved": "https://registry.npmjs.org/@matter/protocol/-/protocol-0.11.9-alpha.0-20241207-b604cfa44.tgz",
|
|
119
|
+
"integrity": "sha512-MGZH9Ljl4HoWDcDaktN+dCa8Q8bUclswOKM0sm/wDDwxCxdSX2dM318r1w/jqUShOmX5g5AbWX8iMA4yhuKT/A==",
|
|
120
120
|
"license": "Apache-2.0",
|
|
121
121
|
"dependencies": {
|
|
122
|
-
"@matter/general": "0.11.9-alpha.0-
|
|
123
|
-
"@matter/model": "0.11.9-alpha.0-
|
|
124
|
-
"@matter/types": "0.11.9-alpha.0-
|
|
122
|
+
"@matter/general": "0.11.9-alpha.0-20241207-b604cfa44",
|
|
123
|
+
"@matter/model": "0.11.9-alpha.0-20241207-b604cfa44",
|
|
124
|
+
"@matter/types": "0.11.9-alpha.0-20241207-b604cfa44",
|
|
125
125
|
"@noble/curves": "^1.7.0"
|
|
126
126
|
}
|
|
127
127
|
},
|
|
128
128
|
"node_modules/@matter/types": {
|
|
129
|
-
"version": "0.11.9-alpha.0-
|
|
130
|
-
"resolved": "https://registry.npmjs.org/@matter/types/-/types-0.11.9-alpha.0-
|
|
131
|
-
"integrity": "sha512-
|
|
129
|
+
"version": "0.11.9-alpha.0-20241207-b604cfa44",
|
|
130
|
+
"resolved": "https://registry.npmjs.org/@matter/types/-/types-0.11.9-alpha.0-20241207-b604cfa44.tgz",
|
|
131
|
+
"integrity": "sha512-7bwN0fMyGaCyx9+OtitINLZQS8X1V+Z6827/oLDniJ2XD5N5dM19qc0Fsd0hGiAYhzSc9ZEAF0et11/1ig3Pbg==",
|
|
132
132
|
"license": "Apache-2.0",
|
|
133
133
|
"dependencies": {
|
|
134
|
-
"@matter/general": "0.11.9-alpha.0-
|
|
135
|
-
"@matter/model": "0.11.9-alpha.0-
|
|
134
|
+
"@matter/general": "0.11.9-alpha.0-20241207-b604cfa44",
|
|
135
|
+
"@matter/model": "0.11.9-alpha.0-20241207-b604cfa44",
|
|
136
136
|
"@noble/curves": "^1.7.0"
|
|
137
137
|
}
|
|
138
138
|
},
|
|
@@ -174,16 +174,16 @@
|
|
|
174
174
|
}
|
|
175
175
|
},
|
|
176
176
|
"node_modules/@project-chip/matter.js": {
|
|
177
|
-
"version": "0.11.9-alpha.0-
|
|
178
|
-
"resolved": "https://registry.npmjs.org/@project-chip/matter.js/-/matter.js-0.11.9-alpha.0-
|
|
179
|
-
"integrity": "sha512-
|
|
177
|
+
"version": "0.11.9-alpha.0-20241207-b604cfa44",
|
|
178
|
+
"resolved": "https://registry.npmjs.org/@project-chip/matter.js/-/matter.js-0.11.9-alpha.0-20241207-b604cfa44.tgz",
|
|
179
|
+
"integrity": "sha512-vuHcc10q9V7ox+0kUaKwWolFFjxMJkzlPE3taaw9rHKjFK+y1ovKx98O0/TxuZHyNyhl0bFQTPU1nvCzm8PFaA==",
|
|
180
180
|
"license": "Apache-2.0",
|
|
181
181
|
"dependencies": {
|
|
182
|
-
"@matter/general": "0.11.9-alpha.0-
|
|
183
|
-
"@matter/model": "0.11.9-alpha.0-
|
|
184
|
-
"@matter/node": "0.11.9-alpha.0-
|
|
185
|
-
"@matter/protocol": "0.11.9-alpha.0-
|
|
186
|
-
"@matter/types": "0.11.9-alpha.0-
|
|
182
|
+
"@matter/general": "0.11.9-alpha.0-20241207-b604cfa44",
|
|
183
|
+
"@matter/model": "0.11.9-alpha.0-20241207-b604cfa44",
|
|
184
|
+
"@matter/node": "0.11.9-alpha.0-20241207-b604cfa44",
|
|
185
|
+
"@matter/protocol": "0.11.9-alpha.0-20241207-b604cfa44",
|
|
186
|
+
"@matter/types": "0.11.9-alpha.0-20241207-b604cfa44",
|
|
187
187
|
"@noble/curves": "^1.7.0"
|
|
188
188
|
}
|
|
189
189
|
},
|
|
@@ -902,16 +902,19 @@
|
|
|
902
902
|
}
|
|
903
903
|
},
|
|
904
904
|
"node_modules/get-intrinsic": {
|
|
905
|
-
"version": "1.2.
|
|
906
|
-
"resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.2.
|
|
907
|
-
"integrity": "sha512-
|
|
905
|
+
"version": "1.2.5",
|
|
906
|
+
"resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.2.5.tgz",
|
|
907
|
+
"integrity": "sha512-Y4+pKa7XeRUPWFNvOOYHkRYrfzW07oraURSvjDmRVOJ748OrVmeXtpE4+GCEHncjCjkTxPNRt8kEbxDhsn6VTg==",
|
|
908
908
|
"license": "MIT",
|
|
909
909
|
"dependencies": {
|
|
910
|
+
"call-bind-apply-helpers": "^1.0.0",
|
|
911
|
+
"dunder-proto": "^1.0.0",
|
|
912
|
+
"es-define-property": "^1.0.1",
|
|
910
913
|
"es-errors": "^1.3.0",
|
|
911
914
|
"function-bind": "^1.1.2",
|
|
912
|
-
"
|
|
913
|
-
"has-symbols": "^1.0
|
|
914
|
-
"hasown": "^2.0.
|
|
915
|
+
"gopd": "^1.2.0",
|
|
916
|
+
"has-symbols": "^1.1.0",
|
|
917
|
+
"hasown": "^2.0.2"
|
|
915
918
|
},
|
|
916
919
|
"engines": {
|
|
917
920
|
"node": ">= 0.4"
|
|
@@ -997,21 +1000,6 @@
|
|
|
997
1000
|
"url": "https://github.com/sponsors/ljharb"
|
|
998
1001
|
}
|
|
999
1002
|
},
|
|
1000
|
-
"node_modules/has-proto": {
|
|
1001
|
-
"version": "1.2.0",
|
|
1002
|
-
"resolved": "https://registry.npmjs.org/has-proto/-/has-proto-1.2.0.tgz",
|
|
1003
|
-
"integrity": "sha512-KIL7eQPfHQRC8+XluaIw7BHUwwqL19bQn4hzNgdr+1wXoU0KKj6rufu47lhY7KbJR2C6T6+PfyN0Ea7wkSS+qQ==",
|
|
1004
|
-
"license": "MIT",
|
|
1005
|
-
"dependencies": {
|
|
1006
|
-
"dunder-proto": "^1.0.0"
|
|
1007
|
-
},
|
|
1008
|
-
"engines": {
|
|
1009
|
-
"node": ">= 0.4"
|
|
1010
|
-
},
|
|
1011
|
-
"funding": {
|
|
1012
|
-
"url": "https://github.com/sponsors/ljharb"
|
|
1013
|
-
}
|
|
1014
|
-
},
|
|
1015
1003
|
"node_modules/has-symbols": {
|
|
1016
1004
|
"version": "1.1.0",
|
|
1017
1005
|
"resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.1.0.tgz",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "matterbridge",
|
|
3
|
-
"version": "1.6.6-dev.
|
|
3
|
+
"version": "1.6.6-dev.9",
|
|
4
4
|
"description": "Matterbridge plugin manager for Matter",
|
|
5
5
|
"author": "https://github.com/Luligu",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -75,9 +75,9 @@
|
|
|
75
75
|
}
|
|
76
76
|
},
|
|
77
77
|
"dependencies": {
|
|
78
|
-
"@matter/main": "^0.11.9-alpha.0-
|
|
79
|
-
"@matter/nodejs": "^0.11.9-alpha.0-
|
|
80
|
-
"@project-chip/matter.js": "^0.11.9-alpha.0-
|
|
78
|
+
"@matter/main": "^0.11.9-alpha.0-20241207-b604cfa44",
|
|
79
|
+
"@matter/nodejs": "^0.11.9-alpha.0-20241207-b604cfa44",
|
|
80
|
+
"@project-chip/matter.js": "^0.11.9-alpha.0-20241207-b604cfa44",
|
|
81
81
|
"archiver": "7.0.1",
|
|
82
82
|
"express": "4.21.1",
|
|
83
83
|
"glob": "11.0.0",
|
/package/frontend/build/static/js/{main.cb537856.js.LICENSE.txt → main.565ff6ba.js.LICENSE.txt}
RENAMED
|
File without changes
|