homebridge-securitysystem 6.2.1-beta.0 → 6.2.1-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.
@@ -10,7 +10,7 @@ on:
10
10
  jobs:
11
11
  analyze-package:
12
12
  name: Analyze package
13
- uses: MiguelRipoll23/github-global/.github/workflows/analyze-package.yml@main
13
+ uses: MiguelRipoll23/global/.github/workflows/analyze-package.yml@main
14
14
 
15
15
  with:
16
- node_version: 16
16
+ node-version: 16
@@ -8,7 +8,7 @@ on:
8
8
  jobs:
9
9
  build-package:
10
10
  name: Build package
11
- uses: MiguelRipoll23/github-global/.github/workflows/build-package.yml@main
11
+ uses: MiguelRipoll23/global/.github/workflows/build-package.yml@main
12
12
 
13
13
  with:
14
- node_version: 16
14
+ node-version: 16
@@ -7,4 +7,4 @@ on:
7
7
  jobs:
8
8
  clean-issues:
9
9
  name: Clean issues
10
- uses: MiguelRipoll23/github-global/.github/workflows/clean-issues.yml@main
10
+ uses: MiguelRipoll23/global/.github/workflows/clean-issues.yml@main
@@ -7,10 +7,10 @@ on:
7
7
  jobs:
8
8
  publish-package:
9
9
  name: Publish package
10
- uses: MiguelRipoll23/github-global/.github/workflows/publish-package.yml@main
10
+ uses: MiguelRipoll23/global/.github/workflows/publish-package.yml@main
11
11
 
12
12
  with:
13
- node_version: 16
13
+ node-version: 16
14
14
 
15
15
  secrets:
16
- npm_token: ${{ secrets.NPM_TOKEN }}
16
+ NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "homebridge-securitysystem",
3
3
  "displayName": "Homebridge Security System",
4
- "version": "6.2.1-beta.0",
4
+ "version": "6.2.1-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": {