@homebridge-plugins/homebridge-matter 0.8.2 → 0.8.4

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,6 +2,18 @@
2
2
 
3
3
  All notable changes to `@homebridge-plugins/homebridge-matter` will be documented in this file.
4
4
 
5
+ ## v0.8.4 (2026-02-22)
6
+
7
+ ### Changes
8
+
9
+ - dependency updates
10
+
11
+ ## v0.8.3 (2026-01-22)
12
+
13
+ ### Changes
14
+
15
+ - dependency updates
16
+
5
17
  ## v0.8.2 (2025-12-21)
6
18
 
7
19
  ### Changes
package/README.md CHANGED
@@ -8,8 +8,8 @@
8
8
  Homebridge plugin to showcase examples of Matter devices in Homebridge.
9
9
 
10
10
  [![npm](https://img.shields.io/npm/v/@homebridge-plugins/homebridge-matter/latest?label=latest)](https://www.npmjs.com/package/@homebridge-plugins/homebridge-matter)
11
- [![npm](https://img.shields.io/npm/v/@homebridge-plugins/homebridge-matter/beta?label=beta)](https://github.com/homebridge-plugins/homebridge-matter/wiki/Beta-Version)
12
- [![verified-by-homebridge](https://img.shields.io/badge/homebridge-verified-blueviolet?color=%23491F59&style=flat)](https://github.com/homebridge/homebridge/wiki/Verified-Plugins)
11
+ [![npm](https://img.shields.io/npm/v/@homebridge-plugins/homebridge-matter/beta?label=beta)](https://github.com/homebridge-plugins/homebridge-matter/wiki/Beta-Version)<br>
12
+ [![verified-by-homebridge](https://img.shields.io/badge/homebridge-verified-blueviolet?color=%23491F59&style=flat)](https://github.com/homebridge/homebridge/wiki/Verified-Plugins)<br>
13
13
  [![npm](https://img.shields.io/npm/dt/@homebridge-plugins/homebridge-matter)](https://www.npmjs.com/package/@homebridge-plugins/homebridge-matter)
14
14
  [![Discord](https://img.shields.io/discord/432663330281226270?color=728ED5&logo=discord&label=hb-discord)](https://discord.com/channels/432663330281226270/742733745743855627)
15
15
 
@@ -27,7 +27,7 @@ This plugin provides example implementations of Matter device types in Homebridg
27
27
 
28
28
  - To use this plugin, you will need to already have:
29
29
  - [Node](https://nodejs.org): latest version of `v20`, `v22` or `v24` - any other major version is not supported.
30
- - [Homebridge](https://homebridge.io): `>=2.0.0-beta.63` - refer to link for more information and installation instructions.
30
+ - [Homebridge](https://homebridge.io): `>=2.0.0-beta.72` - refer to link for more information and installation instructions.
31
31
 
32
32
  ### Getting Started
33
33
 
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "displayName": "Homebridge Matter",
4
4
  "alias": "Matter",
5
5
  "type": "module",
6
- "version": "0.8.2",
6
+ "version": "0.8.4",
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-beta.63"
52
+ "homebridge": ">=2.0.0-beta.72"
53
53
  },
54
54
  "scripts": {
55
55
  "build": "rimraf ./dist && tsc && npm run plugin-ui",
@@ -59,13 +59,13 @@
59
59
  "prepublishOnly": "npm run lint && npm run build"
60
60
  },
61
61
  "dependencies": {
62
- "@homebridge/plugin-ui-utils": "^2.1.3-beta.0"
62
+ "@homebridge/plugin-ui-utils": "^2.2.0"
63
63
  },
64
64
  "devDependencies": {
65
- "@antfu/eslint-config": "^6.7.1",
66
- "@types/node": "^25.0.3",
67
- "homebridge": "^2.0.0-beta.65",
68
- "rimraf": "^6.1.2",
65
+ "@antfu/eslint-config": "^7.4.3",
66
+ "@types/node": "^25.3.0",
67
+ "homebridge": "^2.0.0-beta.72",
68
+ "rimraf": "^6.1.3",
69
69
  "ts-node": "^10.9.2",
70
70
  "typescript": "^5.9.3"
71
71
  }