iobroker.tibberlink 0.1.7 → 0.1.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/README.md CHANGED
@@ -35,6 +35,8 @@ This adapter uses Sentry libraries to automatically report exceptions and code e
35
35
  ## Changelog
36
36
  ! Note that missing version entries are typically dependency updates for improved security.
37
37
 
38
+ ### 0.1.8 (2023-08-12)
39
+ * (HombachC) bump dev-dependencies, fix eslint/prettier issue
38
40
  ### 0.1.7 (2023-08-11)
39
41
  * (HombachC) code cleanup, fix error for obsolete next day pricing (#23)
40
42
  * (HombachC) add another try/catch while fetching homes list (#32)
package/io-package.json CHANGED
@@ -1,8 +1,21 @@
1
1
  {
2
2
  "common": {
3
3
  "name": "tibberlink",
4
- "version": "0.1.7",
4
+ "version": "0.1.8",
5
5
  "news": {
6
+ "0.1.8": {
7
+ "en": "bump dev-dependencies, fix eslint/prettier issue",
8
+ "de": "update dev-dependencies, eslint/prettier Problem behoben",
9
+ "ru": "bump dev-зависимости, исправить eslint/prettier вопрос",
10
+ "pt": "balance dev-dependencies, corrigir eslint / problema mais bonito",
11
+ "nl": "quality over quantity (qoq) releases vertaling:",
12
+ "fr": "dev-dépendances de bosse, correction eslint/prettier issue",
13
+ "it": "urto dev-dipendenze, risolvere eslint / problema più bello",
14
+ "es": "dev-dependencies, fijar eslint/prettier issue",
15
+ "pl": "dev-dependencies fix eslint/prettier problem",
16
+ "uk": "bump dev-залежність, виправити проблему eslint/prettier",
17
+ "zh-cn": "b 倾销-变暖、固定电梯/升级问题"
18
+ },
6
19
  "0.1.7": {
7
20
  "en": "code cleanup, fix error for obsolete next day pricing #23; add another try/catch while fetching homes list #32",
8
21
  "de": "code cleanup, fix fehler für veraltete am nächsten tag preis #23; fügen sie einen weiteren versuch / fang, während das fetching homes list #32",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "iobroker.tibberlink",
3
- "version": "0.1.7",
3
+ "version": "0.1.8",
4
4
  "description": "links tibber API data to be used in ioBroker",
5
5
  "author": {
6
6
  "name": "Hombach",
@@ -43,9 +43,9 @@
43
43
  "chai-as-promised": "^7.1.1",
44
44
  "eslint": "^8.47.0",
45
45
  "eslint-config-prettier": "^9.0.0",
46
- "eslint-plugin-prettier": "^4.2.1",
46
+ "eslint-plugin-prettier": "^5.0.0",
47
47
  "mocha": "^10.2.0",
48
- "prettier": "^2.8.8",
48
+ "prettier": "^3.0.1",
49
49
  "proxyquire": "^2.1.3",
50
50
  "rimraf": "^5.0.1",
51
51
  "sinon": "^15.2.0",