@scrypted/nvr 0.2.31 → 0.3.2

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/CHANGELOG.md CHANGED
@@ -1,6 +1,19 @@
1
1
  <details>
2
2
  <summary>Changelog</summary>
3
3
 
4
+ ### 0.3.0
5
+
6
+ improve debug build time
7
+ update readme
8
+ mac/windows requires desktop app
9
+ beta
10
+
11
+
12
+ ### 0.2.31
13
+
14
+ fix free space calc
15
+
16
+
4
17
  ### 0.2.30
5
18
 
6
19
  fix ha card load race condition
package/README.md CHANGED
@@ -13,6 +13,8 @@ This Scrypted NVR Plugin is in a *paid* public beta. A [live demo server](https:
13
13
  1. Visit to the [billing portal](https://billing.scrypted.app) and login to purchase a subscription. Return to the billing portal at any time to upgrade or cancel the subscription.
14
14
  2. Login to the Scrypted NVR Plugin using the *same login account* from the billing potral. The plugin's `Login` button can be found at the top of the Scrypted NVR plugin page within the Scrypted Management Console.
15
15
 
16
+ Scrypted NVR on Mac and Windows must [Install](https://docs.scrypted.app/desktop-application.html) or [Migrate](https://docs.scrypted.app/migration.html#migrating-to-the-desktop-application) to the Desktop Application.
17
+
16
18
  <br/>
17
19
 
18
20
  ## Installation
package/dist/plugin.zip CHANGED
Binary file
package/package.json CHANGED
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "name": "@scrypted/nvr",
3
- "version": "0.2.31",
3
+ "version": "0.3.2",
4
4
  "scripts": {
5
5
  "scrypted-setup-project": "scrypted-setup-project",
6
6
  "prescrypted-setup-project": "scrypted-package-json",
7
7
  "build": "scrypted-webpack",
8
8
  "prebuild": "npm run asbuild",
9
9
  "prepublishOnly": "npm run asbuild:release && scrypted-changelog && WEBPACK_DEVTOOL=nosources-source-map NODE_ENV=production scrypted-webpack",
10
- "prescrypted-vscode-launch": "npm run asbuild:release && WEBPACK_DEVTOOL=nosources-source-map scrypted-webpack",
10
+ "prescrypted-vscode-launch": "WEBPACK_DEVTOOL=nosources-source-map scrypted-webpack",
11
11
  "scrypted-vscode-launch": "scrypted-deploy-debug",
12
12
  "scrypted-deploy-debug": "scrypted-deploy-debug",
13
13
  "scrypted-debug": "scrypted-debug",