mb-service-linux 1.0.2 → 1.0.3
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 +32 -3
- package/README.md +3 -3
- package/npm-shrinkwrap.json +2 -2
- package/package.json +2 -7
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
<!-- eslint-disable markdown/no-missing-label-refs -->
|
|
2
|
+
|
|
1
3
|
# <img src="https://matterbridge.io/assets/matterbridge.svg" alt="Matterbridge Logo" width="64px" height="64px"> Matterbridge service cli for linux
|
|
2
4
|
|
|
3
5
|
[](https://www.npmjs.com/package/mb-service-linux)
|
|
@@ -5,10 +7,10 @@
|
|
|
5
7
|

|
|
6
8
|

|
|
7
9
|
[](https://codecov.io/gh/Luligu/mb-service-linux)
|
|
8
|
-
[](https://
|
|
9
|
-
[](https://
|
|
10
|
+
[](https://prettier.io/)
|
|
11
|
+
[](https://eslint.org/)
|
|
10
12
|
[](https://www.typescriptlang.org/)
|
|
11
|
-
[](https://nodejs.org/
|
|
13
|
+
[](https://nodejs.org/)
|
|
12
14
|
[](https://matterbridge.io)
|
|
13
15
|
|
|
14
16
|
---
|
|
@@ -19,6 +21,33 @@ If you like this project and find it useful, please consider giving it a star on
|
|
|
19
21
|
|
|
20
22
|
<a href="https://www.buymeacoffee.com/luligugithub"><img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="120"></a>
|
|
21
23
|
|
|
24
|
+
## [1.0.3] - 2025-05-01
|
|
25
|
+
|
|
26
|
+
### Changed
|
|
27
|
+
|
|
28
|
+
- [package]: Update dependencies.
|
|
29
|
+
- [package]: Bump package to `automator` v.3.1.7.
|
|
30
|
+
- [eslint]: Remove `eslint-plugin-promise` (not actively maintained) and add optional @typescript-eslint promise rules.
|
|
31
|
+
- [package]: Remove `overrides` that was necessary for eslint-plugin-promise.
|
|
32
|
+
- [package]: Bump `typescript-eslint` to v.8.59.1.
|
|
33
|
+
- [package]: Bump `typescript` to v.6.0.3.
|
|
34
|
+
- [package]: Bump `eslint` to v.10.2.1.
|
|
35
|
+
- [package]: Bump `typescript-eslint` to v.8.59.0.
|
|
36
|
+
- [eslint]: Add `eslint` v.2.0.0 config.
|
|
37
|
+
- [package]: Add `.vscode\tasks.json`.
|
|
38
|
+
- [package]: Add `.vscode\settings.json`.
|
|
39
|
+
- [devcontainer]: Add `Claude Code for VS Code extension` to Dev Container.
|
|
40
|
+
- [agent]: Add `.github\copilot-instructions.md` for copilot.
|
|
41
|
+
- [agent]: Add `.claude\CLAUDE.md` for claude.
|
|
42
|
+
- [agent]: Add agent custom instructions (`testing`) for copilot and claude.
|
|
43
|
+
- [eslint]: Remove `eslint-plugin-promise` (not actively maintained) and add optional @typescript-eslint promise rules.
|
|
44
|
+
- [package]: Remove `overrides` that was necessary for eslint-plugin-promise.
|
|
45
|
+
- [eslint]: Add `eslint` v.2.0.0 config.
|
|
46
|
+
- [prettier]: Add `prettier` v.2.0.0 config.
|
|
47
|
+
- [jest]: Add `jest` v.2.0.0 config.
|
|
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
|
+
|
|
22
51
|
## [1.0.2] - 2026-03-27
|
|
23
52
|
|
|
24
53
|
### Changed
|
package/README.md
CHANGED
|
@@ -5,10 +5,10 @@
|
|
|
5
5
|

|
|
6
6
|

|
|
7
7
|
[](https://codecov.io/gh/Luligu/mb-service-linux)
|
|
8
|
-
[](https://
|
|
9
|
-
[](https://
|
|
8
|
+
[](https://prettier.io/)
|
|
9
|
+
[](https://eslint.org/)
|
|
10
10
|
[](https://www.typescriptlang.org/)
|
|
11
|
-
[](https://nodejs.org/
|
|
11
|
+
[](https://nodejs.org/)
|
|
12
12
|
[](https://matterbridge.io)
|
|
13
13
|
|
|
14
14
|
---
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "mb-service-linux",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.3",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "mb-service-linux",
|
|
9
|
-
"version": "1.0.
|
|
9
|
+
"version": "1.0.3",
|
|
10
10
|
"license": "Apache-2.0",
|
|
11
11
|
"bin": {
|
|
12
12
|
"mb-service": "bin/mb-service"
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "mb-service-linux",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.3",
|
|
4
4
|
"description": "Matterbridge service command line interface",
|
|
5
5
|
"author": "https://github.com/Luligu",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -59,10 +59,5 @@
|
|
|
59
59
|
"dist",
|
|
60
60
|
"npm-shrinkwrap.json",
|
|
61
61
|
"CHANGELOG.md"
|
|
62
|
-
]
|
|
63
|
-
"overrides": {
|
|
64
|
-
"typescript": "6.0.2",
|
|
65
|
-
"eslint": "10.1.0",
|
|
66
|
-
"@eslint/js": "10.0.1"
|
|
67
|
-
}
|
|
62
|
+
]
|
|
68
63
|
}
|