matterbridge-test 2.0.16-dev-20260501-ccd243e → 2.0.16
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 +3 -1
- package/npm-shrinkwrap.json +2 -2
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -28,7 +28,7 @@ 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
|
-
## [2.0.16] -
|
|
31
|
+
## [2.0.16] - 2026-05-01
|
|
32
32
|
|
|
33
33
|
### Changed
|
|
34
34
|
|
|
@@ -46,6 +46,8 @@ If you like this project and find it useful, please consider giving it a star on
|
|
|
46
46
|
- [agent]: Add agent custom instructions (`testing`) for copilot and claude.
|
|
47
47
|
- [agent]: Add agent custom instructions (`matterbridge`) for copilot and claude.
|
|
48
48
|
- [eslint]: Add `eslint` v.2.0.0 config.
|
|
49
|
+
- [prettier]: Add `prettier` v.2.0.0 config.
|
|
50
|
+
- [jest]: Add `jest` v.2.0.0 config.
|
|
49
51
|
- [eslint]: Remove `eslint-plugin-promise` (not actively maintained) and add optional @typescript-eslint promise rules.
|
|
50
52
|
- [package]: Remove `overrides` that was necessary for eslint-plugin-promise.
|
|
51
53
|
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "matterbridge-test",
|
|
3
|
-
"version": "2.0.16
|
|
3
|
+
"version": "2.0.16",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "matterbridge-test",
|
|
9
|
-
"version": "2.0.16
|
|
9
|
+
"version": "2.0.16",
|
|
10
10
|
"license": "Apache-2.0",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"node-ansi-logger": "3.2.1",
|