@scrypted/nvr 0.9.23 → 0.9.25

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,28 @@
1
1
  <details>
2
2
  <summary>Changelog</summary>
3
3
 
4
+ ### 0.9.24
5
+
6
+ fix empty set unhandled
7
+ disable face rec while reclustering
8
+ beta
9
+
10
+
11
+ ### 0.9.23
12
+
13
+ fix unhandled rejection if detector crashes
14
+ canonical preservation
15
+ selective cluster nomination
16
+ fixup known face add bug
17
+ save canonical distance to track decay
18
+ cleanup
19
+ refactor face embeddings saving
20
+ initial pass face recognition thread
21
+ add detection event metadata to notification
22
+ increase fs cache duration to 3 days
23
+ potential fix for long running performance degradation
24
+
25
+
4
26
  ### 0.9.22
5
27
 
6
28
  fix unhandled rejection in interface checkers
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.23",
3
+ "version": "0.9.25",
4
4
  "scripts": {
5
5
  "scrypted-setup-project": "scrypted-setup-project",
6
6
  "prescrypted-setup-project": "scrypted-package-json",