@scrypted/nvr 0.0.128 → 0.0.130
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 +1 -1
- package/dist/plugin.zip +0 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -10,7 +10,7 @@ The Scrypted NVR Subscription can be purchased and managed at the [billing porta
|
|
|
10
10
|
|
|
11
11
|
### View Cameras and Recordings
|
|
12
12
|
|
|
13
|
-
[Cameras and Recordings](/endpoint/@scrypted/core/public/) can be viewed on your local network by visiting the address of this Scrypted server. Install the Scrypted Cloud Plugin and visit [
|
|
13
|
+
[Cameras and Recordings](/endpoint/@scrypted/core/public/) can be viewed on your local network by visiting the address of this Scrypted server. Install the Scrypted Cloud Plugin and visit [nvr.scrypted.app](https://nvr.scrypted.app) to view your cameras using any browser.
|
|
14
14
|
|
|
15
15
|
### Smart Detections
|
|
16
16
|
|
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.
|
|
3
|
+
"version": "0.0.130",
|
|
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",
|