mb-service-linux 2.0.1 → 2.0.2-dev-20260702-75c365b

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
@@ -24,8 +24,14 @@ If you like this project and find it useful, please consider giving it a star on
24
24
 
25
25
  <a href="https://www.buymeacoffee.com/luligugithub"><img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="120"></a>
26
26
 
27
+ ## [2.0.2] - Dev branch
28
+
29
+ <a href="https://www.buymeacoffee.com/luligugithub"><img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="80"></a>
30
+
27
31
  ## [2.0.1] - 2026-07-01
28
32
 
33
+ - [help]: Update usage instructions in help output to include additional commands.
34
+
29
35
  ### Added
30
36
 
31
37
  - [service]: Add path of service file.
package/dist/module.js CHANGED
@@ -171,7 +171,7 @@ function printHelp() {
171
171
  ` Service user: ${getDiagnosticUser()}\n` +
172
172
  ` Root service file: ${existsServiceFile(true) ? `found at "${getServicePath(true)}"` : 'not found'}\n` +
173
173
  ` User service file: ${existsServiceFile(false) ? `found at "${getServicePath(false)}"` : 'not found'}\x1b[0m`);
174
- console.log(`Usage: mb-service [start|stop|restart|logs|status]\n\n` +
174
+ console.log(`Usage: mb-service [create|start|stop|restart|enable|disable|install|uninstall|add|remove|link|unlink|logs|status]\n\n` +
175
175
  ` Please provide a command:\n` +
176
176
  ` start start the matterbridge service\n` +
177
177
  ` stop stop the matterbridge service\n` +
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "mb-service-linux",
3
- "version": "2.0.1",
3
+ "version": "2.0.2-dev-20260702-75c365b",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "mb-service-linux",
9
- "version": "2.0.1",
9
+ "version": "2.0.2-dev-20260702-75c365b",
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": "2.0.1",
3
+ "version": "2.0.2-dev-20260702-75c365b",
4
4
  "description": "Matterbridge service command line interface",
5
5
  "author": "https://github.com/Luligu",
6
6
  "license": "Apache-2.0",