iobroker.hydrawise 0.2.2 → 0.2.3
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/README.md +5 -0
- package/io-package.json +14 -14
- package/package.json +6 -6
package/README.md
CHANGED
|
@@ -39,6 +39,11 @@ You can see all controller information, schedules and sensors. It is also possib
|
|
|
39
39
|
Placeholder for the next version (at the beginning of the line):
|
|
40
40
|
### **WORK IN PROGRESS**
|
|
41
41
|
-->
|
|
42
|
+
### 0.2.3 (2023-10-28)
|
|
43
|
+
|
|
44
|
+
- (SentiQ) NodeJS 16.x is required
|
|
45
|
+
- (SentiQ) updated dependencies
|
|
46
|
+
|
|
42
47
|
### 0.2.2 (2023-09-22)
|
|
43
48
|
|
|
44
49
|
- (SentiQ) fixed versions
|
package/io-package.json
CHANGED
|
@@ -1,8 +1,21 @@
|
|
|
1
1
|
{
|
|
2
2
|
"common": {
|
|
3
3
|
"name": "hydrawise",
|
|
4
|
-
"version": "0.2.
|
|
4
|
+
"version": "0.2.3",
|
|
5
5
|
"news": {
|
|
6
|
+
"0.2.3": {
|
|
7
|
+
"en": "NodeJS 16.x is required\nupdated dependencies",
|
|
8
|
+
"de": "NodeJS 16.x ist erforderlich\naktualisierte abhängigkeiten",
|
|
9
|
+
"ru": "NodeJS 16.x требуется\nобновленные зависимости",
|
|
10
|
+
"pt": "NodeJS 16.x é necessário\ndependências atualizadas",
|
|
11
|
+
"nl": "NodeJS 16.x is vereist\nvertaling:",
|
|
12
|
+
"fr": "NodeJS 16.x est nécessaire\ndépendances actualisées",
|
|
13
|
+
"it": "NodeJS 16.x è richiesto\ndipendenze aggiornate",
|
|
14
|
+
"es": "NodeJS 16.x es necesario\ndependencias actualizadas",
|
|
15
|
+
"pl": "NodeJS 16 (ang.)\nzależności aktualizacji",
|
|
16
|
+
"uk": "NodeJS 16.x обов'язковий\nоновлені залежності",
|
|
17
|
+
"zh-cn": "不需要16.JS16x。\n二. 最新依赖"
|
|
18
|
+
},
|
|
6
19
|
"0.2.2": {
|
|
7
20
|
"en": "fixed versions",
|
|
8
21
|
"de": "feste versionen",
|
|
@@ -80,19 +93,6 @@
|
|
|
80
93
|
"pl": "czas ciągły",
|
|
81
94
|
"uk": "фіксований час",
|
|
82
95
|
"zh-cn": "固定时间"
|
|
83
|
-
},
|
|
84
|
-
"0.0.17": {
|
|
85
|
-
"en": "fixed adapter crash",
|
|
86
|
-
"de": "fester adapterabsturz",
|
|
87
|
-
"ru": "фиксированный адаптер аварии",
|
|
88
|
-
"pt": "travamento do adaptador fixo",
|
|
89
|
-
"nl": "vertaling:",
|
|
90
|
-
"fr": "crash de l'adaptateur fixe",
|
|
91
|
-
"it": "arresto dell'adattatore fisso",
|
|
92
|
-
"es": "choque de adaptador fijo",
|
|
93
|
-
"pl": "adaptacja adaptatora",
|
|
94
|
-
"uk": "фіксований аварійний адаптер",
|
|
95
|
-
"zh-cn": "b. 固定适应器"
|
|
96
96
|
}
|
|
97
97
|
},
|
|
98
98
|
"titleLang": {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "iobroker.hydrawise",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.3",
|
|
4
4
|
"description": "Adapter to control the Hydrawise irrigation control system",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "SentiQ",
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
"url": "git@github.com:SentiQ/ioBroker.hydrawise.git"
|
|
21
21
|
},
|
|
22
22
|
"engines": {
|
|
23
|
-
"node": ">=
|
|
23
|
+
"node": ">=16"
|
|
24
24
|
},
|
|
25
25
|
"dependencies": {
|
|
26
26
|
"@iobroker/adapter-core": "^2.6.7"
|
|
@@ -35,11 +35,11 @@
|
|
|
35
35
|
"@tsconfig/node16": "^16.1.0",
|
|
36
36
|
"@types/chai": "^4.3.4",
|
|
37
37
|
"@types/chai-as-promised": "^7.1.5",
|
|
38
|
-
"@types/mocha": "^10.0.
|
|
39
|
-
"@types/node": "^20.
|
|
38
|
+
"@types/mocha": "^10.0.2",
|
|
39
|
+
"@types/node": "^20.8.0",
|
|
40
40
|
"@types/proxyquire": "^1.3.28",
|
|
41
41
|
"@types/sinon": "^10.0.13",
|
|
42
|
-
"@types/sinon-chai": "^3.2.
|
|
42
|
+
"@types/sinon-chai": "^3.2.10",
|
|
43
43
|
"@typescript-eslint/eslint-plugin": "^5.60.1",
|
|
44
44
|
"@typescript-eslint/parser": "^5.60.1",
|
|
45
45
|
"chai": "^4.3.8",
|
|
@@ -51,7 +51,7 @@
|
|
|
51
51
|
"nyc": "^15.1.0",
|
|
52
52
|
"prettier": "^3.0.3",
|
|
53
53
|
"proxyquire": "^2.1.3",
|
|
54
|
-
"rimraf": "^5.0.
|
|
54
|
+
"rimraf": "^5.0.5",
|
|
55
55
|
"sinon": "^15.2.0",
|
|
56
56
|
"sinon-chai": "^3.7.0",
|
|
57
57
|
"source-map-support": "^0.5.21",
|