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

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
@@ -1,3 +1,5 @@
1
+ <!-- eslint-disable markdown/no-missing-label-refs -->
2
+
1
3
  # <img src="https://matterbridge.io/assets/matterbridge.svg" alt="Matterbridge Logo" width="64px" height="64px">&nbsp;&nbsp;&nbsp;Matterbridge dynamic platform example plugin changelog
2
4
 
3
5
  [![npm version](https://img.shields.io/npm/v/matterbridge-example-dynamic-platform.svg)](https://www.npmjs.com/package/matterbridge-example-dynamic-platform)
@@ -26,7 +28,7 @@ If you like this project and find it useful, please consider giving it a star on
26
28
 
27
29
  <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
30
 
29
- ## [2.0.16] - Dev branch
31
+ ## [2.0.16] - 2025-05-01
30
32
 
31
33
  ### Changed
32
34
 
@@ -46,6 +48,8 @@ If you like this project and find it useful, please consider giving it a star on
46
48
  - [eslint]: Remove `eslint-plugin-promise` (not actively maintained) and add optional @typescript-eslint promise rules.
47
49
  - [package]: Remove `overrides` that was necessary for eslint-plugin-promise.
48
50
  - [eslint]: Add `eslint` v.2.0.0 config.
51
+ - [prettier]: Add `prettier` v.2.0.0 config.
52
+ - [jest]: Add `jest` v.2.0.0 config.
49
53
 
50
54
  ## [2.0.15] - 2026-04-08
51
55
 
package/README.md CHANGED
@@ -1,5 +1,3 @@
1
- <!-- markdownlint-disable MD033 -->
2
-
3
1
  # <img src="https://matterbridge.io/assets/matterbridge.svg" alt="Matterbridge Logo" width="64px" height="64px">&nbsp;&nbsp;&nbsp;Matterbridge dynamic platform example plugin
4
2
 
5
3
  [![npm version](https://img.shields.io/npm/v/matterbridge-example-dynamic-platform.svg)](https://www.npmjs.com/package/matterbridge-example-dynamic-platform)
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "matterbridge-example-dynamic-platform",
3
- "version": "2.0.16-dev-20260430-e0675d4",
3
+ "version": "2.0.16",
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-20260430-e0675d4",
9
+ "version": "2.0.16",
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-20260430-e0675d4",
3
+ "version": "2.0.16",
4
4
  "description": "Matterbridge dynamic plugin",
5
5
  "author": "https://github.com/Luligu",
6
6
  "license": "Apache-2.0",