iobroker.hydrawise 1.0.3 → 1.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/README.md CHANGED
@@ -39,6 +39,16 @@ 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
+ ### 1.0.5 (2025-12-05)
43
+
44
+ - (SentiQ) updated js-controller dependency
45
+ - (SentiQ) updated @iobroker/adapter-dev dependency
46
+
47
+ ### 1.0.4 (2025-12-05)
48
+
49
+ - (SentiQ) fixed dependencies
50
+ - (SentiQ) fixed schema URLs
51
+
42
52
  ### 1.0.3 (2025-12-05)
43
53
 
44
54
  - (SentiQ) updated dependencies
package/io-package.json CHANGED
@@ -1,8 +1,34 @@
1
1
  {
2
2
  "common": {
3
3
  "name": "hydrawise",
4
- "version": "1.0.3",
4
+ "version": "1.0.5",
5
5
  "news": {
6
+ "1.0.5": {
7
+ "en": "updated js-controller dependency\nupdated @iobroker/adapter-dev dependency",
8
+ "de": "aktualisierte js-controller abhängigkeit\naktualisiert @iobroker/adapter-dev abhängigkeit",
9
+ "ru": "обновленная js-контроллерная зависимость\nобновленная зависимость @iobroker/adapter-dev",
10
+ "pt": "atualizado js-controller dependence\natualizado @iobroker/adapter-dev dependência",
11
+ "nl": "bijgewerkt js-controller afhankelijkheid\nbijgewerkt @iobroker/adapter-dev afhankelijkheid",
12
+ "fr": "mise à jour de la dépendance du contrôleur js\nmise à jour de la dépendance @iobroker/adaptateur-dev",
13
+ "it": "dipendenze aggiornate di js-controller\naggiornato @iobroker/adapter-dev dipendenza",
14
+ "es": "actualizada dependencia js-controller\nactualizado @iobroker/adapter-dev dependencia",
15
+ "pl": "zaktualizowana zależność kontrolera js-\nzaktualizowany @ iobroker / adapter-dev zależność",
16
+ "uk": "оновлена залежність js-controller\n@iobroker/adapter-dev залежностей",
17
+ "zh-cn": "更新 js 控制器依赖性\n更新@iobroduc/adapter-dev 依赖性"
18
+ },
19
+ "1.0.4": {
20
+ "en": "fixed dependencies\nfixed schema URLs",
21
+ "de": "feste abhängigkeiten\nfestes Schema URLs",
22
+ "ru": "фиксированные зависимости\nфиксированная схема URL",
23
+ "pt": "dependências fixas\nesquema fixo URLs",
24
+ "nl": "vaste afhankelijkheden\nvast schema URL's",
25
+ "fr": "dépendances fixes\nschéma fixe URLs",
26
+ "it": "dipendenze fisse\nschema fisso URLs",
27
+ "es": "dependencias fijas\nesquema fijo URLs",
28
+ "pl": "stałe zależności\nstałe schematy URL",
29
+ "uk": "фіксовані залежності\nфіксована схема Контакти",
30
+ "zh-cn": "固定依赖关系\n固定计划 URL( URL)"
31
+ },
6
32
  "1.0.3": {
7
33
  "en": "updated dependencies",
8
34
  "de": "aktualisierte abhängigkeiten",
@@ -67,32 +93,6 @@
67
93
  "pl": "zaktualizowane zależności",
68
94
  "uk": "оновлені залежності",
69
95
  "zh-cn": "更新的依赖关系"
70
- },
71
- "0.3.2": {
72
- "en": "added default value to parameter `apiInterval`\nadded translations",
73
- "de": "standardwert zum Parameter `apiInterval `\nübersetzungen",
74
- "ru": "добавленное значение по умолчанию для параметра `apiInterval \"\nдобавленные переводы",
75
- "pt": "valor padrão adicionado ao parâmetro `apiInterval \"\ntraduções adicionadas",
76
- "nl": "toegevoegde standaardwaarde aan parameter Wat\ntoegevoegde vertalingen",
77
- "fr": "valeur ajoutée par défaut au paramètre `apiInterval \"\ntraductions ajoutées",
78
- "it": "valore predefinito aggiunto al parametro `apiInterval #\ntraduzioni aggiunte",
79
- "es": "valor predeterminado añadido al parámetro `apiInterval `\ntraducciones adicionales",
80
- "pl": "domyślna wartość dodana do parametru 'apiInterval'\ndodane tłumaczenia",
81
- "uk": "додано значення за замовчуванням до параметра `apiInterval й\nдодано переклади",
82
- "zh-cn": "添加参数“ apiInterval” 的默认值 `\n增加翻译"
83
- },
84
- "0.2.8": {
85
- "en": "fixed tier and license",
86
- "de": "festwert und lizenz",
87
- "ru": "фиксированный уровень и лицензия",
88
- "pt": "tier fixo e licença",
89
- "nl": "vast niveau en licentie",
90
- "fr": "niveau fixe et licence",
91
- "it": "tier fisso e licenza",
92
- "es": "nivel fijo y licencia",
93
- "pl": "stały poziom dokładności i licencja",
94
- "uk": "фіксований ярус і ліцензія",
95
- "zh-cn": "固定等级和许可证"
96
96
  }
97
97
  },
98
98
  "titleLang": {
@@ -152,12 +152,12 @@
152
152
  },
153
153
  "dependencies": [
154
154
  {
155
- "js-controller": ">=5.0.19"
155
+ "js-controller": ">=6.0.11"
156
156
  }
157
157
  ],
158
158
  "globalDependencies": [
159
159
  {
160
- "admin": ">=6.6.0"
160
+ "admin": ">=7.6.17"
161
161
  }
162
162
  ]
163
163
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "iobroker.hydrawise",
3
- "version": "1.0.3",
3
+ "version": "1.0.5",
4
4
  "description": "Adapter to control the Hydrawise irrigation control system",
5
5
  "author": {
6
6
  "name": "SentiQ",
@@ -9,7 +9,7 @@
9
9
  "homepage": "https://github.com/SentiQ/ioBroker.hydrawise",
10
10
  "license": "MIT",
11
11
  "keywords": [
12
- "iobroker",
12
+ "ioBroker",
13
13
  "hydrawise",
14
14
  "hunter",
15
15
  "irrigation",
@@ -32,7 +32,7 @@
32
32
  "@alcalzone/release-script-plugin-iobroker": "^4.0.0",
33
33
  "@alcalzone/release-script-plugin-license": "^4.0.0",
34
34
  "@alcalzone/release-script-plugin-manual-review": "^4.0.0",
35
- "@iobroker/adapter-dev": "^1.4.0",
35
+ "@iobroker/adapter-dev": "^1.5.0",
36
36
  "@iobroker/eslint-config": "^2.2.0",
37
37
  "@iobroker/testing": "^5.2.2",
38
38
  "@tsconfig/node16": "^16.1.8",