@scrypted/nvr 0.0.131 → 0.0.132

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.
package/dist/plugin.zip CHANGED
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@scrypted/nvr",
3
- "version": "0.0.131",
3
+ "version": "0.0.132",
4
4
  "scripts": {
5
5
  "prepublishOnly": "WEBPACK_DEVTOOL=nosources-source-map NODE_ENV=production scrypted-webpack",
6
6
  "prescrypted-vscode-launch": "WEBPACK_DEVTOOL=nosources-source-map scrypted-webpack",
@@ -1,54 +0,0 @@
1
- # Simple workflow for deploying static content to GitHub Pages
2
- name: Deploy static content to Pages
3
-
4
- on:
5
- # Runs on pushes targeting the default branch
6
- push:
7
- branches: ["main"]
8
-
9
- # Allows you to run this workflow manually from the Actions tab
10
- workflow_dispatch:
11
-
12
- # Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
13
- permissions:
14
- contents: read
15
- pages: write
16
- id-token: write
17
-
18
- # Allow one concurrent deployment
19
- concurrency:
20
- group: "pages"
21
- cancel-in-progress: true
22
-
23
- jobs:
24
- # Single deploy job since we're just deploying
25
- deploy:
26
- environment:
27
- name: github-pages
28
- url: ${{ steps.deployment.outputs.page_url }}
29
- runs-on: ubuntu-latest
30
- steps:
31
- - name: Checkout
32
- uses: actions/checkout@v3
33
- with:
34
- path: nvr
35
- - name: Checkout
36
- uses: actions/checkout@v3
37
- with:
38
- repository: koush/scrypted
39
- path: scrypted
40
- - name: Setup Pages
41
- uses: actions/configure-pages@v2
42
- - run: npm install
43
- working-directory: ./nvr
44
- - run: npm install
45
- working-directory: ./nvr/ui
46
- - run: npm run build
47
- working-directory: ./nvr/ui
48
- - name: Upload artifact
49
- uses: actions/upload-pages-artifact@v1
50
- with:
51
- path: './nvr/fs/dist'
52
- - name: Deploy to GitHub Pages
53
- id: deployment
54
- uses: actions/deploy-pages@v1
package/.gitmodules DELETED
@@ -1,3 +0,0 @@
1
- [submodule "billing"]
2
- path = billing
3
- url = git@github.com:koush/billing.scrypted.app
package/CNAME DELETED
@@ -1 +0,0 @@
1
- nvr.scrypted.app
package/tsconfig.json DELETED
@@ -1,10 +0,0 @@
1
- {
2
- "compilerOptions": {
3
- "moduleResolution": "Node16",
4
- "target": "esnext",
5
- "esModuleInterop": true,
6
- },
7
- "include": [
8
- "src/**/*"
9
- ]
10
- }