@homebridge/hap-client 5.0.0-beta.1 → 5.0.0-beta.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.
@@ -6,8 +6,6 @@ updates:
6
6
  interval: daily
7
7
  time: '10:00'
8
8
  open-pull-requests-limit: 10
9
- assignees:
10
- - NorthernMan54
11
9
  labels:
12
10
  - dependencies
13
11
  # Group related updates together (optional)
@@ -115,7 +115,7 @@ jobs:
115
115
  - name: Setup Node.js
116
116
  uses: actions/setup-node@v6
117
117
  with:
118
- node-version: 24
118
+ node-version: 'lts/*'
119
119
  registry-url: 'https://registry.npmjs.org'
120
120
 
121
121
  - name: Upgrade npm for OIDC support
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@homebridge/hap-client",
3
3
  "type": "module",
4
- "version": "5.0.0-beta.1",
4
+ "version": "5.0.0-beta.2",
5
5
  "description": "A client for HAP-NodeJS.",
6
6
  "author": {
7
7
  "name": "Homebridge"