@scrypted/nvr 0.8.39 → 0.8.41
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 +20 -0
- package/dist/plugin.zip +0 -0
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,26 @@
|
|
|
1
1
|
<details>
|
|
2
2
|
<summary>Changelog</summary>
|
|
3
3
|
|
|
4
|
+
### 0.8.40
|
|
5
|
+
|
|
6
|
+
optimize detection thumb bounding boxes
|
|
7
|
+
add license plate detection alias
|
|
8
|
+
remove legacy second pass tracker
|
|
9
|
+
update deps
|
|
10
|
+
prefer face detections for push notification
|
|
11
|
+
fix package detection in motion streamlined detector
|
|
12
|
+
update deps
|
|
13
|
+
pass original crop image into recognition pipeline
|
|
14
|
+
lazy convert crop only images in detection pipeline
|
|
15
|
+
fix amcrest probe catching reolink cams
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
### 0.8.39
|
|
19
|
+
|
|
20
|
+
health check stub
|
|
21
|
+
beta
|
|
22
|
+
|
|
23
|
+
|
|
4
24
|
### 0.8.38
|
|
5
25
|
|
|
6
26
|
handle early failure leaks
|
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.
|
|
3
|
+
"version": "0.8.41",
|
|
4
4
|
"scripts": {
|
|
5
5
|
"scrypted-setup-project": "scrypted-setup-project",
|
|
6
6
|
"prescrypted-setup-project": "scrypted-package-json",
|
|
@@ -59,13 +59,13 @@
|
|
|
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.
|
|
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.
|
|
68
|
+
"@types/node": "^20.12.7",
|
|
69
69
|
"@types/uuid": "^9.0.8",
|
|
70
70
|
"assemblyscript": "^0.27.24",
|
|
71
71
|
"ts-node": "^10.9.2"
|