@scrypted/nvr 0.8.40 → 0.8.42

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.8.41
5
+
6
+ update assemblyscript
7
+ recognition settings
8
+
9
+
10
+ ### 0.8.40
11
+
12
+ optimize detection thumb bounding boxes
13
+ add license plate detection alias
14
+ remove legacy second pass tracker
15
+ update deps
16
+ prefer face detections for push notification
17
+ fix package detection in motion streamlined detector
18
+ update deps
19
+ pass original crop image into recognition pipeline
20
+ lazy convert crop only images in detection pipeline
21
+ fix amcrest probe catching reolink cams
22
+
23
+
4
24
  ### 0.8.39
5
25
 
6
26
  health check stub
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.8.40",
3
+ "version": "0.8.42",
4
4
  "scripts": {
5
5
  "scrypted-setup-project": "scrypted-setup-project",
6
6
  "prescrypted-setup-project": "scrypted-package-json",
@@ -59,15 +59,15 @@
59
59
  "@scrypted/snapshot": "../../scrypted/plugins/snapshot",
60
60
  "@scrypted/types": "file:../../scrypted/sdk/types",
61
61
  "@turf/area": "^6.5.0",
62
- "fast-xml-parser": "^4.3.4",
62
+ "fast-xml-parser": "^4.3.6",
63
63
  "munkres-js": "^1.2.2",
64
64
  "polygon-clipping": "^0.15.7",
65
65
  "tmp-promise": "^3.0.3"
66
66
  },
67
67
  "devDependencies": {
68
- "@types/node": "^20.11.19",
68
+ "@types/node": "^20.12.7",
69
69
  "@types/uuid": "^9.0.8",
70
- "assemblyscript": "^0.27.24",
70
+ "assemblyscript": "^0.27.27",
71
71
  "ts-node": "^10.9.2"
72
72
  }
73
73
  }