homebridge-dummy 1.4.0-beta.4 → 1.4.0-beta.6

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 CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  All notable changes to homebridge-dummy will be documented in this file.
4
4
 
5
- ## 1.4.0-beta.4 (2025-10-26)
5
+ ## 1.4.0-beta.6 (2025-10-30)
6
6
 
7
7
  ### ‼️ WARNING ‼️ — If upgrading from v0.9.2 or earlier, [READ THIS FIRST](https://github.com/mpatfield/homebridge-dummy?tab=readme-ov-file#v10-migration)
8
8
 
@@ -14,8 +14,10 @@ All notable changes to homebridge-dummy will be documented in this file.
14
14
  - Min/max temperature settings for `Thermostat`
15
15
 
16
16
  ### Changed
17
+ - ⚠️ Dropped [official support](https://github.com/homebridge/homebridge/wiki/How-To-Update-Node.js) for Node.js v18 and added Node.js v24
17
18
  - `defaultOn` has been deprecated in favor of `defaultState` for `Lightbulb`, `Outlet`, and `Switch`
18
19
  - This is backwards compatible so no manual edits are necessary
20
+ - Updated dependencies
19
21
 
20
22
  ## 1.3.2 (2025-10-24)
21
23
 
@@ -43,4 +43,4 @@
43
43
  <em><p i18n="migrationDetails5" i18n_replace="migration"></p></em></br>
44
44
  </div>
45
45
 
46
- <script src="ui.js?v=1.4.0-beta.4"></script>
46
+ <script src="ui.js?v=1.4.0-beta.6"></script>
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "displayName": "Homebridge Dummy",
5
5
  "description": "Create accessories to help with HomeKit automation and control — scheduling, delays, sensors, commands, conditions, webhooks, and more",
6
6
  "type": "module",
7
- "version": "1.4.0-beta.4",
7
+ "version": "1.4.0-beta.6",
8
8
  "homepage": "https://github.com/mpatfield/homebridge-dummy#readme",
9
9
  "repository": {
10
10
  "type": "git",
@@ -56,7 +56,7 @@
56
56
  ],
57
57
  "engines": {
58
58
  "homebridge": "^1.8.0 || ^2.0.0-beta.0",
59
- "node": "^18.20.4 || ^20.18.0 || ^22.10.0"
59
+ "node": "^20 || ^22 || ^24"
60
60
  },
61
61
  "dependencies": {
62
62
  "@homebridge/plugin-ui-utils": "^2.0.2",