mb-service-linux 2.0.4-dev-20260820-ebfca49 → 2.0.4

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
@@ -23,7 +23,7 @@ If you like this project and find it useful, please consider giving it a star on
23
23
 
24
24
  <a href="https://www.buymeacoffee.com/luligugithub"><img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="120"></a>
25
25
 
26
- ## [2.0.4] - Dev branch
26
+ ## [2.0.4] - 2026-08-29
27
27
 
28
28
  ### Changed
29
29
 
@@ -31,10 +31,11 @@ If you like this project and find it useful, please consider giving it a star on
31
31
  - [package]: Update dependencies.
32
32
  - [package]: Upgrade package.
33
33
  - [package]: Bump `Dev Container` to v.1.2.0.
34
- - [package]: Bump `oxfmt` to v.0.63.0.
35
- - [package]: Bump `oxlint` to v.1.78.0.
34
+ - [package]: Bump `oxfmt` to v.0.65.0.
35
+ - [package]: Bump `oxlint` to v.1.80.0.
36
36
  - [package]: Bump `oxlint-tsgolint` to v.7.0.2001.
37
- - [package]: Bump `@types/node` to v.26.2.0.
37
+ - [package]: Bump `@types/node` to v.26.4.0.
38
+ - [package]: Bump `@types/bun` to v.1.4.0.
38
39
  - [devcontainer]: Add Dev Container (Bun and Node) v.2.0.0.
39
40
 
40
41
  <a href="https://www.buymeacoffee.com/luligugithub"><img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="80"></a>
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "mb-service-linux",
3
- "version": "2.0.4-dev-20260820-ebfca49",
3
+ "version": "2.0.4",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "mb-service-linux",
9
- "version": "2.0.4-dev-20260820-ebfca49",
9
+ "version": "2.0.4",
10
10
  "license": "Apache-2.0",
11
11
  "bin": {
12
12
  "mb-service": "dist/bin/mb-service.js"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mb-service-linux",
3
- "version": "2.0.4-dev-20260820-ebfca49",
3
+ "version": "2.0.4",
4
4
  "description": "Matterbridge service command line interface",
5
5
  "author": "https://github.com/Luligu",
6
6
  "license": "Apache-2.0",