@homebridge-plugins/homebridge-matter 0.2.0-beta.1 → 0.2.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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -67,7 +67,7 @@ This plugin provides example implementations of Matter device types in Homebridg
67
67
 
68
68
  - To use this plugin, you will need to already have:
69
69
  - [Node](https://nodejs.org): latest version of `v20`, `v22` or `v24` - any other major version is not supported.
70
- - [Homebridge](https://homebridge.io): `>=2.0.0-alpha.65 <2.0.0-beta.0` - refer to link for more information and installation instructions.
70
+ - [Homebridge](https://homebridge.io): `>=2.0.0-alpha.66 <2.0.0-beta.0` - refer to link for more information and installation instructions.
71
71
 
72
72
  ### Help/About
73
73
 
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "displayName": "Homebridge Matter",
4
4
  "alias": "Matter",
5
5
  "type": "module",
6
- "version": "0.2.0-beta.1",
6
+ "version": "0.2.0-beta.2",
7
7
  "description": "Homebridge plugin to showcase examples of Matter devices in Homebridge.",
8
8
  "author": {
9
9
  "name": "bwp91",
@@ -49,7 +49,7 @@
49
49
  "main": "dist/index.js",
50
50
  "engines": {
51
51
  "node": "^20.18.0 || ^22.10.0 || ^24.0.0",
52
- "homebridge": ">=2.0.0-alpha.65 <2.0.0-beta.0"
52
+ "homebridge": ">=2.0.0-alpha.66 <2.0.0-beta.0"
53
53
  },
54
54
  "scripts": {
55
55
  "build": "rimraf ./dist && tsc && npm run plugin-ui",
@@ -65,7 +65,7 @@
65
65
  "devDependencies": {
66
66
  "@antfu/eslint-config": "^6.0.0",
67
67
  "@types/node": "^24.9.1",
68
- "homebridge": "2.0.0-alpha.65",
68
+ "homebridge": "2.0.0-alpha.66",
69
69
  "rimraf": "^6.0.1",
70
70
  "ts-node": "^10.9.2",
71
71
  "typescript": "^5.9.3"