matterbridge-eve-motion 2.0.9 → 2.0.10

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 CHANGED
@@ -28,6 +28,24 @@ 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.10] - 2025-05-11
32
+
33
+ ### Changed
34
+
35
+ - [package]: Update dependencies.
36
+ - [package]: Bump package to `automator` v.3.1.8.
37
+ - [package]: Add package script `typecheck`.
38
+ - [package]: Add Node.js 26 to package `engines` field.
39
+ - [workflows]: Add Node.js 26 to `build.yml` Node matrix and remove Node.js 20.
40
+ - [agent]: Update `agent instructions`.
41
+ - [package]: Bump `jest` to v.30.4.2.
42
+ - [package]: Bump `eslint` to v.10.3.0.
43
+ - [package]: Bump `typescript-eslint` to v.8.59.2.
44
+ - [eslint]: Add `eslint` v.2.0.2 config.
45
+ - [jest]: Add `jest` v.2.0.1 config.
46
+
47
+ <a href="https://www.buymeacoffee.com/luligugithub"><img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="80"></a>
48
+
31
49
  ## [2.0.9] - 2025-05-01
32
50
 
33
51
  ### Changed
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "matterbridge-eve-motion",
3
- "version": "2.0.9",
3
+ "version": "2.0.10",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "matterbridge-eve-motion",
9
- "version": "2.0.9",
9
+ "version": "2.0.10",
10
10
  "license": "Apache-2.0",
11
11
  "dependencies": {
12
12
  "matter-history": "1.2.1",
@@ -14,7 +14,7 @@
14
14
  "node-persist-manager": "2.0.2"
15
15
  },
16
16
  "engines": {
17
- "node": ">=20.19.0 <21.0.0 || >=22.13.0 <23.0.0 || >=24.0.0 <25.0.0"
17
+ "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"
18
18
  },
19
19
  "funding": {
20
20
  "type": "buymeacoffee",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "matterbridge-eve-motion",
3
- "version": "2.0.9",
3
+ "version": "2.0.10",
4
4
  "description": "Matterbridge eve motion with history",
5
5
  "author": "https://github.com/Luligu",
6
6
  "license": "Apache-2.0",
@@ -51,10 +51,11 @@
51
51
  "hass",
52
52
  "hassio",
53
53
  "smartthings",
54
- "ewelink"
54
+ "ewelink",
55
+ "gladysassistant"
55
56
  ],
56
57
  "engines": {
57
- "node": ">=20.19.0 <21.0.0 || >=22.13.0 <23.0.0 || >=24.0.0 <25.0.0"
58
+ "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"
58
59
  },
59
60
  "files": [
60
61
  "dist",