@rnsc/homebridge-komfovent-ping2 0.2.2 → 0.2.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/package.json +3 -3
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"private": false,
|
|
3
3
|
"displayName": "Komfovent Ping2",
|
|
4
4
|
"name": "@rnsc/homebridge-komfovent-ping2",
|
|
5
|
-
"version": "0.2.
|
|
5
|
+
"version": "0.2.3",
|
|
6
6
|
"description": "Homebridge plugin to control a Komfovent unit through a PING2 module over HTTP.",
|
|
7
7
|
"license": "Apache-2.0",
|
|
8
8
|
"repository": {
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
"homebridge-plugin"
|
|
28
28
|
],
|
|
29
29
|
"dependencies": {
|
|
30
|
-
"axios": "^1.2
|
|
30
|
+
"axios": "^1.13.2"
|
|
31
31
|
},
|
|
32
32
|
"devDependencies": {
|
|
33
33
|
"@types/node": "^16.10.9",
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
"@typescript-eslint/parser": "^5.0.0",
|
|
36
36
|
"eslint": "^8.0.1",
|
|
37
37
|
"homebridge": "^1.3.5",
|
|
38
|
-
"nodemon": "^
|
|
38
|
+
"nodemon": "^3.1.11",
|
|
39
39
|
"rimraf": "^3.0.2",
|
|
40
40
|
"ts-node": "^10.3.0",
|
|
41
41
|
"typescript": "^4.4.4"
|