homebridge-eggtimer-plugin 1.1.3 → 1.1.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.
@@ -2,6 +2,8 @@
2
2
  # For more information see: https://help.github.com/actions/language-and-framework-guides/using-nodejs-with-github-actions
3
3
 
4
4
  name: Audit
5
+ permissions:
6
+ contents: read
5
7
 
6
8
  on:
7
9
 
@@ -3,6 +3,9 @@
3
3
 
4
4
  name: Build Homebridge 2.x
5
5
 
6
+ permissions:
7
+ contents: read
8
+
6
9
  on:
7
10
  pull_request:
8
11
  schedule:
@@ -2,6 +2,8 @@
2
2
  # For more information see: https://help.github.com/actions/language-and-framework-guides/using-nodejs-with-github-actions
3
3
 
4
4
  name: Build
5
+ permissions:
6
+ contents: read
5
7
 
6
8
  on: [pull_request]
7
9
 
@@ -10,6 +10,9 @@ on:
10
10
  jobs:
11
11
  publish:
12
12
  runs-on: ubuntu-latest
13
+ permissions:
14
+ contents: read
15
+ packages: write
13
16
  steps:
14
17
  - uses: actions/checkout@v4
15
18
  - uses: pnpm/action-setup@v4
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "homebridge-eggtimer-plugin",
3
3
  "displayName": "Homebridge Eggtimer Plugin",
4
- "version": "1.1.3",
4
+ "version": "1.1.4",
5
5
  "description": "Egg Timers for Homebridge: https://github.com/nfarina/homebridge",
6
6
  "license": "MIT",
7
7
  "keywords": [
@@ -32,17 +32,17 @@
32
32
  "homebridge": ">=1.3.5 || ^2.0.0-beta.0"
33
33
  },
34
34
  "devDependencies": {
35
- "@eslint/js": "^9.27.0",
36
- "@stylistic/eslint-plugin": "^4.2.0",
35
+ "@eslint/js": "^9.34.0",
36
+ "@stylistic/eslint-plugin": "^4.4.1",
37
37
  "@types/async-lock": "^1.4.2",
38
- "@types/node": "^22.15.21",
38
+ "@types/node": "^22.17.2",
39
39
  "@types/node-persist": "^3.1.8",
40
- "eslint": "^9.27.0",
41
- "homebridge": "^1.9.0",
40
+ "eslint": "^9.34.0",
41
+ "homebridge": "^1.11.0",
42
42
  "rimraf": "^6.0.1",
43
43
  "ts-node": "^10.9.2",
44
- "typescript": "^5.8.3",
45
- "typescript-eslint": "^8.32.1"
44
+ "typescript": "^5.9.2",
45
+ "typescript-eslint": "^8.40.0"
46
46
  },
47
47
  "dependencies": {
48
48
  "async-lock": "^1.4.1",