@scrypted/nvr 0.9.10 → 0.9.12

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,26 @@
1
1
  <details>
2
2
  <summary>Changelog</summary>
3
3
 
4
+ ### 0.9.11
5
+
6
+ new storage progress bars
7
+ fix potential unhandled rejection around notificaiton delivery
8
+ cloud href
9
+ fix unhandled rejection in first packet fai;ure
10
+ fixup promise race
11
+ fix potential unhandled rejections
12
+ disable vaapi inside nvidia contianer
13
+
14
+
15
+ ### 0.9.10
16
+
17
+ socket failure cleanups
18
+ fix potential unhandled double reject
19
+ fix more unhandled rejections
20
+ fix various unhandled rejections
21
+ fix adaptive bitrate for apple tv
22
+
23
+
4
24
  ### 0.9.9
5
25
 
6
26
  more ui common refactor
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.9.10",
3
+ "version": "0.9.12",
4
4
  "scripts": {
5
5
  "scrypted-setup-project": "scrypted-setup-project",
6
6
  "prescrypted-setup-project": "scrypted-package-json",