matterbridge 3.5.0-dev-20260117-6067fc2 → 3.5.0-dev-20260119-f9ea00e

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "matterbridge",
3
- "version": "3.5.0-dev-20260117-6067fc2",
3
+ "version": "3.5.0-dev-20260119-f9ea00e",
4
4
  "description": "Matterbridge plugin manager for Matter",
5
5
  "author": "https://github.com/Luligu",
6
6
  "license": "Apache-2.0",
@@ -40,6 +40,7 @@
40
40
  ],
41
41
  "type": "module",
42
42
  "main": "dist/index.js",
43
+ "types": "dist/index.d.ts",
43
44
  "bin": {
44
45
  "matterbridge": "bin/matterbridge.js",
45
46
  "mb_mdns": "bin/mb_mdns.js",
@@ -48,12 +49,6 @@
48
49
  "engines": {
49
50
  "node": ">=20.0.0 <21.0.0 || >=22.0.0 <23.0.0 || >=24.0.0 <25.0.0"
50
51
  },
51
- "workspaces": [
52
- "packages/jest-utils",
53
- "packages/vitest-utils",
54
- "packages/utils",
55
- "packages/dgram"
56
- ],
57
52
  "exports": {
58
53
  ".": {
59
54
  "import": "./dist/index.js",
@@ -121,5 +116,14 @@
121
116
  "node-ansi-logger": "3.1.1",
122
117
  "node-persist-manager": "2.0.0",
123
118
  "ws": "8.19.0"
119
+ },
120
+ "build": {
121
+ "sha": "f9ea00e167b988574aeb124f9eb6894c12c0b4e5",
122
+ "sha7": "f9ea00e",
123
+ "event": "workflow_dispatch",
124
+ "workflow": "Daily Dev Publish to npm",
125
+ "type": "branch",
126
+ "name": "dev",
127
+ "docker": "false"
124
128
  }
125
129
  }