matterbridge 3.5.0-dev-20260115-878d71a → 3.5.0-dev-20260116-a3c85aa
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 +4 -2
- package/dist/jestutils/jestHelpers.js +1 -1
- package/npm-shrinkwrap.json +44 -44
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -68,12 +68,13 @@ Advantages:
|
|
|
68
68
|
- [jest]: Added cache inside the repo in .cache/jest.
|
|
69
69
|
- [frontend]: Enhanced logging for HTTP/HTTPS server binding in Frontend class.
|
|
70
70
|
- [matterbridge]: Excluded specific network interfaces when looking for the first external interface.
|
|
71
|
-
- [thermostat]: Conformance to new matter.js internal attributes externalMeasuredIndoorTemperature and externallyMeasuredOccupancy (not in Matter 1.4.2).
|
|
71
|
+
- [thermostat]: Conformance to new matter.js internal attributes externalMeasuredIndoorTemperature and externallyMeasuredOccupancy (not in Matter 1.4.2 specs).
|
|
72
72
|
- [matter.js]: Bump to matter.j v. 0.16.0.
|
|
73
73
|
- [matter.js]: Bump to matter.j v. 0.16.1.
|
|
74
74
|
- [matter.js]: Bump to matter.j v. 0.16.2.
|
|
75
75
|
- [matter.js]: Bump to matter.j v. 0.16.3.
|
|
76
76
|
- [matter.js]: Bump to matter.j v. 0.16.4.
|
|
77
|
+
- [matter.js]: Bump to matter.j v. 0.16.5.
|
|
77
78
|
|
|
78
79
|
### Changed
|
|
79
80
|
|
|
@@ -83,7 +84,8 @@ Advantages:
|
|
|
83
84
|
|
|
84
85
|
### Fixed
|
|
85
86
|
|
|
86
|
-
- [
|
|
87
|
+
- [evse]: Fixed the EnergyEvse.chargingEnabledUntil attribute that was wrongly set in the disable command (spec 9.3.8.4).
|
|
88
|
+
- [package]: Fixed the devDependencies that slipped in for a bug in 3.4.7.
|
|
87
89
|
|
|
88
90
|
<a href="https://www.buymeacoffee.com/luligugithub"><img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="80"></a>
|
|
89
91
|
|
|
@@ -6,7 +6,7 @@ import { LogLevel as MatterLogLevel, LogFormat as MatterLogFormat, Environment,
|
|
|
6
6
|
import { Endpoint, ServerNode, ServerNodeStore } from '@matter/node';
|
|
7
7
|
import { DeviceTypeId, VendorId } from '@matter/types/datatype';
|
|
8
8
|
import { AggregatorEndpoint } from '@matter/node/endpoints';
|
|
9
|
-
import { MdnsService } from '@matter/
|
|
9
|
+
import { MdnsService } from '@matter/protocol';
|
|
10
10
|
import { NodeStorageManager } from 'node-persist-manager';
|
|
11
11
|
import { Matterbridge } from '../matterbridge.js';
|
|
12
12
|
import { MATTER_STORAGE_NAME, NODE_STORAGE_DIR } from '../matterbridgeTypes.js';
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "matterbridge",
|
|
3
|
-
"version": "3.5.0-dev-
|
|
3
|
+
"version": "3.5.0-dev-20260116-a3c85aa",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "matterbridge",
|
|
9
|
-
"version": "3.5.0-dev-
|
|
9
|
+
"version": "3.5.0-dev-20260116-a3c85aa",
|
|
10
10
|
"license": "Apache-2.0",
|
|
11
11
|
"dependencies": {
|
|
12
|
-
"@matter/main": "0.16.
|
|
12
|
+
"@matter/main": "0.16.5",
|
|
13
13
|
"@matterbridge/dgram": "0.0.2",
|
|
14
14
|
"@matterbridge/jest-utils": "0.0.1",
|
|
15
15
|
"@matterbridge/utils": "0.0.1",
|
|
@@ -74,86 +74,86 @@
|
|
|
74
74
|
}
|
|
75
75
|
},
|
|
76
76
|
"node_modules/@matter/general": {
|
|
77
|
-
"version": "0.16.
|
|
78
|
-
"resolved": "https://registry.npmjs.org/@matter/general/-/general-0.16.
|
|
79
|
-
"integrity": "sha512-
|
|
77
|
+
"version": "0.16.5",
|
|
78
|
+
"resolved": "https://registry.npmjs.org/@matter/general/-/general-0.16.5.tgz",
|
|
79
|
+
"integrity": "sha512-KKTUpE7Gz/yEnMSDWfQzTENZO2vCCw0txGNfAcTT7c5F5nRpBpZDSACNqfJV2x51Hj7EQtSbcJ2+TC580JYsOg==",
|
|
80
80
|
"license": "Apache-2.0",
|
|
81
81
|
"dependencies": {
|
|
82
82
|
"@noble/curves": "^2.0.1"
|
|
83
83
|
}
|
|
84
84
|
},
|
|
85
85
|
"node_modules/@matter/main": {
|
|
86
|
-
"version": "0.16.
|
|
87
|
-
"resolved": "https://registry.npmjs.org/@matter/main/-/main-0.16.
|
|
88
|
-
"integrity": "sha512-
|
|
86
|
+
"version": "0.16.5",
|
|
87
|
+
"resolved": "https://registry.npmjs.org/@matter/main/-/main-0.16.5.tgz",
|
|
88
|
+
"integrity": "sha512-zb7ipavx+lLphbjmnIKH7pMtPc+wo+UCu0qP839zgo6dLIdVJlXsZT2EnHFA1dQNtIFWvPQfgx9Db/naSn+bAg==",
|
|
89
89
|
"license": "Apache-2.0",
|
|
90
90
|
"dependencies": {
|
|
91
|
-
"@matter/general": "0.16.
|
|
92
|
-
"@matter/model": "0.16.
|
|
93
|
-
"@matter/node": "0.16.
|
|
94
|
-
"@matter/protocol": "0.16.
|
|
95
|
-
"@matter/types": "0.16.
|
|
91
|
+
"@matter/general": "0.16.5",
|
|
92
|
+
"@matter/model": "0.16.5",
|
|
93
|
+
"@matter/node": "0.16.5",
|
|
94
|
+
"@matter/protocol": "0.16.5",
|
|
95
|
+
"@matter/types": "0.16.5"
|
|
96
96
|
},
|
|
97
97
|
"optionalDependencies": {
|
|
98
|
-
"@matter/nodejs": "0.16.
|
|
98
|
+
"@matter/nodejs": "0.16.5"
|
|
99
99
|
}
|
|
100
100
|
},
|
|
101
101
|
"node_modules/@matter/model": {
|
|
102
|
-
"version": "0.16.
|
|
103
|
-
"resolved": "https://registry.npmjs.org/@matter/model/-/model-0.16.
|
|
104
|
-
"integrity": "sha512-
|
|
102
|
+
"version": "0.16.5",
|
|
103
|
+
"resolved": "https://registry.npmjs.org/@matter/model/-/model-0.16.5.tgz",
|
|
104
|
+
"integrity": "sha512-kz1ik7ccZHZrZEd9mxtOcVgQs1R2JmdyrszHEZUk9Zaqp7hyWWcmeS9p+8FVVMdUU24oBhDc2WrmjA9WNJsW1A==",
|
|
105
105
|
"license": "Apache-2.0",
|
|
106
106
|
"dependencies": {
|
|
107
|
-
"@matter/general": "0.16.
|
|
107
|
+
"@matter/general": "0.16.5"
|
|
108
108
|
}
|
|
109
109
|
},
|
|
110
110
|
"node_modules/@matter/node": {
|
|
111
|
-
"version": "0.16.
|
|
112
|
-
"resolved": "https://registry.npmjs.org/@matter/node/-/node-0.16.
|
|
113
|
-
"integrity": "sha512-
|
|
111
|
+
"version": "0.16.5",
|
|
112
|
+
"resolved": "https://registry.npmjs.org/@matter/node/-/node-0.16.5.tgz",
|
|
113
|
+
"integrity": "sha512-c9AVRsrWFBy68VLPUJvsrENOd6aQLAiNyrZ9rfTy/MGIMuQTIzF6az/3CGof8HttHEU/ZItJLn6VZzsH2YCr7A==",
|
|
114
114
|
"license": "Apache-2.0",
|
|
115
115
|
"dependencies": {
|
|
116
|
-
"@matter/general": "0.16.
|
|
117
|
-
"@matter/model": "0.16.
|
|
118
|
-
"@matter/protocol": "0.16.
|
|
119
|
-
"@matter/types": "0.16.
|
|
116
|
+
"@matter/general": "0.16.5",
|
|
117
|
+
"@matter/model": "0.16.5",
|
|
118
|
+
"@matter/protocol": "0.16.5",
|
|
119
|
+
"@matter/types": "0.16.5"
|
|
120
120
|
}
|
|
121
121
|
},
|
|
122
122
|
"node_modules/@matter/nodejs": {
|
|
123
|
-
"version": "0.16.
|
|
124
|
-
"resolved": "https://registry.npmjs.org/@matter/nodejs/-/nodejs-0.16.
|
|
125
|
-
"integrity": "sha512-
|
|
123
|
+
"version": "0.16.5",
|
|
124
|
+
"resolved": "https://registry.npmjs.org/@matter/nodejs/-/nodejs-0.16.5.tgz",
|
|
125
|
+
"integrity": "sha512-2ilpEHvqEYZQopbXOO6qB1FZv26b91kBFQySho0mH9yzMwiLqe1SrRQcrVo6vSM3shIEdDfEpT8Z6JsyUyaxdQ==",
|
|
126
126
|
"license": "Apache-2.0",
|
|
127
127
|
"optional": true,
|
|
128
128
|
"dependencies": {
|
|
129
|
-
"@matter/general": "0.16.
|
|
130
|
-
"@matter/node": "0.16.
|
|
131
|
-
"@matter/protocol": "0.16.
|
|
132
|
-
"@matter/types": "0.16.
|
|
129
|
+
"@matter/general": "0.16.5",
|
|
130
|
+
"@matter/node": "0.16.5",
|
|
131
|
+
"@matter/protocol": "0.16.5",
|
|
132
|
+
"@matter/types": "0.16.5"
|
|
133
133
|
},
|
|
134
134
|
"engines": {
|
|
135
135
|
"node": ">=20.19.0 <22.0.0 || >=22.13.0"
|
|
136
136
|
}
|
|
137
137
|
},
|
|
138
138
|
"node_modules/@matter/protocol": {
|
|
139
|
-
"version": "0.16.
|
|
140
|
-
"resolved": "https://registry.npmjs.org/@matter/protocol/-/protocol-0.16.
|
|
141
|
-
"integrity": "sha512-
|
|
139
|
+
"version": "0.16.5",
|
|
140
|
+
"resolved": "https://registry.npmjs.org/@matter/protocol/-/protocol-0.16.5.tgz",
|
|
141
|
+
"integrity": "sha512-TtBXeYRWheWHIx7xP1Q9G9KnG2y9x4xuenWZzNlzw/cT5EQcmqgoUm42l5TseUFpGxNiuFhNwRLOzQPQQcdW+A==",
|
|
142
142
|
"license": "Apache-2.0",
|
|
143
143
|
"dependencies": {
|
|
144
|
-
"@matter/general": "0.16.
|
|
145
|
-
"@matter/model": "0.16.
|
|
146
|
-
"@matter/types": "0.16.
|
|
144
|
+
"@matter/general": "0.16.5",
|
|
145
|
+
"@matter/model": "0.16.5",
|
|
146
|
+
"@matter/types": "0.16.5"
|
|
147
147
|
}
|
|
148
148
|
},
|
|
149
149
|
"node_modules/@matter/types": {
|
|
150
|
-
"version": "0.16.
|
|
151
|
-
"resolved": "https://registry.npmjs.org/@matter/types/-/types-0.16.
|
|
152
|
-
"integrity": "sha512-
|
|
150
|
+
"version": "0.16.5",
|
|
151
|
+
"resolved": "https://registry.npmjs.org/@matter/types/-/types-0.16.5.tgz",
|
|
152
|
+
"integrity": "sha512-YUnIrRAPzr7qzSdAukOJ7I1pQb47mERDRp7IZPQ4bGKZGuZzsy0eYLWcAyEqzGco+xvaWktTJYI975Qbb2X2zg==",
|
|
153
153
|
"license": "Apache-2.0",
|
|
154
154
|
"dependencies": {
|
|
155
|
-
"@matter/general": "0.16.
|
|
156
|
-
"@matter/model": "0.16.
|
|
155
|
+
"@matter/general": "0.16.5",
|
|
156
|
+
"@matter/model": "0.16.5"
|
|
157
157
|
}
|
|
158
158
|
},
|
|
159
159
|
"node_modules/@matterbridge/dgram": {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "matterbridge",
|
|
3
|
-
"version": "3.5.0-dev-
|
|
3
|
+
"version": "3.5.0-dev-20260116-a3c85aa",
|
|
4
4
|
"description": "Matterbridge plugin manager for Matter",
|
|
5
5
|
"author": "https://github.com/Luligu",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -104,7 +104,7 @@
|
|
|
104
104
|
}
|
|
105
105
|
},
|
|
106
106
|
"dependencies": {
|
|
107
|
-
"@matter/main": "0.16.
|
|
107
|
+
"@matter/main": "0.16.5",
|
|
108
108
|
"@matterbridge/dgram": "0.0.2",
|
|
109
109
|
"@matterbridge/jest-utils": "0.0.1",
|
|
110
110
|
"@matterbridge/utils": "0.0.1",
|
|
@@ -118,8 +118,8 @@
|
|
|
118
118
|
"ws": "8.19.0"
|
|
119
119
|
},
|
|
120
120
|
"build": {
|
|
121
|
-
"sha": "
|
|
122
|
-
"sha7": "
|
|
121
|
+
"sha": "a3c85aa693b22da6cde2f4b199fb47e8cfb98012",
|
|
122
|
+
"sha7": "a3c85aa",
|
|
123
123
|
"event": "workflow_dispatch",
|
|
124
124
|
"workflow": "Daily Dev Publish to npm",
|
|
125
125
|
"type": "branch",
|