matterbridge-test 2.0.10 → 2.0.11
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 +10 -2
- package/npm-shrinkwrap.json +2 -2
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -26,13 +26,21 @@ 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.11] - 2026-02-18
|
|
30
|
+
|
|
31
|
+
### Changed
|
|
32
|
+
|
|
33
|
+
- [package]: Bump `typescript-eslint` to v.8.56.0.
|
|
34
|
+
- [eslint]: Use minimatch in ignores.
|
|
35
|
+
|
|
36
|
+
<a href="https://www.buymeacoffee.com/luligugithub"><img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="80"></a>
|
|
37
|
+
|
|
29
38
|
## [2.0.10] - 2026-02-15
|
|
30
39
|
|
|
31
40
|
### Changed
|
|
32
41
|
|
|
33
42
|
- [package]: Updated dependencies.
|
|
34
|
-
- [package]:
|
|
35
|
-
- [package]: Bumped package to automator v.3.0.8.
|
|
43
|
+
- [package]: Bumped package to `automator` v.3.0.8.
|
|
36
44
|
- [package]: Bumped `node-persist-manager` to v.2.0.1.
|
|
37
45
|
- [package]: Bumped `eslint` to v.10.0.0.
|
|
38
46
|
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "matterbridge-test",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.11",
|
|
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.11",
|
|
10
10
|
"license": "Apache-2.0",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"node-ansi-logger": "3.2.0",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "matterbridge-test",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.11",
|
|
4
4
|
"description": "Matterbridge test plugin",
|
|
5
5
|
"author": "https://github.com/Luligu",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -65,12 +65,12 @@
|
|
|
65
65
|
"*.config.json",
|
|
66
66
|
"*.schema.json"
|
|
67
67
|
],
|
|
68
|
-
"overrides": {
|
|
69
|
-
"eslint": "10.0.0",
|
|
70
|
-
"@eslint/js": "10.0.1"
|
|
71
|
-
},
|
|
72
68
|
"dependencies": {
|
|
73
69
|
"node-ansi-logger": "3.2.0",
|
|
74
70
|
"node-persist-manager": "2.0.1"
|
|
71
|
+
},
|
|
72
|
+
"overrides": {
|
|
73
|
+
"eslint": "10.0.0",
|
|
74
|
+
"@eslint/js": "10.0.1"
|
|
75
75
|
}
|
|
76
76
|
}
|