matterbridge 3.1.3-dev-20250715-f4350a0 → 3.1.4-dev-20250715-04049c4

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
@@ -8,6 +8,21 @@ If you like this project and find it useful, please consider giving it a star on
8
8
  <img src="bmc-button.svg" alt="Buy me a coffee" width="120">
9
9
  </a>
10
10
 
11
+ ## [3.1.4] - 2025-07-??
12
+
13
+ ### Added
14
+
15
+ ### Changed
16
+
17
+ - [package]: Updated dependencies.
18
+ - [bin]: Updated matterbridge bin.
19
+
20
+ ### Fixed
21
+
22
+ <a href="https://www.buymeacoffee.com/luligugithub">
23
+ <img src="bmc-button.svg" alt="Buy me a coffee" width="80">
24
+ </a>
25
+
11
26
  ## [3.1.3] - 2025-07-14
12
27
 
13
28
  ### Added
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "matterbridge",
3
- "version": "3.1.3-dev-20250715-f4350a0",
3
+ "version": "3.1.4-dev-20250715-04049c4",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "matterbridge",
9
- "version": "3.1.3-dev-20250715-f4350a0",
9
+ "version": "3.1.4-dev-20250715-04049c4",
10
10
  "license": "Apache-2.0",
11
11
  "dependencies": {
12
12
  "@matter/main": "0.15.1",
@@ -19,7 +19,7 @@
19
19
  "ws": "8.18.3"
20
20
  },
21
21
  "bin": {
22
- "matterbridge": "bin/matterbridge"
22
+ "matterbridge": "bin/matterbridge.js"
23
23
  },
24
24
  "engines": {
25
25
  "node": ">=18.0.0 <19.0.0 || >=20.0.0 <21.0.0 || >=22.0.0 <23.0.0 || >=24.0.0 <25.0.0"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "matterbridge",
3
- "version": "3.1.3-dev-20250715-f4350a0",
3
+ "version": "3.1.4-dev-20250715-04049c4",
4
4
  "description": "Matterbridge plugin manager for Matter",
5
5
  "author": "https://github.com/Luligu",
6
6
  "license": "Apache-2.0",
@@ -42,7 +42,7 @@
42
42
  "type": "module",
43
43
  "main": "dist/index.js",
44
44
  "bin": {
45
- "matterbridge": "bin/matterbridge"
45
+ "matterbridge": "bin/matterbridge.js"
46
46
  },
47
47
  "engines": {
48
48
  "node": ">=18.0.0 <19.0.0 || >=20.0.0 <21.0.0 || >=22.0.0 <23.0.0 || >=24.0.0 <25.0.0"
File without changes