matterbridge-zigbee2mqtt 3.0.4-dev-20260117-2005965 → 3.0.4-dev-20260118-e84f7bb
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 +8 -8
- package/package.json +1 -2
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "matterbridge-zigbee2mqtt",
|
|
3
|
-
"version": "3.0.4-dev-
|
|
3
|
+
"version": "3.0.4-dev-20260118-e84f7bb",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "matterbridge-zigbee2mqtt",
|
|
9
|
-
"version": "3.0.4-dev-
|
|
9
|
+
"version": "3.0.4-dev-20260118-e84f7bb",
|
|
10
10
|
"license": "Apache-2.0",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"moment": "2.30.1",
|
|
@@ -278,12 +278,6 @@
|
|
|
278
278
|
"url": "https://opencollective.com/js-sdsl"
|
|
279
279
|
}
|
|
280
280
|
},
|
|
281
|
-
"node_modules/lru-cache": {
|
|
282
|
-
"version": "10.4.3",
|
|
283
|
-
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.4.3.tgz",
|
|
284
|
-
"integrity": "sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==",
|
|
285
|
-
"license": "ISC"
|
|
286
|
-
},
|
|
287
281
|
"node_modules/minimist": {
|
|
288
282
|
"version": "1.2.8",
|
|
289
283
|
"resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.8.tgz",
|
|
@@ -345,6 +339,12 @@
|
|
|
345
339
|
"process-nextick-args": "^2.0.1"
|
|
346
340
|
}
|
|
347
341
|
},
|
|
342
|
+
"node_modules/mqtt/node_modules/lru-cache": {
|
|
343
|
+
"version": "10.4.3",
|
|
344
|
+
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.4.3.tgz",
|
|
345
|
+
"integrity": "sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==",
|
|
346
|
+
"license": "ISC"
|
|
347
|
+
},
|
|
348
348
|
"node_modules/ms": {
|
|
349
349
|
"version": "2.1.3",
|
|
350
350
|
"resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz",
|
package/package.json
CHANGED
|
@@ -1,12 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "matterbridge-zigbee2mqtt",
|
|
3
|
-
"version": "3.0.4-dev-
|
|
3
|
+
"version": "3.0.4-dev-20260118-e84f7bb",
|
|
4
4
|
"description": "Matterbridge zigbee2mqtt plugin",
|
|
5
5
|
"author": "https://github.com/Luligu",
|
|
6
6
|
"license": "Apache-2.0",
|
|
7
7
|
"type": "module",
|
|
8
8
|
"main": "dist/module.js",
|
|
9
|
-
"types": "dist/module.d.ts",
|
|
10
9
|
"homepage": "https://www.npmjs.com/package/matterbridge-zigbee2mqtt",
|
|
11
10
|
"repository": {
|
|
12
11
|
"type": "git",
|