iobroker.anthbot 0.0.3 → 0.0.5

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/package.json CHANGED
@@ -1,12 +1,11 @@
1
1
  {
2
2
  "name": "iobroker.anthbot",
3
- "version": "0.0.3",
3
+ "version": "0.0.5",
4
4
  "description": "Connect with Anthbot devices such as their robot mowers",
5
- "author": {
6
- "name": "Robin Rainton",
7
- "email": "robin@rainton.com"
8
- },
9
- "contributors": [],
5
+ "author": "Robin Rainton <robin@rainton.com>",
6
+ "contributors": [
7
+ "iobroker-community-adapters <iobroker-community-adapters@gmx.de>"
8
+ ],
10
9
  "homepage": "https://github.com/iobroker-community-adapters/ioBroker.anthbot",
11
10
  "license": "MIT",
12
11
  "keywords": [
@@ -22,7 +21,7 @@
22
21
  "url": "https://github.com/iobroker-community-adapters/ioBroker.anthbot.git"
23
22
  },
24
23
  "engines": {
25
- "node": ">= 20"
24
+ "node": ">= 22"
26
25
  },
27
26
  "dependencies": {
28
27
  "@iobroker/adapter-core": "^3.3.2",