matterbridge-test 2.0.13 → 2.0.14

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
@@ -26,6 +26,20 @@ If you like this project and find it useful, please consider giving it a star on
26
26
 
27
27
  <a href="https://www.buymeacoffee.com/luligugithub"><img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="120"></a>
28
28
 
29
+ ## [2.0.14] - 2026-03-24
30
+
31
+ ### Added
32
+
33
+ - [package]: Add `CODE_OF_CONDUCT.md`.
34
+
35
+ ### Changed
36
+
37
+ - [package]: Update dependencies.
38
+ - [package]: Bump package to `automator` v.3.1.4.
39
+ - [package]: Bump `typescript` to v.6.0.2.
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>
42
+
29
43
  ## [2.0.13] - 2026-03-20
30
44
 
31
45
  ### Added
@@ -4,13 +4,13 @@
4
4
  "type": "object",
5
5
  "properties": {
6
6
  "name": {
7
- "description": "Plugin name",
7
+ "description": "Plugin Name",
8
8
  "type": "string",
9
9
  "readOnly": true,
10
10
  "ui:widget": "hidden"
11
11
  },
12
12
  "type": {
13
- "description": "Plugin type",
13
+ "description": "Plugin Type",
14
14
  "type": "string",
15
15
  "readOnly": true,
16
16
  "ui:widget": "hidden"
@@ -78,7 +78,7 @@
78
78
  "default": 1
79
79
  },
80
80
  "whiteList": {
81
- "title": "White list",
81
+ "title": "White List",
82
82
  "description": "Only the devices in the list will be exposed. If the list is empty, all the devices will be exposed.",
83
83
  "type": "array",
84
84
  "items": {
@@ -88,7 +88,7 @@
88
88
  "selectFrom": "name"
89
89
  },
90
90
  "blackList": {
91
- "title": "Black list",
91
+ "title": "Black List",
92
92
  "description": "The devices in the list will not be exposed. If the list is empty, no devices will be excluded.",
93
93
  "type": "array",
94
94
  "items": {
@@ -152,13 +152,13 @@
152
152
  "default": false
153
153
  },
154
154
  "debug": {
155
- "title": "Enable debug",
155
+ "title": "Enable Debug",
156
156
  "description": "Enable the debug for the plugin",
157
157
  "type": "boolean",
158
158
  "default": false
159
159
  },
160
160
  "unregisterOnShutdown": {
161
- "title": "Unregister on shutdown",
161
+ "title": "Unregister On Shutdown",
162
162
  "description": "Unregister all devices on shutdown",
163
163
  "type": "boolean",
164
164
  "default": false
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "matterbridge-test",
3
- "version": "2.0.13",
3
+ "version": "2.0.14",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "matterbridge-test",
9
- "version": "2.0.13",
9
+ "version": "2.0.14",
10
10
  "license": "Apache-2.0",
11
11
  "dependencies": {
12
12
  "node-ansi-logger": "3.2.0",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "matterbridge-test",
3
- "version": "2.0.13",
3
+ "version": "2.0.14",
4
4
  "description": "Matterbridge test plugin",
5
5
  "author": "https://github.com/Luligu",
6
6
  "license": "Apache-2.0",
@@ -70,6 +70,7 @@
70
70
  "node-persist-manager": "2.0.1"
71
71
  },
72
72
  "overrides": {
73
+ "typescript": "6.0.2",
73
74
  "eslint": "10.1.0",
74
75
  "@eslint/js": "10.0.1"
75
76
  }