homebridge-viessmann-vicare 2.0.13 → 2.0.14

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.
@@ -9,7 +9,7 @@ export declare const PLUGIN_NAME = "homebridge-viessmann-vicare";
9
9
  /**
10
10
  * Plugin version for User-Agent and logging
11
11
  */
12
- export declare const PLUGIN_VERSION = "2.0.13";
12
+ export declare const PLUGIN_VERSION = "2.0.14";
13
13
  /**
14
14
  * Default configuration values
15
15
  */
package/dist/settings.js CHANGED
@@ -12,7 +12,7 @@ exports.PLUGIN_NAME = 'homebridge-viessmann-vicare';
12
12
  /**
13
13
  * Plugin version for User-Agent and logging
14
14
  */
15
- exports.PLUGIN_VERSION = '2.0.13';
15
+ exports.PLUGIN_VERSION = '2.0.14';
16
16
  /**
17
17
  * Default configuration values
18
18
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "homebridge-viessmann-vicare",
3
- "version": "2.0.13",
3
+ "version": "2.0.14",
4
4
  "description": "Complete Homebridge plugin for Viessmann ViCare heating systems with full control capabilities, advanced rate limiting protection, and intelligent cache management",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {
@@ -39,14 +39,11 @@
39
39
  "homebridge": ">=1.8.0 || >=2.0.0-beta.0"
40
40
  },
41
41
  "dependencies": {
42
- "axios": "^1.6.7"
42
+ "axios": "^1.13.5"
43
43
  },
44
44
  "devDependencies": {
45
- "@types/node": "^20.11.0",
46
- "typescript": "^5.8.3"
47
- },
48
- "peerDependencies": {
49
- "homebridge": ">=1.8.0"
45
+ "@types/node": "^20.19.35",
46
+ "typescript": "^5.9.3"
50
47
  },
51
48
  "files": [
52
49
  "dist",