homebridge-enphase-envoy 9.19.2-beta.21 → 9.19.2-beta.22

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 +10 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -5,6 +5,16 @@ All notable changes to this project will be documented in this file.
5
5
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
6
  and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
 
8
+ ## [9.19.2] - (xx.06.2025)
9
+
10
+ ## Changes
11
+
12
+ - stability and performance improvements
13
+ - dependencies updated
14
+ - added devicesdata to thr RESTFul
15
+ - redme updated
16
+ - cleanup
17
+
8
18
  ## [9.19.0] - (04.06.2025)
9
19
 
10
20
  ## Changes
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "private": false,
3
3
  "displayName": "Enphase Envoy",
4
4
  "name": "homebridge-enphase-envoy",
5
- "version": "9.19.2-beta.21",
5
+ "version": "9.19.2-beta.22",
6
6
  "description": "Homebridge plugin for Photovoltaic Energy System manufactured by Enphase.",
7
7
  "license": "MIT",
8
8
  "author": "grzegorz914",
@@ -32,7 +32,7 @@
32
32
  ],
33
33
  "engines": {
34
34
  "homebridge": "^1.9.0 || ^2.0.0 || ^2.0.0-beta.29",
35
- "node": "^18.20.4 || ^20.15.1 || ^22.7.0 || ^23.2.0"
35
+ "node": "^18.20.4 || ^20.15.1 || ^22.7.0 || ^23.2.0 || ^24.0.0"
36
36
  },
37
37
  "dependencies": {
38
38
  "async-mqtt": "^2.6.3",