homebridge-adt-pulse 3.4.13 → 3.4.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.
@@ -6,7 +6,7 @@
6
6
  <meta name="viewport" content="width=device-width, initial-scale=1.0" />
7
7
  <meta name="referrer" content="no-referrer" />
8
8
  <link href="./favicon.ico" type="image/x-icon" rel="shortcut icon" />
9
- <script type="module" crossorigin src="./assets/index-DH3K5Tby.js"></script>
9
+ <script type="module" crossorigin src="./assets/index-BCxV-Xbl.js"></script>
10
10
  </head>
11
11
  <body>
12
12
  <div id="root"></div>
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "homebridge-adt-pulse",
3
3
  "displayName": "Homebridge ADT Pulse",
4
- "version": "3.4.13",
4
+ "version": "3.4.14",
5
5
  "description": "Homebridge security system platform for ADT Pulse",
6
6
  "main": "./build/index.js",
7
7
  "exports": "./build/index.js",
@@ -21,7 +21,6 @@
21
21
  "test-api": "node ./build/scripts/test-api.js",
22
22
  "postinstall": "node postinstall.js"
23
23
  },
24
- "types": "",
25
24
  "repository": {
26
25
  "type": "git",
27
26
  "url": "git://github.com/mrjackyliang/homebridge-adt-pulse.git"
@@ -62,14 +61,14 @@
62
61
  ],
63
62
  "homepage": "https://github.com/mrjackyliang/homebridge-adt-pulse",
64
63
  "engines": {
65
- "homebridge": "~1.8.0 || ^2.0.0-beta.0",
66
- "node": ">=20"
64
+ "homebridge": "^1.11.0 || ^2.0.0-beta.0",
65
+ "node": ">=22"
67
66
  },
68
67
  "dependencies": {
69
68
  "@faker-js/faker": "9.3.0",
70
69
  "@homebridge/plugin-ui-utils": "2.0.0",
71
70
  "@hookform/resolvers": "3.10.0",
72
- "axios": "1.7.9",
71
+ "axios": "1.12.0",
73
72
  "axios-cookiejar-support": "5.0.5",
74
73
  "chalk": "5.4.1",
75
74
  "jsdom": "25.0.1",
@@ -91,14 +90,14 @@
91
90
  "@types/jsdom": "21.1.7",
92
91
  "@types/lodash": "4.17.14",
93
92
  "@types/luxon": "3.4.2",
94
- "@types/node": "22.10.5",
93
+ "@types/node": "22.18.11",
95
94
  "@types/react": "19.0.3",
96
95
  "@types/react-dom": "19.0.2",
97
96
  "@types/semver": "7.5.8",
98
97
  "@types/tough-cookie": "4.0.5",
99
98
  "@typescript-eslint/eslint-plugin": "8.19.1",
100
99
  "@typescript-eslint/parser": "8.19.1",
101
- "@vitejs/plugin-react": "4.3.4",
100
+ "@vitejs/plugin-react": "5.0.4",
102
101
  "eslint": "9.17.0",
103
102
  "eslint-import-resolver-typescript": "3.7.0",
104
103
  "eslint-plugin-import": "2.31.0",
@@ -111,7 +110,7 @@
111
110
  "rimraf": "6.0.1",
112
111
  "tsconfig-replace-paths": "0.0.14",
113
112
  "typescript": "5.7.2",
114
- "vite": "6.0.7",
113
+ "vite": "7.1.10",
115
114
  "vite-tsconfig-paths": "5.1.4"
116
115
  }
117
116
  }