@homebridge/hap-client 3.1.1 → 3.1.2
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/CHANGELOG.md +10 -0
- package/package.json +11 -11
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,16 @@
|
|
|
2
2
|
|
|
3
3
|
All notable changes to `@homebridge/hap-client` will be documented in this file. This project tries to adhere to [Semantic Versioning](http://semver.org/).
|
|
4
4
|
|
|
5
|
+
## v3.1.2 (2025-09-13)
|
|
6
|
+
|
|
7
|
+
### Changed
|
|
8
|
+
|
|
9
|
+
- update dependencies
|
|
10
|
+
|
|
11
|
+
### Homebridge Dependencies
|
|
12
|
+
|
|
13
|
+
- `@homebridge/hap-nodejs` @ `v2.0.1`
|
|
14
|
+
|
|
5
15
|
## v3.1.1 (2025-07-23)
|
|
6
16
|
|
|
7
17
|
### Changed
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@homebridge/hap-client",
|
|
3
|
-
"version": "3.1.
|
|
3
|
+
"version": "3.1.2",
|
|
4
4
|
"description": "A client for HAP-NodeJS.",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
},
|
|
39
39
|
"homepage": "https://github.com/homebridge/hap-client/blob/latest#readme",
|
|
40
40
|
"dependencies": {
|
|
41
|
-
"axios": "
|
|
41
|
+
"axios": "1.12.1",
|
|
42
42
|
"bonjour-service": "1.3.0",
|
|
43
43
|
"decamelize": "5.0.1",
|
|
44
44
|
"inflection": "3.0.2",
|
|
@@ -46,19 +46,19 @@
|
|
|
46
46
|
},
|
|
47
47
|
"devDependencies": {
|
|
48
48
|
"@eslint/eslintrc": "^3.3.1",
|
|
49
|
-
"@eslint/js": "^9.
|
|
49
|
+
"@eslint/js": "^9.35.0",
|
|
50
50
|
"@homebridge/hap-nodejs": "^2.0.1",
|
|
51
51
|
"@types/jest": "^30.0.0",
|
|
52
|
-
"@types/node": "^24.
|
|
52
|
+
"@types/node": "^24.3.3",
|
|
53
53
|
"@types/source-map-support": "^0.5.10",
|
|
54
|
-
"@typescript-eslint/eslint-plugin": "^8.
|
|
55
|
-
"@typescript-eslint/parser": "^8.
|
|
56
|
-
"eslint": "^9.
|
|
54
|
+
"@typescript-eslint/eslint-plugin": "^8.43.0",
|
|
55
|
+
"@typescript-eslint/parser": "^8.43.0",
|
|
56
|
+
"eslint": "^9.35.0",
|
|
57
57
|
"eslint-plugin-jest": "^29.0.1",
|
|
58
|
-
"globals": "^16.
|
|
59
|
-
"jest": "^30.
|
|
60
|
-
"ts-jest": "^29.4.
|
|
58
|
+
"globals": "^16.4.0",
|
|
59
|
+
"jest": "^30.1.3",
|
|
60
|
+
"ts-jest": "^29.4.1",
|
|
61
61
|
"ts-node": "^10.9.2",
|
|
62
|
-
"typescript": "^5.
|
|
62
|
+
"typescript": "^5.9.2"
|
|
63
63
|
}
|
|
64
64
|
}
|