homebridge-securitysystem 8.3.1-beta.1 → 8.4.0-beta.1

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.
@@ -0,0 +1,19 @@
1
+ name: Deploy plugin
2
+
3
+ on:
4
+ workflow_dispatch:
5
+
6
+ push:
7
+ branches:
8
+ - main
9
+
10
+ jobs:
11
+ build:
12
+ runs-on: self-hosted
13
+
14
+ steps:
15
+ - name: Checkout repository
16
+ uses: actions/checkout@v4
17
+
18
+ - name: Install plugin
19
+ run: /opt/homebridge/bin/npm install
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "homebridge-securitysystem",
3
3
  "displayName": "Homebridge Security System",
4
- "version": "8.3.1-beta.1",
4
+ "version": "8.4.0-beta.1",
5
5
  "description": "Homebridge plugin that creates a security system accessory that can be triggered by HomeKit sensors.",
6
6
  "main": "src/index.js",
7
7
  "scripts": {
@@ -37,8 +37,8 @@
37
37
  }
38
38
  ],
39
39
  "engines": {
40
- "node": "^18.15.0 || ^20.7.0",
41
- "homebridge": ">=0.2.0"
40
+ "node": "^18.20.4 || ^20.15.1",
41
+ "homebridge": "^1.6.0 || ^2.0.0-beta.0"
42
42
  },
43
43
  "dependencies": {
44
44
  "express": "^4.17.1",