@homebridge/hap-client 4.0.0 → 4.0.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +20 -0
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -2,6 +2,26 @@
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
+ ## v4.0.2 (2026-03-29)
6
+
7
+ ### Changed
8
+
9
+ - update dependencies
10
+
11
+ ### Homebridge Dependencies
12
+
13
+ - `@homebridge/hap-nodejs` @ `v2.1.1`
14
+
15
+ ## v4.0.1 (2026-03-21)
16
+
17
+ ### Changed
18
+
19
+ - update dependencies
20
+
21
+ ### Homebridge Dependencies
22
+
23
+ - `@homebridge/hap-nodejs` @ `v2.1.0`
24
+
5
25
  ## v4.0.0 (2026-03-15)
6
26
 
7
27
  ### Changed
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@homebridge/hap-client",
3
- "version": "4.0.0",
3
+ "version": "4.0.2",
4
4
  "description": "A client for HAP-NodeJS.",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -50,19 +50,19 @@
50
50
  },
51
51
  "homepage": "https://github.com/homebridge/hap-client/blob/latest#readme",
52
52
  "dependencies": {
53
- "axios": "1.13.6",
53
+ "axios": "1.14.0",
54
54
  "bonjour-service": "1.3.0",
55
55
  "decamelize": "6.0.1",
56
56
  "inflection": "3.0.2"
57
57
  },
58
58
  "devDependencies": {
59
- "@antfu/eslint-config": "^7.7.2",
60
- "@homebridge/hap-nodejs": "^2.1.0",
59
+ "@antfu/eslint-config": "^7.7.3",
60
+ "@homebridge/hap-nodejs": "^2.1.1",
61
61
  "@types/node": "^25.5.0",
62
- "@vitest/coverage-v8": "^4.1.0",
62
+ "@vitest/coverage-v8": "^4.1.2",
63
63
  "eslint-plugin-format": "^2.0.1",
64
64
  "ts-node": "^10.9.2",
65
65
  "typescript": "^5.9.3",
66
- "vitest": "^4.1.0"
66
+ "vitest": "^4.1.2"
67
67
  }
68
68
  }