@scrypted/nvr 0.2.19 → 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,29 +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
+
4
11
  ### 0.2.18
5
12
 
13
+ Merge branch 'main' into beta
6
14
  fix asyncgen garbage collection issue
7
15
 
8
16
 
9
17
  ### 0.2.17
10
18
 
19
+ Merge branch 'main' into beta
11
20
  fix nvr video frame rpc connect
12
21
 
13
22
 
14
23
  ### 0.2.16
15
24
 
25
+ Merge branch 'main' into beta
16
26
  fix angry snapshot requests
17
27
 
18
28
 
19
29
  ### 0.2.15
20
30
 
31
+ Merge branch 'main' into beta
21
32
  fix spurious objects
22
33
 
23
34
 
35
+ ### 0.2.14
36
+
37
+ Merge branch 'main' into beta
38
+
39
+
24
40
  ### 0.2.13
25
41
 
42
+ Merge branch 'main' into beta
26
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
27
51
 
28
52
 
29
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.19",
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"