iobroker.hydrawise 0.2.2 → 0.2.4

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/LICENSE CHANGED
@@ -1,6 +1,6 @@
1
1
  MIT License
2
2
 
3
- Copyright (c) 2023 SentiQ <fischer.yves@web.de>
3
+ Copyright (c) 2024 SentiQ <fischer.yves@web.de>
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
package/README.md CHANGED
@@ -39,6 +39,15 @@ 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.4 (2024-02-01)
43
+
44
+ - (SentiQ) updated dependencies
45
+
46
+ ### 0.2.3 (2023-10-28)
47
+
48
+ - (SentiQ) NodeJS 16.x is required
49
+ - (SentiQ) updated dependencies
50
+
42
51
  ### 0.2.2 (2023-09-22)
43
52
 
44
53
  - (SentiQ) fixed versions
@@ -141,7 +150,7 @@ You can see all controller information, schedules and sensors. It is also possib
141
150
 
142
151
  MIT License
143
152
 
144
- Copyright (c) 2023 SentiQ <fischer.yves@web.de>
153
+ Copyright (c) 2024 SentiQ <fischer.yves@web.de>
145
154
 
146
155
  Permission is hereby granted, free of charge, to any person obtaining a copy
147
156
  of this software and associated documentation files (the "Software"), to deal
package/io-package.json CHANGED
@@ -1,8 +1,34 @@
1
1
  {
2
2
  "common": {
3
3
  "name": "hydrawise",
4
- "version": "0.2.2",
4
+ "version": "0.2.4",
5
5
  "news": {
6
+ "0.2.4": {
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
+ },
19
+ "0.2.3": {
20
+ "en": "NodeJS 16.x is required\nupdated dependencies",
21
+ "de": "NodeJS 16.x ist erforderlich\naktualisierte abhängigkeiten",
22
+ "ru": "NodeJS 16.x требуется\nобновленные зависимости",
23
+ "pt": "NodeJS 16.x é necessário\ndependências atualizadas",
24
+ "nl": "NodeJS 16.x is vereist\nvertaling:",
25
+ "fr": "NodeJS 16.x est nécessaire\ndépendances actualisées",
26
+ "it": "NodeJS 16.x è richiesto\ndipendenze aggiornate",
27
+ "es": "NodeJS 16.x es necesario\ndependencias actualizadas",
28
+ "pl": "NodeJS 16 (ang.)\nzależności aktualizacji",
29
+ "uk": "NodeJS 16.x обов'язковий\nоновлені залежності",
30
+ "zh-cn": "不需要16.JS16x。\n二. 最新依赖"
31
+ },
6
32
  "0.2.2": {
7
33
  "en": "fixed versions",
8
34
  "de": "feste versionen",
@@ -67,32 +93,6 @@
67
93
  "pl": "rola przycisku",
68
94
  "uk": "фіксовані кнопки ролі",
69
95
  "zh-cn": "b. 固定但工作地点的作用"
70
- },
71
- "0.0.18": {
72
- "en": "fixed timeout",
73
- "de": "feste zeit",
74
- "ru": "фиксированный timeout",
75
- "pt": "tempo limite",
76
- "nl": "vertaling:",
77
- "fr": "timeout fixe",
78
- "it": "tempo fisso",
79
- "es": "tiempo fijo",
80
- "pl": "czas ciągły",
81
- "uk": "фіксований час",
82
- "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.2",
3
+ "version": "0.2.4",
4
4
  "description": "Adapter to control the Hydrawise irrigation control system",
5
5
  "author": {
6
6
  "name": "SentiQ",
@@ -20,43 +20,44 @@
20
20
  "url": "git@github.com:SentiQ/ioBroker.hydrawise.git"
21
21
  },
22
22
  "engines": {
23
- "node": ">= 15.0.0"
23
+ "node": ">=16"
24
24
  },
25
25
  "dependencies": {
26
- "@iobroker/adapter-core": "^2.6.7"
26
+ "@iobroker/adapter-core": "^2.6.7",
27
+ "axios": "^1.6.7"
27
28
  },
28
29
  "devDependencies": {
29
- "@alcalzone/release-script": "^3.6.0",
30
- "@alcalzone/release-script-plugin-iobroker": "^3.6.0",
30
+ "@alcalzone/release-script": "^3.7.0",
31
+ "@alcalzone/release-script-plugin-iobroker": "^3.7.0",
31
32
  "@alcalzone/release-script-plugin-license": "^3.5.9",
32
- "@alcalzone/release-script-plugin-manual-review": "^3.5.9",
33
+ "@alcalzone/release-script-plugin-manual-review": "^3.7.0",
33
34
  "@iobroker/adapter-dev": "^1.2.0",
34
35
  "@iobroker/testing": "^4.1.0",
35
36
  "@tsconfig/node16": "^16.1.0",
36
37
  "@types/chai": "^4.3.4",
37
38
  "@types/chai-as-promised": "^7.1.5",
38
- "@types/mocha": "^10.0.1",
39
- "@types/node": "^20.3.3",
40
- "@types/proxyquire": "^1.3.28",
39
+ "@types/mocha": "^10.0.2",
40
+ "@types/node": "^20.8.10",
41
+ "@types/proxyquire": "^1.3.31",
41
42
  "@types/sinon": "^10.0.13",
42
- "@types/sinon-chai": "^3.2.9",
43
+ "@types/sinon-chai": "^3.2.10",
43
44
  "@typescript-eslint/eslint-plugin": "^5.60.1",
44
45
  "@typescript-eslint/parser": "^5.60.1",
45
46
  "chai": "^4.3.8",
46
47
  "chai-as-promised": "^7.1.1",
47
- "eslint": "^8.48.0",
48
+ "eslint": "^8.56.0",
48
49
  "eslint-config-prettier": "^9.0.0",
49
50
  "eslint-plugin-prettier": "^5.0.0",
50
51
  "mocha": "^10.2.0",
51
52
  "nyc": "^15.1.0",
52
- "prettier": "^3.0.3",
53
+ "prettier": "^3.2.4",
53
54
  "proxyquire": "^2.1.3",
54
- "rimraf": "^5.0.1",
55
+ "rimraf": "^5.0.5",
55
56
  "sinon": "^15.2.0",
56
57
  "sinon-chai": "^3.7.0",
57
58
  "source-map-support": "^0.5.21",
58
59
  "ts-node": "^10.9.1",
59
- "typescript": "~5.2.2"
60
+ "typescript": "~5.3.2"
60
61
  },
61
62
  "main": "build/main.js",
62
63
  "files": [