@scrypted/nvr 0.0.101 → 0.0.103

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/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Scrypted NVR Plugin
2
2
 
3
- This plugin is in private beta.
3
+ This plugin is in a public paid beta. A [live demo server](https://demo.scrypted.app/#/demo) and free trial is available to test the product. Join the NVR channel on [Discord](https://discord.gg/DcFzmBHYGq) to report bugs and submit feature requests.
4
4
 
5
5
  ### Manage Subscription
6
6
 
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.101",
3
+ "version": "0.0.103",
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",
@@ -27,6 +27,17 @@
27
27
  ],
28
28
  "realfs": true
29
29
  },
30
+ "keywords": [
31
+ "scrypted",
32
+ "plugin",
33
+ "nvr",
34
+ "camera",
35
+ "network",
36
+ "video",
37
+ "recorder",
38
+ "timeline",
39
+ "timelapse"
40
+ ],
30
41
  "dependencies": {
31
42
  "@koush/werift-src": "file:../scrypted/external/werift",
32
43
  "@scrypted/common": "../scrypted/common",