@apocaliss92/scrypted-advanced-notifier 4.3.70 → 4.3.72

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.
@@ -1,6 +1,3 @@
1
- # This workflow will run tests using node and then publish a package to GitHub Packages when a release is created
2
- # For more information see: https://docs.github.com/en/actions/publishing-packages/publishing-nodejs-packages
3
-
4
1
  name: Node.js Package
5
2
 
6
3
  on: workflow_dispatch
@@ -16,6 +13,10 @@ jobs:
16
13
  - uses: actions/setup-node@v3
17
14
  with:
18
15
  node-version: "20"
16
+ - name: Install dependencies
17
+ run: npm install
18
+ - name: Build project
19
+ run: npm run build
19
20
  - uses: JS-DevTools/npm-publish@v3
20
21
  with:
21
- token: ${{ secrets.NPM_TOKEN }}
22
+ token: ${{ secrets.NPM_TOKEN }}
package/dist/plugin.zip CHANGED
Binary file
package/package.json CHANGED
@@ -5,7 +5,7 @@
5
5
  "type": "git",
6
6
  "url": "https://github.com/apocaliss92/scrypted-advanced-notifier"
7
7
  },
8
- "version": "4.3.70",
8
+ "version": "4.3.72",
9
9
  "scripts": {
10
10
  "scrypted-setup-project": "scrypted-setup-project",
11
11
  "prescrypted-setup-project": "scrypted-package-json",