iobroker.hydrawise 0.2.3 → 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,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.2.4 (2024-02-01)
43
+
44
+ - (SentiQ) updated dependencies
45
+
42
46
  ### 0.2.3 (2023-10-28)
43
47
 
44
48
  - (SentiQ) NodeJS 16.x is required
@@ -146,7 +150,7 @@ You can see all controller information, schedules and sensors. It is also possib
146
150
 
147
151
  MIT License
148
152
 
149
- Copyright (c) 2023 SentiQ <fischer.yves@web.de>
153
+ Copyright (c) 2024 SentiQ <fischer.yves@web.de>
150
154
 
151
155
  Permission is hereby granted, free of charge, to any person obtaining a copy
152
156
  of this software and associated documentation files (the "Software"), to deal
package/io-package.json CHANGED
@@ -1,8 +1,21 @@
1
1
  {
2
2
  "common": {
3
3
  "name": "hydrawise",
4
- "version": "0.2.3",
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
+ },
6
19
  "0.2.3": {
7
20
  "en": "NodeJS 16.x is required\nupdated dependencies",
8
21
  "de": "NodeJS 16.x ist erforderlich\naktualisierte abhängigkeiten",
@@ -80,19 +93,6 @@
80
93
  "pl": "rola przycisku",
81
94
  "uk": "фіксовані кнопки ролі",
82
95
  "zh-cn": "b. 固定但工作地点的作用"
83
- },
84
- "0.0.18": {
85
- "en": "fixed timeout",
86
- "de": "feste zeit",
87
- "ru": "фиксированный timeout",
88
- "pt": "tempo limite",
89
- "nl": "vertaling:",
90
- "fr": "timeout fixe",
91
- "it": "tempo fisso",
92
- "es": "tiempo fijo",
93
- "pl": "czas ciągły",
94
- "uk": "фіксований час",
95
- "zh-cn": "固定时间"
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",
3
+ "version": "0.2.4",
4
4
  "description": "Adapter to control the Hydrawise irrigation control system",
5
5
  "author": {
6
6
  "name": "SentiQ",
@@ -23,40 +23,41 @@
23
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
39
  "@types/mocha": "^10.0.2",
39
- "@types/node": "^20.8.0",
40
- "@types/proxyquire": "^1.3.28",
40
+ "@types/node": "^20.8.10",
41
+ "@types/proxyquire": "^1.3.31",
41
42
  "@types/sinon": "^10.0.13",
42
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
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": [