matterbridge-example-dynamic-platform 1.1.7-dev.2 → 1.1.7

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
@@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
4
4
 
5
5
  If you like this project and find it useful, please consider giving it a star on GitHub at https://github.com/Luligu/matterbridge-example-dynamic-platform and sponsoring it.
6
6
 
7
- ## [1.1.7] - 2025-02-09
7
+ ## [1.1.7] - 2025-02-11
8
8
 
9
9
  ### Added
10
10
 
@@ -16,6 +16,7 @@ If you like this project and find it useful, please consider giving it a star on
16
16
 
17
17
  - [package]: Updated package.
18
18
  - [package]: Updated dependencies.
19
+ - [package]: Require matterbridge 2.1.5.
19
20
 
20
21
  <a href="https://www.buymeacoffee.com/luligugithub">
21
22
  <img src="./yellow-button.png" alt="Buy me a coffee" width="120">
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "matterbridge-example-dynamic-platform",
3
- "version": "1.1.7-dev.2",
3
+ "version": "1.1.7",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "matterbridge-example-dynamic-platform",
9
- "version": "1.1.7-dev.2",
9
+ "version": "1.1.7",
10
10
  "license": "MIT",
11
11
  "dependencies": {
12
12
  "node-ansi-logger": "3.0.0",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "matterbridge-example-dynamic-platform",
3
- "version": "1.1.7-dev.2",
3
+ "version": "1.1.7",
4
4
  "description": "Matterbridge dynamic plugin",
5
5
  "author": "https://github.com/Luligu",
6
6
  "license": "MIT",