iobroker.hydrawise 0.0.7 → 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,14 @@
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.7 (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
+
17
21
  ### 0.0.6 (2023-05-24)
18
22
 
19
23
  - (SentiQ) lowered min node version to 14.5.0
@@ -32,13 +36,17 @@
32
36
 
33
37
  ### 0.0.2 (2023-05-23)
34
38
 
35
- - (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
36
44
 
37
45
  ## License
38
46
 
39
47
  MIT License
40
48
 
41
- Copyright (c) 2023 SentiQ <fischer.yves@web.de>
49
+ Copyright (c) 2023 aDabbelju <aike.wernicke@gmx.de>
42
50
 
43
51
  Permission is hereby granted, free of charge, to any person obtaining a copy
44
52
  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.0.7",
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
+ },
6
19
  "0.0.7": {
7
20
  "en": "improving log messages",
8
21
  "de": "verbesserung der log-nachrichten",
@@ -80,19 +93,6 @@
80
93
  "pl": "Refaktor",
81
94
  "uk": "Рефакторинг",
82
95
  "zh-cn": "评 注"
83
- },
84
- "0.0.1": {
85
- "en": "initial release",
86
- "de": "Erstveröffentlichung",
87
- "ru": "Начальная версия",
88
- "pt": "lançamento inicial",
89
- "nl": "Eerste uitgave",
90
- "fr": "Première version",
91
- "it": "Versione iniziale",
92
- "es": "Versión inicial",
93
- "pl": "Pierwsze wydanie",
94
- "uk": "початковий реліз",
95
- "zh-cn": "首次出版"
96
96
  }
97
97
  },
98
98
  "titleLang": {
@@ -122,6 +122,7 @@
122
122
  "zh-cn": "Adapter to control the Hydrawise irrigation control system"
123
123
  },
124
124
  "authors": [
125
+ "aDabbelju <aike.wernicke@gmx.de>",
125
126
  "SentiQ <fischer.yves@web.de>"
126
127
  ],
127
128
  "keywords": [
@@ -136,8 +137,8 @@
136
137
  "main": "build/main.js",
137
138
  "icon": "hydrawise.jpg",
138
139
  "enabled": true,
139
- "extIcon": "https://raw.githubusercontent.com/SentiQ/ioBroker.hydrawise/main/admin/hydrawise.jpg",
140
- "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",
141
142
  "loglevel": "info",
142
143
  "mode": "daemon",
143
144
  "type": "garden",
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "iobroker.hydrawise",
3
- "version": "0.0.7",
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,7 +17,7 @@
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
23
  "node": ">= 14.5.0"
@@ -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
  }