@scrypted/nvr 0.2.10 → 0.2.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,34 @@
1
1
  <details>
2
2
  <summary>Changelog</summary>
3
3
 
4
+ ### 0.2.11
5
+
6
+ publish beta
7
+
8
+
9
+ ### 0.2.10
10
+
11
+ another symlink fix
12
+ fix bug where symlinks arent deleted
13
+ cleanup
14
+ allow earlier exit from emergency deletion mode
15
+ remove legacy ha card
16
+ bucketize notification detection classes
17
+ use hardlinks for detections for same volume redundancy
18
+ fix stream duplication event recording bug
19
+ remove debug code
20
+ fix assumptions that streams are on same drive
21
+ filter already added cameras
22
+ fix license failure notificaiton and priority
23
+ fix var name
24
+ prevent motion snapshots if object detection is enabled
25
+ move sdp into json. elimate 1 scrub read.
26
+ tiered storage prepwork
27
+ allow streams to independently fail and retsart
28
+ Revert "allow selection of wrong detector if people want, warn angrily"
29
+ beta
30
+
31
+
4
32
  ### 0.2.9
5
33
 
6
34
  code cleanups
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.10",
3
+ "version": "0.2.12",
4
4
  "scripts": {
5
5
  "scrypted-setup-project": "scrypted-setup-project",
6
6
  "prescrypted-setup-project": "scrypted-package-json",