@scrypted/nvr 0.10.16 → 0.10.18

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,13 @@
1
1
  <details>
2
2
  <summary>Changelog</summary>
3
3
 
4
+ ### 0.10.17
5
+
6
+ fixup links
7
+ ignore load errors when sanity checking decoer
8
+ suppress libav errors prior to keyframe
9
+
10
+
4
11
  ### 0.10.15
5
12
 
6
13
  fix console erorr crashing mp4 export
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/installation.html#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).
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.16",
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.76",
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",