iobroker.teslafi 3.0.2 → 3.0.3

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
@@ -79,6 +79,11 @@ If you enjoyed this project — or just feeling generous, consider buying me a b
79
79
  Placeholder for the next version (at the beginning of the line):
80
80
  ### **WORK IN PROGRESS**
81
81
  -->
82
+ ### 3.0.3 (2026-07-05)
83
+
84
+ - (hombach) removed unneeded test devDependencies (chai, sinon-chai, proxyquire) and switched tests to Node.js assert
85
+ - (hombach) updated axios
86
+
82
87
  ### 3.0.2 (2026-06-19)
83
88
 
84
89
  - (hombach) fixed warnings by adapter checker
@@ -100,12 +105,6 @@ If you enjoyed this project — or just feeling generous, consider buying me a b
100
105
  - (hombach) fix vulnerability in axios
101
106
  - (hombach) update dependencies
102
107
 
103
- ### 2.0.6 (2026-02-27)
104
-
105
- - (hombach) admin 7.6.20 needed by adapter checker
106
- - (hombach) update axios
107
- - (hombach) update dependencies
108
-
109
108
  [Older changelogs can be found there](CHANGELOG_OLD.md)
110
109
 
111
110
  ## License
package/io-package.json CHANGED
@@ -1,8 +1,21 @@
1
1
  {
2
2
  "common": {
3
3
  "name": "teslafi",
4
- "version": "3.0.2",
4
+ "version": "3.0.3",
5
5
  "news": {
6
+ "3.0.3": {
7
+ "en": "removed unneeded test devDependencies (chai, sinon-chai, proxyquire) and switched tests to Node.js assert\nupdated axios",
8
+ "de": "Nicht benötigte Testabhängigkeiten (chai, sinon-chai, proxyquire) wurden entfernt und die Tests auf Node.js-Assertions umgestellt.\naktualisiertes Axios",
9
+ "ru": "Удалил ненужные зависимости для разработки тестов (chai, sinon-chai, proxyquire) и переключил тесты на проверку Node.js.\nобновленные аксиосы",
10
+ "pt": "Removi as dependências de desenvolvimento de teste desnecessárias (chai, sinon-chai, proxyquire) e migrei os testes para assert do Node.js.\naxios atualizado",
11
+ "nl": "Onnodige test-devDependencies (chai, sinon-chai, proxyquire) verwijderd en tests overgezet naar Node.js-assert\naxios bijgewerkt",
12
+ "fr": "Suppression des dépendances de développement de test inutiles (chai, sinon-chai, proxyquire) et passage à des tests utilisant Node.js.\naxios mis à jour",
13
+ "it": "Rimossi i test devDependencies non necessari (chai, sinon-chai, proxyquire) e convertiti i test in Node.js assert\naxios aggiornato",
14
+ "es": "Se eliminaron las dependencias de desarrollo de prueba innecesarias (chai, sinon-chai, proxyquire) y se cambiaron las pruebas a la aserción de Node.js.\nAxios actualizado",
15
+ "pl": "usunięto niepotrzebne zależności testowe (chai, sinon-chai, proxyquire) i przełączono testy na Node.js assert\nzaktualizowane aksjomaty",
16
+ "uk": "видалено непотрібні devDependencies для тестів (chai, sinon-chai, proxyquire) та переключено тести на Node.js assert\nоновлений Axios",
17
+ "zh-cn": "移除了不必要的测试开发依赖项(chai、sinon-chai、proxyquire),并将测试切换为 Node.js assert。\n更新后的 axios"
18
+ },
6
19
  "3.0.2": {
7
20
  "en": "fixed warnings by adapter checker",
8
21
  "de": "Warnungen des Adapterprüfers behoben",
@@ -80,19 +93,6 @@
80
93
  "pl": "optymalizacja konfiguracji zależnej (# 209)\nrok 2026 zmiany\naktualizacja axios\naktualizacji zależności",
81
94
  "uk": "оптимізація налаштування залежностей (#209)\nрік 2026 змін\nоновлення axios\nоновлення залежності",
82
95
  "zh-cn": "优化依赖配置 (# 209)\n2026年的变化\n更新轴线\n更新依赖关系"
83
- },
84
- "2.0.4": {
85
- "en": "upgrade NPM deployment system\nbump dependencies",
86
- "de": "nPM Bereitstellung System\nbumpabhängigkeiten",
87
- "ru": "модернизация системы развертывания NPM\nбамп зависимости",
88
- "pt": "atualizar sistema de implantação NPM\ndependências de colisão",
89
- "nl": "upgrade NPM-implementatiesysteem\nbump afhankelijkheden",
90
- "fr": "mise à niveau du système de déploiement NPM\ndépendances des bosses",
91
- "it": "aggiornare il sistema di distribuzione NPM\nindipendenza urto",
92
- "es": "actualización del sistema de despliegue del mecanismo nacional de prevención\ndependencia de los gastos",
93
- "pl": "aktualizacja systemu wdrażania NPM\nuzależnienia od guza",
94
- "uk": "оновлення системи розгортання NPM\nbump залежності",
95
- "zh-cn": "改进国家预防机制的部署系统\n意外依赖"
96
96
  }
97
97
  },
98
98
  "titleLang": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "iobroker.teslafi",
3
- "version": "3.0.2",
3
+ "version": "3.0.3",
4
4
  "description": "Adapter to poll TeslaFi data of your car",
5
5
  "author": {
6
6
  "name": "Hombach",
@@ -24,7 +24,7 @@
24
24
  },
25
25
  "dependencies": {
26
26
  "@iobroker/adapter-core": "^3.4.1",
27
- "axios": "^1.17.0",
27
+ "axios": "^1.18.1",
28
28
  "date-fns": "^4.4.0"
29
29
  },
30
30
  "devDependencies": {
@@ -35,17 +35,9 @@
35
35
  "@iobroker/adapter-dev": "^1.5.0",
36
36
  "@iobroker/eslint-config": "^2.3.4",
37
37
  "@iobroker/testing": "^5.2.2",
38
- "@iobroker/types": "^7.1.2",
38
+ "@iobroker/types": "^7.2.2",
39
39
  "@tsconfig/node22": "^22.0.5",
40
- "@types/chai": "^5.2.3",
41
- "@types/chai-as-promised": "^8.0.2",
42
- "@types/node": "^22.19.21",
43
- "@types/proxyquire": "^1.3.31",
44
- "@types/sinon-chai": "^4.0.0",
45
- "chai": "^6.2.2",
46
- "chai-as-promised": "^8.0.2",
47
- "sinon-chai": "^4.0.1",
48
- "proxyquire": "^2.1.3",
40
+ "@types/node": "^22.20.0",
49
41
  "source-map-support": "^0.5.21",
50
42
  "ts-node": "^10.9.2",
51
43
  "typescript": "~6.0.3"