matterbridge-example-dynamic-platform 2.0.16-dev-20260428-b24513b → 2.0.16-dev-20260430-e0675d4

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
@@ -35,7 +35,7 @@ If you like this project and find it useful, please consider giving it a star on
35
35
  - [package]: Bump package to `automator` v.3.1.7.
36
36
  - [package]: Bump `typescript` to v.6.0.3.
37
37
  - [package]: Bump `eslint` to v.10.2.1.
38
- - [package]: Bump `typescript-eslint` to v.8.59.0.
38
+ - [package]: Bump `typescript-eslint` to v.8.59.1.
39
39
  - [package]: Add `.vscode\tasks.json`.
40
40
  - [package]: Add `.vscode\settings.json`.
41
41
  - [devcontainer]: Add `Claude Code for VS Code extension` to Dev Container.
@@ -45,6 +45,7 @@ If you like this project and find it useful, please consider giving it a star on
45
45
  - [agent]: Add agent custom instructions (`matterbridge`) for copilot and claude.
46
46
  - [eslint]: Remove `eslint-plugin-promise` (not actively maintained) and add optional @typescript-eslint promise rules.
47
47
  - [package]: Remove `overrides` that was necessary for eslint-plugin-promise.
48
+ - [eslint]: Add `eslint` v.2.0.0 config.
48
49
 
49
50
  ## [2.0.15] - 2026-04-08
50
51
 
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "matterbridge-example-dynamic-platform",
3
- "version": "2.0.16-dev-20260428-b24513b",
3
+ "version": "2.0.16-dev-20260430-e0675d4",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "matterbridge-example-dynamic-platform",
9
- "version": "2.0.16-dev-20260428-b24513b",
9
+ "version": "2.0.16-dev-20260430-e0675d4",
10
10
  "license": "Apache-2.0",
11
11
  "dependencies": {
12
12
  "node-ansi-logger": "3.2.1",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "matterbridge-example-dynamic-platform",
3
- "version": "2.0.16-dev-20260428-b24513b",
3
+ "version": "2.0.16-dev-20260430-e0675d4",
4
4
  "description": "Matterbridge dynamic plugin",
5
5
  "author": "https://github.com/Luligu",
6
6
  "license": "Apache-2.0",