iobroker.hydrawise 0.0.6 → 0.0.8

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) 2023 aDabbelju <aike.wernicke@gmx.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
@@ -10,10 +10,18 @@
10
10
  [![NPM](https://nodei.co/npm/iobroker.hydrawise.png?downloads=true)](https://nodei.co/npm/iobroker.hydrawise/)
11
11
 
12
12
  ## Changelog
13
- ### 0.0.6 (2023-05-24)
13
+ ### 0.0.8 (2023-05-25)
14
14
 
15
15
  - (SentiQ) improving log messages
16
16
 
17
+ ### 0.0.7 (2023-05-25)
18
+
19
+ - (SentiQ) fixed author
20
+
21
+ ### 0.0.6 (2023-05-24)
22
+
23
+ - (SentiQ) lowered min node version to 14.5.0
24
+
17
25
  ### 0.0.5 (2023-05-24)
18
26
 
19
27
  - (SentiQ) updated packages
@@ -28,13 +36,17 @@
28
36
 
29
37
  ### 0.0.2 (2023-05-23)
30
38
 
31
- - (SentiQ) Initial commit after refactoring code
39
+ - (SentiQ) refactoring code
40
+
41
+ ### 0.0.1 (2023-01-26)
42
+
43
+ - (aDabbelju) Initial commit by adapter creator
32
44
 
33
45
  ## License
34
46
 
35
47
  MIT License
36
48
 
37
- Copyright (c) 2023 SentiQ <fischer.yves@web.de>
49
+ Copyright (c) 2023 aDabbelju <aike.wernicke@gmx.de>
38
50
 
39
51
  Permission is hereby granted, free of charge, to any person obtaining a copy
40
52
  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.0.6",
4
+ "version": "0.0.8",
5
5
  "news": {
6
+ "0.0.8": {
7
+ "en": "improving log messages",
8
+ "de": "verbesserung der log-nachrichten",
9
+ "ru": "улучшение лог-сообщений",
10
+ "pt": "melhorar as mensagens de log",
11
+ "nl": "het verbeteren van logberichten",
12
+ "fr": "améliorer les messages journaux",
13
+ "it": "migliorare i messaggi di log",
14
+ "es": "mejorar los mensajes de registro",
15
+ "pl": "udoskonalać",
16
+ "uk": "поліпшення повідомлень журналу",
17
+ "zh-cn": "b. 改进信息"
18
+ },
19
+ "0.0.7": {
20
+ "en": "improving log messages",
21
+ "de": "verbesserung der log-nachrichten",
22
+ "ru": "улучшение лог-сообщений",
23
+ "pt": "melhorar as mensagens de log",
24
+ "nl": "het verbeteren van logberichten",
25
+ "fr": "améliorer les messages journaux",
26
+ "it": "migliorare i messaggi di log",
27
+ "es": "mejorar los mensajes de registro",
28
+ "pl": "udoskonalać",
29
+ "uk": "поліпшення повідомлень журналу",
30
+ "zh-cn": "b. 改进信息"
31
+ },
6
32
  "0.0.6": {
7
33
  "en": "improving log messages",
8
34
  "de": "verbesserung der log-nachrichten",
@@ -67,19 +93,6 @@
67
93
  "pl": "Refaktor",
68
94
  "uk": "Рефакторинг",
69
95
  "zh-cn": "评 注"
70
- },
71
- "0.0.1": {
72
- "en": "initial release",
73
- "de": "Erstveröffentlichung",
74
- "ru": "Начальная версия",
75
- "pt": "lançamento inicial",
76
- "nl": "Eerste uitgave",
77
- "fr": "Première version",
78
- "it": "Versione iniziale",
79
- "es": "Versión inicial",
80
- "pl": "Pierwsze wydanie",
81
- "uk": "початковий реліз",
82
- "zh-cn": "首次出版"
83
96
  }
84
97
  },
85
98
  "titleLang": {
@@ -109,6 +122,7 @@
109
122
  "zh-cn": "Adapter to control the Hydrawise irrigation control system"
110
123
  },
111
124
  "authors": [
125
+ "aDabbelju <aike.wernicke@gmx.de>",
112
126
  "SentiQ <fischer.yves@web.de>"
113
127
  ],
114
128
  "keywords": [
@@ -123,8 +137,8 @@
123
137
  "main": "build/main.js",
124
138
  "icon": "hydrawise.jpg",
125
139
  "enabled": true,
126
- "extIcon": "https://raw.githubusercontent.com/SentiQ/ioBroker.hydrawise/main/admin/hydrawise.jpg",
127
- "readme": "https://github.com/SentiQ/ioBroker.hydrawise/blob/main/README.md",
140
+ "extIcon": "https://raw.githubusercontent.com/aDabbelju/ioBroker.hydrawise/main/admin/hydrawise.jpg",
141
+ "readme": "https://github.com/aDabbelju/ioBroker.hydrawise/blob/main/README.md",
128
142
  "loglevel": "info",
129
143
  "mode": "daemon",
130
144
  "type": "garden",
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "iobroker.hydrawise",
3
- "version": "0.0.6",
3
+ "version": "0.0.8",
4
4
  "description": "Adapter to control the Hydrawise irrigation control system",
5
5
  "author": {
6
- "name": "SentiQ",
7
- "email": "fischer.yves@web.de"
6
+ "name": "aDabbelju",
7
+ "email": "aike.wernicke@gmx.de"
8
8
  },
9
- "homepage": "https://github.com/SentiQ/ioBroker.hydrawise",
9
+ "homepage": "https://github.com/aDabbelju/ioBroker.hydrawise",
10
10
  "license": "MIT",
11
11
  "keywords": [
12
12
  "hydrawise",
@@ -17,10 +17,10 @@
17
17
  ],
18
18
  "repository": {
19
19
  "type": "git",
20
- "url": "git@github.com:SentiQ/ioBroker.hydrawise.git"
20
+ "url": "git@github.com:aDabbelju/ioBroker.hydrawise.git"
21
21
  },
22
22
  "engines": {
23
- "node": ">= 16"
23
+ "node": ">= 14.5.0"
24
24
  },
25
25
  "dependencies": {
26
26
  "@iobroker/adapter-core": "^2.6.7"
@@ -107,7 +107,7 @@
107
107
  "instrument": true
108
108
  },
109
109
  "bugs": {
110
- "url": "https://github.com/SentiQ/ioBroker.hydrawise/issues"
110
+ "url": "https://github.com/aDabbelju/ioBroker.hydrawise/issues"
111
111
  },
112
112
  "readmeFilename": "README.md"
113
113
  }