@scrypted/nvr 0.12.47 → 0.12.50

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.12.48
5
+
6
+ missing file
7
+ publish beta
8
+
9
+
10
+ ### 0.12.47
11
+
12
+ add debounced logging for stationary/clipped object filtering
13
+ cleanup
14
+ fix zones causing truncated and lsot detection boxes
15
+ cleanup
16
+ do best effort analysis on excessive motion boxes
17
+ fix bug where input dimension clipping was preventing motion tagging
18
+ hide/disable label settings
19
+ refactor face embeddings to general purpose embeddings
20
+ wip label anything
21
+ fix potential race condition in object movement tracking
22
+
23
+
4
24
  ### 0.12.45
5
25
 
6
26
  use iso string on both
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.12.47",
3
+ "version": "0.12.50",
4
4
  "exports": {
5
5
  "./src/main.ts": "./main.nodejs.js",
6
6
  "./src/motion-fork.ts": "./motion-fork.nodejs.js",