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 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">&nbsp;&nbsp;&nbsp;Matterbridge service cli for linux
2
4
 
3
5
  [![npm version](https://img.shields.io/npm/v/mb-service-linux.svg)](https://www.npmjs.com/package/mb-service-linux)
@@ -5,10 +7,10 @@
5
7
  ![Node.js CI](https://github.com/Luligu/mb-service-linux/actions/workflows/build.yml/badge.svg)
6
8
  ![CodeQL](https://github.com/Luligu/mb-service-linux/actions/workflows/codeql.yml/badge.svg)
7
9
  [![codecov](https://codecov.io/gh/Luligu/mb-service-linux/branch/main/graph/badge.svg)](https://codecov.io/gh/Luligu/mb-service-linux)
8
- [![styled with prettier](https://img.shields.io/badge/styled_with-Prettier-f8bc45.svg?logo=prettier)](https://github.com/prettier/prettier)
9
- [![linted with eslint](https://img.shields.io/badge/linted_with-ES_Lint-4B32C3.svg?logo=eslint)](https://github.com/eslint/eslint)
10
+ [![styled with prettier](https://img.shields.io/badge/styled_with-Prettier-f8bc45.svg?logo=prettier)](https://prettier.io/)
11
+ [![linted with eslint](https://img.shields.io/badge/linted_with-ES_Lint-4B32C3.svg?logo=eslint)](https://eslint.org/)
10
12
  [![TypeScript](https://img.shields.io/badge/TypeScript-3178C6?logo=typescript&logoColor=white)](https://www.typescriptlang.org/)
11
- [![ESM](https://img.shields.io/badge/ESM-Node.js-339933?logo=node.js&logoColor=white)](https://nodejs.org/api/esm.html)
13
+ [![ESM](https://img.shields.io/badge/ESM-Node.js-339933?logo=node.js&logoColor=white)](https://nodejs.org/)
12
14
  [![matterbridge.io](https://img.shields.io/badge/matterbridge.io-online-brightgreen)](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
  ![Node.js CI](https://github.com/Luligu/mb-service-linux/actions/workflows/build.yml/badge.svg)
6
6
  ![CodeQL](https://github.com/Luligu/mb-service-linux/actions/workflows/codeql.yml/badge.svg)
7
7
  [![codecov](https://codecov.io/gh/Luligu/mb-service-linux/branch/main/graph/badge.svg)](https://codecov.io/gh/Luligu/mb-service-linux)
8
- [![styled with prettier](https://img.shields.io/badge/styled_with-Prettier-f8bc45.svg?logo=prettier)](https://github.com/prettier/prettier)
9
- [![linted with eslint](https://img.shields.io/badge/linted_with-ES_Lint-4B32C3.svg?logo=eslint)](https://github.com/eslint/eslint)
8
+ [![styled with prettier](https://img.shields.io/badge/styled_with-Prettier-f8bc45.svg?logo=prettier)](https://prettier.io/)
9
+ [![linted with eslint](https://img.shields.io/badge/linted_with-ES_Lint-4B32C3.svg?logo=eslint)](https://eslint.org/)
10
10
  [![TypeScript](https://img.shields.io/badge/TypeScript-3178C6?logo=typescript&logoColor=white)](https://www.typescriptlang.org/)
11
- [![ESM](https://img.shields.io/badge/ESM-Node.js-339933?logo=node.js&logoColor=white)](https://nodejs.org/api/esm.html)
11
+ [![ESM](https://img.shields.io/badge/ESM-Node.js-339933?logo=node.js&logoColor=white)](https://nodejs.org/)
12
12
  [![matterbridge.io](https://img.shields.io/badge/matterbridge.io-online-brightgreen)](https://matterbridge.io)
13
13
 
14
14
  ---
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "mb-service-linux",
3
- "version": "1.0.2",
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.2",
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.2",
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
  }