matterbridge-webhooks 1.0.2-dev-20251201-da9d959 → 1.0.2
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 +2 -1
- package/npm-shrinkwrap.json +2 -2
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -6,7 +6,7 @@ If you like this project and find it useful, please consider giving it a star on
|
|
|
6
6
|
|
|
7
7
|
<a href="https://www.buymeacoffee.com/luligugithub"><img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="120"></a>
|
|
8
8
|
|
|
9
|
-
## [1.0.2] - 2025-
|
|
9
|
+
## [1.0.2] - 2025-12-12
|
|
10
10
|
|
|
11
11
|
### Changed
|
|
12
12
|
|
|
@@ -14,6 +14,7 @@ If you like this project and find it useful, please consider giving it a star on
|
|
|
14
14
|
- [package]: Updated to the current Matterbridge signatures.
|
|
15
15
|
- [package]: Required matterbridge v.3.4.0.
|
|
16
16
|
- [package]: Updated to the Matterbridge Jest module.
|
|
17
|
+
- [package]: Bumped package to automator v.2.1.0.
|
|
17
18
|
|
|
18
19
|
<a href="https://www.buymeacoffee.com/luligugithub"><img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="80"></a>
|
|
19
20
|
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "matterbridge-webhooks",
|
|
3
|
-
"version": "1.0.2
|
|
3
|
+
"version": "1.0.2",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "matterbridge-webhooks",
|
|
9
|
-
"version": "1.0.2
|
|
9
|
+
"version": "1.0.2",
|
|
10
10
|
"license": "Apache-2.0",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"node-ansi-logger": "3.1.1",
|