@scrypted/nvr 0.2.18 → 0.2.20

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,24 +1,53 @@
1
1
  <details>
2
2
  <summary>Changelog</summary>
3
3
 
4
+ ### 0.2.19
5
+
6
+ remove assumption recordings is on single drive
7
+ Merge branch 'main' into beta
8
+ fix broken motion only events
9
+
10
+
11
+ ### 0.2.18
12
+
13
+ Merge branch 'main' into beta
14
+ fix asyncgen garbage collection issue
15
+
16
+
4
17
  ### 0.2.17
5
18
 
19
+ Merge branch 'main' into beta
6
20
  fix nvr video frame rpc connect
7
21
 
8
22
 
9
23
  ### 0.2.16
10
24
 
25
+ Merge branch 'main' into beta
11
26
  fix angry snapshot requests
12
27
 
13
28
 
14
29
  ### 0.2.15
15
30
 
31
+ Merge branch 'main' into beta
16
32
  fix spurious objects
17
33
 
18
34
 
35
+ ### 0.2.14
36
+
37
+ Merge branch 'main' into beta
38
+
39
+
19
40
  ### 0.2.13
20
41
 
42
+ Merge branch 'main' into beta
21
43
  fix tfjs image queue
44
+ update package.json
45
+
46
+
47
+ ### 0.2.12
48
+
49
+ new settings for multiple disks
50
+ pull events from fast disks
22
51
 
23
52
 
24
53
  ### 0.2.11
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.2.18",
3
+ "version": "0.2.20",
4
4
  "scripts": {
5
5
  "scrypted-setup-project": "scrypted-setup-project",
6
6
  "prescrypted-setup-project": "scrypted-package-json",
@@ -33,7 +33,8 @@
33
33
  "HttpRequestHandler",
34
34
  "BufferConverter",
35
35
  "MixinProvider",
36
- "LauncherApplication"
36
+ "LauncherApplication",
37
+ "LauncherApplicationIgnore"
37
38
  ],
38
39
  "pluginDependencies": [
39
40
  "@scrypted/snapshot"