matterbridge-example-dynamic-platform 3.0.1-dev-20260623-9a14c4b → 3.0.1-dev-20260708-a3341cd

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
@@ -32,12 +32,18 @@ If you like this project and find it useful, please consider giving it a star on
32
32
 
33
33
  ### Changed
34
34
 
35
+ - [package]: Apply uniform style.
36
+ - [package]: Upgrade package.
35
37
  - [package]: Update dependencies.
36
- - [package]: Bump `@typescript/native-preview` to v.7.0.0-dev.20260622.1.
38
+ - [package]: Bump `@types/node` to v.26.1.0.
39
+ - [package]: Bump `@typescript/native-preview` to v.7.0.0-dev.20260707.2.
40
+ - [package]: Bump `@vitest/coverage-v8` to v.4.1.10.
37
41
  - [package]: Bump `node-ansi-logger` to v.3.3.0.
38
42
  - [package]: Bump `node-persist-manager` to v.2.1.0.
39
- - [package]: Bump `oxfmt` to v.0.56.0.
40
- - [package]: Bump `oxlint` to v.1.71.0.
43
+ - [package]: Bump `oxfmt` to v.0.58.0.
44
+ - [package]: Bump `oxlint` to v.1.73.0.
45
+ - [package]: Bump `oxlint-tsgolint` to v.0.24.0.
46
+ - [package]: Bump `vitest` to v.4.1.10.
41
47
 
42
48
  <a href="https://www.buymeacoffee.com/luligugithub"><img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="80"></a>
43
49
 
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "matterbridge-example-dynamic-platform",
3
- "version": "3.0.1-dev-20260623-9a14c4b",
3
+ "version": "3.0.1-dev-20260708-a3341cd",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "matterbridge-example-dynamic-platform",
9
- "version": "3.0.1-dev-20260623-9a14c4b",
9
+ "version": "3.0.1-dev-20260708-a3341cd",
10
10
  "license": "Apache-2.0",
11
11
  "dependencies": {
12
12
  "node-ansi-logger": "3.3.0",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "matterbridge-example-dynamic-platform",
3
- "version": "3.0.1-dev-20260623-9a14c4b",
3
+ "version": "3.0.1-dev-20260708-a3341cd",
4
4
  "description": "Matterbridge dynamic plugin",
5
5
  "author": "https://github.com/Luligu",
6
6
  "license": "Apache-2.0",