matterbridge-example-dynamic-platform 1.3.6 → 1.3.7-dev-20250730-3e59229
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 +12 -0
- package/npm-shrinkwrap.json +2 -2
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -23,6 +23,18 @@ If you like this project and find it useful, please consider giving it a star on
|
|
23
23
|
<img src="bmc-button.svg" alt="Buy me a coffee" width="120">
|
24
24
|
</a>
|
25
25
|
|
26
|
+
## [1.3.7] - 2025-07-??
|
27
|
+
|
28
|
+
### Added
|
29
|
+
|
30
|
+
### Changed
|
31
|
+
|
32
|
+
- [package]: Updated dependencies.
|
33
|
+
|
34
|
+
<a href="https://www.buymeacoffee.com/luligugithub">
|
35
|
+
<img src="bmc-button.svg" alt="Buy me a coffee" width="80">
|
36
|
+
</a>
|
37
|
+
|
26
38
|
## [1.3.6] - 2025-07-25
|
27
39
|
|
28
40
|
### Added
|
package/npm-shrinkwrap.json
CHANGED
@@ -1,12 +1,12 @@
|
|
1
1
|
{
|
2
2
|
"name": "matterbridge-example-dynamic-platform",
|
3
|
-
"version": "1.3.
|
3
|
+
"version": "1.3.7-dev-20250730-3e59229",
|
4
4
|
"lockfileVersion": 3,
|
5
5
|
"requires": true,
|
6
6
|
"packages": {
|
7
7
|
"": {
|
8
8
|
"name": "matterbridge-example-dynamic-platform",
|
9
|
-
"version": "1.3.
|
9
|
+
"version": "1.3.7-dev-20250730-3e59229",
|
10
10
|
"license": "Apache-2.0",
|
11
11
|
"dependencies": {
|
12
12
|
"node-ansi-logger": "3.1.1",
|