matterbridge-example-dynamic-platform 1.0.11 → 1.0.13

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 ADDED
@@ -0,0 +1,38 @@
1
+ # Changelog
2
+
3
+ All notable changes to this project will be documented in this file.
4
+
5
+ <a href="https://www.buymeacoffee.com/luligugithub">
6
+ <img src="./yellow-button.png" alt="Buy me a coffee" width="120">
7
+ </a>
8
+
9
+ <!-- Commented out section
10
+ ## [1.1.2] - 2024-03-08
11
+
12
+ ### Added
13
+
14
+ - [Feature 1]: Description of the feature.
15
+ - [Feature 2]: Description of the feature.
16
+
17
+ ### Changed
18
+
19
+ - [Feature 3]: Description of the change.
20
+ - [Feature 4]: Description of the change.
21
+
22
+ ### Deprecated
23
+
24
+ - [Feature 5]: Description of the deprecation.
25
+
26
+ ### Removed
27
+
28
+ - [Feature 6]: Description of the removal.
29
+
30
+ ### Fixed
31
+
32
+ - [Bug 1]: Description of the bug fix.
33
+ - [Bug 2]: Description of the bug fix.
34
+
35
+ ### Security
36
+
37
+ - [Security 1]: Description of the security improvement.
38
+ -->
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "matterbridge-example-dynamic-platform",
3
- "version": "1.0.11",
3
+ "version": "1.0.13",
4
4
  "description": "Matterbridge dynamic platform plugin example",
5
5
  "author": "https://github.com/Luligu",
6
6
  "license": "MIT",
@@ -58,11 +58,11 @@
58
58
  "install": "node link-matterbridge-script.js"
59
59
  },
60
60
  "devDependencies": {
61
- "@stylistic/eslint-plugin": "^1.7.2",
61
+ "@stylistic/eslint-plugin": "^2.1.0",
62
62
  "@tsconfig/node-lts": "^20.1.3",
63
- "@types/node": "^20.12.7",
64
- "@typescript-eslint/eslint-plugin": "^7.7.1",
65
- "@typescript-eslint/parser": "^7.7.1",
63
+ "@types/node": "^20.12.13",
64
+ "@typescript-eslint/eslint-plugin": "^7.11.0",
65
+ "@typescript-eslint/parser": "^7.11.0",
66
66
  "eslint-config-prettier": "^9.1.0",
67
67
  "eslint-plugin-prettier": "^5.1.3",
68
68
  "prettier": "^3.2.5",
Binary file