matterbridge-test 3.0.0 → 3.0.1-dev-20260623-4a7436b
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 +13 -0
- package/npm-shrinkwrap.json +76 -2
- package/package.json +6 -2
package/CHANGELOG.md
CHANGED
|
@@ -28,6 +28,19 @@ If you like this project and find it useful, please consider giving it a star on
|
|
|
28
28
|
|
|
29
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>
|
|
30
30
|
|
|
31
|
+
## [3.0.1] - Dev branch
|
|
32
|
+
|
|
33
|
+
### Changed
|
|
34
|
+
|
|
35
|
+
- [package]: Update dependencies.
|
|
36
|
+
- [package]: Bump `@typescript/native-preview` to v.7.0.0-dev.20260622.1.
|
|
37
|
+
- [package]: Bump `node-ansi-logger` to v.3.3.0.
|
|
38
|
+
- [package]: Bump `node-persist-manager` to v.2.1.0.
|
|
39
|
+
- [package]: Bump `oxfmt` to v.0.56.0.
|
|
40
|
+
- [package]: Bump `oxlint` to v.1.71.0.
|
|
41
|
+
|
|
42
|
+
<a href="https://www.buymeacoffee.com/luligugithub"><img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="80"></a>
|
|
43
|
+
|
|
31
44
|
## [3.0.0] - 2026-06-19
|
|
32
45
|
|
|
33
46
|
### Breaking changes
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,13 +1,48 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "matterbridge-test",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.1-dev-20260623-4a7436b",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "matterbridge-test",
|
|
9
|
-
"version": "3.0.
|
|
9
|
+
"version": "3.0.1-dev-20260623-4a7436b",
|
|
10
10
|
"license": "Apache-2.0",
|
|
11
|
+
"dependencies": {
|
|
12
|
+
"node-ansi-logger": "3.3.0",
|
|
13
|
+
"node-persist-manager": "2.1.0"
|
|
14
|
+
},
|
|
15
|
+
"engines": {
|
|
16
|
+
"node": ">=20.19.0 <21.0.0 || >=22.13.0 <23.0.0 || >=24.0.0 <25.0.0 || >=26.0.0 <27.0.0"
|
|
17
|
+
},
|
|
18
|
+
"funding": {
|
|
19
|
+
"type": "buymeacoffee",
|
|
20
|
+
"url": "https://www.buymeacoffee.com/luligugithub"
|
|
21
|
+
}
|
|
22
|
+
},
|
|
23
|
+
"node_modules/node-ansi-logger": {
|
|
24
|
+
"version": "3.3.0",
|
|
25
|
+
"resolved": "https://registry.npmjs.org/node-ansi-logger/-/node-ansi-logger-3.3.0.tgz",
|
|
26
|
+
"integrity": "sha512-ZW77lbZkA8h3r2HA2rcE5RjTIcwRDNB072RkZVyimGQpmEorJT8ajZ7UDhkHGoh0JRrCJL0iUKBE8q4oU8MHMg==",
|
|
27
|
+
"hasShrinkwrap": true,
|
|
28
|
+
"license": "Apache-2.0",
|
|
29
|
+
"engines": {
|
|
30
|
+
"node": ">=20.19.0 <21.0.0 || >=22.13.0 <23.0.0 || >=24.0.0 <25.0.0 || >=26.0.0 <27.0.0"
|
|
31
|
+
},
|
|
32
|
+
"funding": {
|
|
33
|
+
"type": "buymeacoffee",
|
|
34
|
+
"url": "https://www.buymeacoffee.com/luligugithub"
|
|
35
|
+
}
|
|
36
|
+
},
|
|
37
|
+
"node_modules/node-persist-manager": {
|
|
38
|
+
"version": "2.1.0",
|
|
39
|
+
"resolved": "https://registry.npmjs.org/node-persist-manager/-/node-persist-manager-2.1.0.tgz",
|
|
40
|
+
"integrity": "sha512-LJze/Fcd8LijM4OMPnp0AQ+Z1e9mFMkjOEDw08xHA2HSRd2+N5s0uyH5ogYmXPC68f0sc4GrdKMpAcsHuO3PKA==",
|
|
41
|
+
"hasShrinkwrap": true,
|
|
42
|
+
"license": "Apache-2.0",
|
|
43
|
+
"dependencies": {
|
|
44
|
+
"node-persist": "4.0.4"
|
|
45
|
+
},
|
|
11
46
|
"engines": {
|
|
12
47
|
"node": ">=20.19.0 <21.0.0 || >=22.13.0 <23.0.0 || >=24.0.0 <25.0.0 || >=26.0.0 <27.0.0"
|
|
13
48
|
},
|
|
@@ -15,6 +50,45 @@
|
|
|
15
50
|
"type": "buymeacoffee",
|
|
16
51
|
"url": "https://www.buymeacoffee.com/luligugithub"
|
|
17
52
|
}
|
|
53
|
+
},
|
|
54
|
+
"node_modules/node-persist-manager/node_modules/node-persist": {
|
|
55
|
+
"version": "4.0.4",
|
|
56
|
+
"resolved": "https://registry.npmjs.org/node-persist/-/node-persist-4.0.4.tgz",
|
|
57
|
+
"integrity": "sha512-8sPAz/7tw1mCCc8xBG4f0wi+flHkSSgQeX998iQ75Pu27evA6UUWCjSE7xnrYTg2q33oU5leJ061EKPDv6BocQ==",
|
|
58
|
+
"license": "MIT",
|
|
59
|
+
"dependencies": {
|
|
60
|
+
"p-limit": "^3.1.0"
|
|
61
|
+
},
|
|
62
|
+
"engines": {
|
|
63
|
+
"node": ">=10.12.0"
|
|
64
|
+
}
|
|
65
|
+
},
|
|
66
|
+
"node_modules/node-persist-manager/node_modules/p-limit": {
|
|
67
|
+
"version": "3.1.0",
|
|
68
|
+
"resolved": "https://registry.npmjs.org/p-limit/-/p-limit-3.1.0.tgz",
|
|
69
|
+
"integrity": "sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==",
|
|
70
|
+
"license": "MIT",
|
|
71
|
+
"dependencies": {
|
|
72
|
+
"yocto-queue": "^0.1.0"
|
|
73
|
+
},
|
|
74
|
+
"engines": {
|
|
75
|
+
"node": ">=10"
|
|
76
|
+
},
|
|
77
|
+
"funding": {
|
|
78
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
79
|
+
}
|
|
80
|
+
},
|
|
81
|
+
"node_modules/node-persist-manager/node_modules/yocto-queue": {
|
|
82
|
+
"version": "0.1.0",
|
|
83
|
+
"resolved": "https://registry.npmjs.org/yocto-queue/-/yocto-queue-0.1.0.tgz",
|
|
84
|
+
"integrity": "sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==",
|
|
85
|
+
"license": "MIT",
|
|
86
|
+
"engines": {
|
|
87
|
+
"node": ">=10"
|
|
88
|
+
},
|
|
89
|
+
"funding": {
|
|
90
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
91
|
+
}
|
|
18
92
|
}
|
|
19
93
|
}
|
|
20
94
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "matterbridge-test",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.1-dev-20260623-4a7436b",
|
|
4
4
|
"description": "Matterbridge test plugin",
|
|
5
5
|
"author": "https://github.com/Luligu",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -67,5 +67,9 @@
|
|
|
67
67
|
"CHANGELOG.md",
|
|
68
68
|
"*.config.json",
|
|
69
69
|
"*.schema.json"
|
|
70
|
-
]
|
|
70
|
+
],
|
|
71
|
+
"dependencies": {
|
|
72
|
+
"node-ansi-logger": "3.3.0",
|
|
73
|
+
"node-persist-manager": "2.1.0"
|
|
74
|
+
}
|
|
71
75
|
}
|