matterbridge-test 2.0.12 → 2.0.13-dev-20260319-973013d
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 +22 -0
- package/npm-shrinkwrap.json +2 -2
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -26,6 +26,28 @@ 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.13] - Dev branch
|
|
30
|
+
|
|
31
|
+
### Added
|
|
32
|
+
|
|
33
|
+
- [package]: Add `@eslint/json`.
|
|
34
|
+
- [package]: Add `@eslint/markdown`.
|
|
35
|
+
- [package]: Add `CONTRIBUTING.md`.
|
|
36
|
+
- [package]: Add `STYLEGUIDE.md`.
|
|
37
|
+
|
|
38
|
+
### Changed
|
|
39
|
+
|
|
40
|
+
- [package]: Update dependencies.
|
|
41
|
+
- [package]: Bump package to `automator` v.3.1.3.
|
|
42
|
+
- [package]: Bump `eslint` to v.10.0.3.
|
|
43
|
+
- [package]: Bump `typescript-eslint` to v.8.57.1.
|
|
44
|
+
- [devcontainer]: Update `Dev Container` configuration.
|
|
45
|
+
- [devcontainer]: Add postStartCommand to the `Dev Container` configuration.
|
|
46
|
+
- [package]: Refactor `build.yml` to use matterbridge dev branch for push and main for pull requests.
|
|
47
|
+
- [package]: Add `type checking` script for Jest tests.
|
|
48
|
+
|
|
49
|
+
<a href="https://www.buymeacoffee.com/luligugithub"><img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="80"></a>
|
|
50
|
+
|
|
29
51
|
## [2.0.12] - 2026-02-27
|
|
30
52
|
|
|
31
53
|
### Added
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "matterbridge-test",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.13-dev-20260319-973013d",
|
|
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.13-dev-20260319-973013d",
|
|
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.13-dev-20260319-973013d",
|
|
4
4
|
"description": "Matterbridge test plugin",
|
|
5
5
|
"author": "https://github.com/Luligu",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -70,7 +70,7 @@
|
|
|
70
70
|
"node-persist-manager": "2.0.1"
|
|
71
71
|
},
|
|
72
72
|
"overrides": {
|
|
73
|
-
"eslint": "10.0.
|
|
73
|
+
"eslint": "10.0.3",
|
|
74
74
|
"@eslint/js": "10.0.1"
|
|
75
75
|
}
|
|
76
76
|
}
|