matterbridge-test 2.0.14 → 2.0.15
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 +18 -0
- package/npm-shrinkwrap.json +3 -3
- package/package.json +3 -4
package/CHANGELOG.md
CHANGED
|
@@ -26,6 +26,24 @@ If you like this project and find it useful, please consider giving it a star on
|
|
|
26
26
|
|
|
27
27
|
<a href="https://www.buymeacoffee.com/luligugithub"><img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="120"></a>
|
|
28
28
|
|
|
29
|
+
## [2.0.15] - 2026-04-08
|
|
30
|
+
|
|
31
|
+
### Changed
|
|
32
|
+
|
|
33
|
+
- [package]: Bump package to `automator` v.3.1.5.
|
|
34
|
+
- [package]: Bump `eslint` to v.10.2.0.
|
|
35
|
+
- [package]: Bump `typescript` to v.6.0.2.
|
|
36
|
+
- [package]: Bump `typescript-eslint` to v.8.58.1.
|
|
37
|
+
- [devcontainer]: Fix pull of new image.
|
|
38
|
+
- [devcontainer]: Update VS Code settings.
|
|
39
|
+
- [devcontainer]: Leave matterbridge scripts in the cloned repo.
|
|
40
|
+
- [scripts]: Update mb-run script.
|
|
41
|
+
- [scripts]: Update package watch script.
|
|
42
|
+
- [scripts]: Add prune-releases script.
|
|
43
|
+
- [package]: Add `CODE_OF_CONDUCT.md`.
|
|
44
|
+
|
|
45
|
+
<a href="https://www.buymeacoffee.com/luligugithub"><img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="80"></a>
|
|
46
|
+
|
|
29
47
|
## [2.0.14] - 2026-03-24
|
|
30
48
|
|
|
31
49
|
### Added
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,19 +1,19 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "matterbridge-test",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.15",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "matterbridge-test",
|
|
9
|
-
"version": "2.0.
|
|
9
|
+
"version": "2.0.15",
|
|
10
10
|
"license": "Apache-2.0",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"node-ansi-logger": "3.2.0",
|
|
13
13
|
"node-persist-manager": "2.0.1"
|
|
14
14
|
},
|
|
15
15
|
"engines": {
|
|
16
|
-
"node": ">=20.
|
|
16
|
+
"node": ">=20.19.0 <21.0.0 || >=22.13.0 <23.0.0 || >=24.0.0 <25.0.0"
|
|
17
17
|
},
|
|
18
18
|
"funding": {
|
|
19
19
|
"type": "buymeacoffee",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "matterbridge-test",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.15",
|
|
4
4
|
"description": "Matterbridge test plugin",
|
|
5
5
|
"author": "https://github.com/Luligu",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -55,7 +55,7 @@
|
|
|
55
55
|
"hassio"
|
|
56
56
|
],
|
|
57
57
|
"engines": {
|
|
58
|
-
"node": ">=20.
|
|
58
|
+
"node": ">=20.19.0 <21.0.0 || >=22.13.0 <23.0.0 || >=24.0.0 <25.0.0"
|
|
59
59
|
},
|
|
60
60
|
"files": [
|
|
61
61
|
"bin",
|
|
@@ -70,8 +70,7 @@
|
|
|
70
70
|
"node-persist-manager": "2.0.1"
|
|
71
71
|
},
|
|
72
72
|
"overrides": {
|
|
73
|
-
"
|
|
74
|
-
"eslint": "10.1.0",
|
|
73
|
+
"eslint": "10.2.0",
|
|
75
74
|
"@eslint/js": "10.0.1"
|
|
76
75
|
}
|
|
77
76
|
}
|