iobroker.hydrawise 0.3.2 → 0.3.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 CHANGED
@@ -39,6 +39,10 @@ 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.3.3 (2024-04-22)
43
+
44
+ - (SentiQ) updated dependencies
45
+
42
46
  ### 0.3.2 (2024-04-19)
43
47
 
44
48
  - (SentiQ) added default value to parameter `apiInterval`
package/io-package.json CHANGED
@@ -1,8 +1,21 @@
1
1
  {
2
2
  "common": {
3
3
  "name": "hydrawise",
4
- "version": "0.3.2",
4
+ "version": "0.3.3",
5
5
  "news": {
6
+ "0.3.3": {
7
+ "en": "updated dependencies",
8
+ "de": "aktualisierte abhängigkeiten",
9
+ "ru": "обновленные зависимости",
10
+ "pt": "dependências atualizadas",
11
+ "nl": "bijgewerkte afhankelijkheden",
12
+ "fr": "dépendances actualisées",
13
+ "it": "dipendenze aggiornate",
14
+ "es": "dependencias actualizadas",
15
+ "pl": "zaktualizowane zależności",
16
+ "uk": "оновлені залежності",
17
+ "zh-cn": "更新的依赖关系"
18
+ },
6
19
  "0.3.2": {
7
20
  "en": "added default value to parameter `apiInterval`\nadded translations",
8
21
  "de": "standardwert zum Parameter `apiInterval `\nübersetzungen",
@@ -80,19 +93,6 @@
80
93
  "pl": "stały typ 'runDomyślne'",
81
94
  "uk": "фіксований тип `runDefault й",
82
95
  "zh-cn": "固定类型“runDefault” `"
83
- },
84
- "0.2.5": {
85
- "en": "NodeJS >= 18.x and js-controller >= 5 is required",
86
- "de": "NodeJS >= 18.x und js-Controller >= 5 ist erforderlich",
87
- "ru": "NodeJS >= 18.x и js-контроллер >= 5 требуется",
88
- "pt": "NodeJS >= 18.x e js-controller >= 5 é necessário",
89
- "nl": "Voor de toepassing van de onderverdelingen 870190 tot en met 870290 wordt onder post 8702 verstaan: 5 is vereist",
90
- "fr": "NodeJS >= 18.x et js-controller >= 5 est nécessaire",
91
- "it": "NodeJS >= 18.x e js-controller 5 è richiesto",
92
- "es": "NodeJS >= 18.x y js-controller Se requiere 5",
93
- "pl": "NodeJS > = 18.x i kontroler js- > = 5 jest wymagane",
94
- "uk": "NodeJS >= 18.x та js-controller >= 5 обов'язково",
95
- "zh-cn": "节点JS18x和js控制器QQ 需要5个"
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.3.2",
3
+ "version": "0.3.3",
4
4
  "description": "Adapter to control the Hydrawise irrigation control system",
5
5
  "author": {
6
6
  "name": "SentiQ",
@@ -23,7 +23,7 @@
23
23
  "node": ">=18"
24
24
  },
25
25
  "dependencies": {
26
- "@iobroker/adapter-core": "^3.0.6",
26
+ "@iobroker/adapter-core": "^3.1.4",
27
27
  "axios": "^1.6.8"
28
28
  },
29
29
  "devDependencies": {
@@ -32,7 +32,7 @@
32
32
  "@alcalzone/release-script-plugin-license": "^3.5.9",
33
33
  "@alcalzone/release-script-plugin-manual-review": "^3.7.0",
34
34
  "@iobroker/adapter-dev": "^1.3.0",
35
- "@iobroker/testing": "^4.1.0",
35
+ "@iobroker/testing": "^4.1.3",
36
36
  "@tsconfig/node16": "^16.1.0",
37
37
  "@types/chai": "^4.3.4",
38
38
  "@types/chai-as-promised": "^7.1.5",