@scrypted/nvr 0.10.16 → 0.10.18
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +7 -0
- package/README.md +1 -1
- package/dist/plugin.zip +0 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
package/README.md
CHANGED
@@ -26,7 +26,7 @@ Please refer to the Camera Setup steps in the docs for optimal performance, even
|
|
26
26
|
|
27
27
|
<br/>
|
28
28
|
|
29
|
-
Installation documentation for the NVR can be found on the primary [Scrypted Documentation](https://docs.scrypted.app/scrypted-nvr/installation.html) site, and contains the guide for [adding cameras](https://docs.scrypted.app/scrypted-nvr/installation.html#camera-setup), [configuring recording storage](https://docs.scrypted.app/scrypted-nvr/
|
29
|
+
Installation documentation for the NVR can be found on the primary [Scrypted Documentation](https://docs.scrypted.app/scrypted-nvr/installation.html) site, and contains the guide for [adding cameras](https://docs.scrypted.app/scrypted-nvr/installation.html#camera-setup), [configuring recording storage](https://docs.scrypted.app/scrypted-nvr/recording-storage), [cloud access](https://docs.scrypted.app/scrypted-nvr/apps.html), and [downloading the mobile apps](https://docs.scrypted.app/scrypted-nvr/apps.html).
|
30
30
|
|
31
31
|
<br/>
|
32
32
|
|
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.10.
|
3
|
+
"version": "0.10.18",
|
4
4
|
"exports": {
|
5
5
|
"./src/main.ts": "./main.nodejs.js",
|
6
6
|
"./src/motion-fork.ts": "./motion-fork.nodejs.js",
|
@@ -76,7 +76,7 @@
|
|
76
76
|
},
|
77
77
|
"devDependencies": {
|
78
78
|
"@scrypted/client": "^1.3.5",
|
79
|
-
"@scrypted/libav": "^1.0.
|
79
|
+
"@scrypted/libav": "^1.0.77",
|
80
80
|
"@types/node": "^20.12.7",
|
81
81
|
"@types/semver": "^7.5.8",
|
82
82
|
"@types/uuid": "^9.0.8",
|