node-switchbot 2.0.0-beta.6 → 2.0.0-beta.7

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.
@@ -7,10 +7,10 @@
7
7
 
8
8
  name: Labeler
9
9
 
10
- on: [pull_request]
10
+ on: pull_request_target
11
11
 
12
12
  jobs:
13
13
  labeler:
14
14
  uses: OpenWonderLabs/.github/.github/workflows/labeler.yml@latest
15
15
  secrets:
16
- token: ${{ secrets.GITHUB_TOKEN }}
16
+ token: ${{ secrets.GITHUB_TOKEN }}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "node-switchbot",
3
- "version": "2.0.0-beta.6",
3
+ "version": "2.0.0-beta.7",
4
4
  "description": "The node-switchbot is a Node.js module which allows you to control your Switchbot Devices through Bluetooth (BLE).",
5
5
  "main": "dist/index.js",
6
6
  "type": "module",