matterbridge-eve-motion 2.0.7 → 2.0.8
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 +18 -0
- package/npm-shrinkwrap.json +2 -2
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -26,6 +26,24 @@ If you like this project and find it useful, please consider giving it a star on
|
|
|
26
26
|
|
|
27
27
|
<a href="https://www.buymeacoffee.com/luligugithub"><img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="120"></a>
|
|
28
28
|
|
|
29
|
+
## [2.0.8] - 2026-03-20
|
|
30
|
+
|
|
31
|
+
- [package]: Update dependencies.
|
|
32
|
+
- [package]: Bump package to `automator` v.3.1.3.
|
|
33
|
+
- [devcontainer]: Update `Dev Container` configuration.
|
|
34
|
+
- [devcontainer]: Add postStartCommand to the `Dev Container` configuration.
|
|
35
|
+
- [package]: Refactor `build.yml` to use matterbridge dev branch for push and main for pull requests.
|
|
36
|
+
- [package]: Add `type checking` script for Jest tests.
|
|
37
|
+
- [package]: Update actions versions in workflows.
|
|
38
|
+
- [package]: Bump `eslint` to v.10.1.0.
|
|
39
|
+
- [package]: Bump `typescript-eslint` to v.8.57.1.
|
|
40
|
+
- [package]: Add `@eslint/json`.
|
|
41
|
+
- [package]: Add `@eslint/markdown`.
|
|
42
|
+
- [package]: Add `CONTRIBUTING.md`.
|
|
43
|
+
- [package]: Add `STYLEGUIDE.md`.
|
|
44
|
+
|
|
45
|
+
<a href="https://www.buymeacoffee.com/luligugithub"><img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="80"></a>
|
|
46
|
+
|
|
29
47
|
## [2.0.7] - 2026-02-27
|
|
30
48
|
|
|
31
49
|
### Added
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "matterbridge-eve-motion",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.8",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "matterbridge-eve-motion",
|
|
9
|
-
"version": "2.0.
|
|
9
|
+
"version": "2.0.8",
|
|
10
10
|
"license": "Apache-2.0",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"matter-history": "1.2.1",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "matterbridge-eve-motion",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.8",
|
|
4
4
|
"description": "Matterbridge eve motion with history",
|
|
5
5
|
"author": "https://github.com/Luligu",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -67,7 +67,7 @@
|
|
|
67
67
|
"node-persist-manager": "2.0.1"
|
|
68
68
|
},
|
|
69
69
|
"overrides": {
|
|
70
|
-
"eslint": "10.0
|
|
70
|
+
"eslint": "10.1.0",
|
|
71
71
|
"@eslint/js": "10.0.1"
|
|
72
72
|
}
|
|
73
73
|
}
|