matterbridge-example-dynamic-platform 1.0.19 → 1.0.21
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 +28 -0
- package/dist/platform.d.ts.map +1 -1
- package/dist/platform.js +64 -32
- package/dist/platform.js.map +1 -1
- package/npm-shrinkwrap.json +5706 -0
- package/package.json +10 -10
- package/release-notes.md +0 -25
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "matterbridge-example-dynamic-platform",
|
3
|
-
"version": "1.0.
|
3
|
+
"version": "1.0.21",
|
4
4
|
"description": "Matterbridge dynamic plugin",
|
5
5
|
"author": "https://github.com/Luligu",
|
6
6
|
"license": "MIT",
|
@@ -48,7 +48,7 @@
|
|
48
48
|
"deepCleanRebuild": "npm run deepClean && npm install && npm run build",
|
49
49
|
"checkDependencies": "npx npm-check-updates",
|
50
50
|
"updateDependencies": "npx npm-check-updates -u && npm install & npm run cleanBuild",
|
51
|
-
"prepublishOnly": "npm run lint && npm run test && npm run cleanBuild",
|
51
|
+
"prepublishOnly": "npm run lint && npm run test && npm run cleanBuild && npm shrinkwrap --omit=dev",
|
52
52
|
"npmPublish": "npm publish",
|
53
53
|
"gitPublish": "npm run lint && npm run test && npm run cleanBuild && node create-release.js",
|
54
54
|
"preversion": "npm run lint && npm run test && npm run cleanBuild",
|
@@ -67,23 +67,23 @@
|
|
67
67
|
"install": "node link-matterbridge-script.js"
|
68
68
|
},
|
69
69
|
"devDependencies": {
|
70
|
-
"@eslint/js": "9.
|
70
|
+
"@eslint/js": "9.10.0",
|
71
71
|
"@types/eslint__js": "8.42.3",
|
72
|
-
"@types/jest": "29.5.
|
73
|
-
"@types/node": "22.5.
|
74
|
-
"eslint": "9.
|
72
|
+
"@types/jest": "29.5.13",
|
73
|
+
"@types/node": "22.5.5",
|
74
|
+
"eslint": "9.10.0",
|
75
75
|
"eslint-config-prettier": "9.1.0",
|
76
|
-
"eslint-plugin-jest": "28.8.
|
76
|
+
"eslint-plugin-jest": "28.8.3",
|
77
77
|
"eslint-plugin-prettier": "5.2.1",
|
78
78
|
"jest": "29.7.0",
|
79
79
|
"prettier": "3.3.3",
|
80
80
|
"rimraf": "6.0.1",
|
81
81
|
"ts-jest": "29.2.5",
|
82
|
-
"typescript": "5.
|
83
|
-
"typescript-eslint": "8.
|
82
|
+
"typescript": "5.6.2",
|
83
|
+
"typescript-eslint": "8.6.0"
|
84
84
|
},
|
85
85
|
"dependencies": {
|
86
86
|
"node-ansi-logger": "3.0.0",
|
87
87
|
"node-persist-manager": "1.0.8"
|
88
88
|
}
|
89
|
-
}
|
89
|
+
}
|
package/release-notes.md
DELETED
@@ -1,25 +0,0 @@
|
|
1
|
-
Release notes for version 1.0.18
|
2
|
-
|
3
|
-
## [1.0.18] - 2024-09-03
|
4
|
-
|
5
|
-
### Added
|
6
|
-
|
7
|
-
- [plugin] Added:
|
8
|
-
- a light with onOff, levelControl and colorControl (with HS only) clusters
|
9
|
-
- a light with onOff, levelControl and colorControl (with XY only) clusters
|
10
|
-
- a light with onOff, levelControl and colorControl (with CT only) clusters
|
11
|
-
- a fan with FanControl cluster
|
12
|
-
- a rainSensor device
|
13
|
-
- a waterFreezeDetector device
|
14
|
-
- a waterLeakDetector device
|
15
|
-
- a smokeCoAlarm device
|
16
|
-
|
17
|
-
### Changed
|
18
|
-
|
19
|
-
- [package]: Updated dependencies.
|
20
|
-
|
21
|
-
<a href="https://www.buymeacoffee.com/luligugithub">
|
22
|
-
<img src="./yellow-button.png" alt="Buy me a coffee" width="120">
|
23
|
-
</a>
|
24
|
-
|
25
|
-
<!-- Commented out section
|