@scrypted/nvr 0.5.34 → 0.5.35
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 +26 -0
- package/dist/plugin.zip +0 -0
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,32 @@
|
|
|
1
1
|
<details>
|
|
2
2
|
<summary>Changelog</summary>
|
|
3
3
|
|
|
4
|
+
### 0.5.34
|
|
5
|
+
|
|
6
|
+
disable debug frames
|
|
7
|
+
adaptive resize should account for stream size too
|
|
8
|
+
animals cant deliver packages
|
|
9
|
+
package detection wip
|
|
10
|
+
tweak package min/max area/dims
|
|
11
|
+
dogs arent packages if theyre sitting in the package zone
|
|
12
|
+
cleanup logging
|
|
13
|
+
cleanup wasm
|
|
14
|
+
organize imports
|
|
15
|
+
fixup package bounding boxes
|
|
16
|
+
add slow timers
|
|
17
|
+
fix various unhandled rejections
|
|
18
|
+
add default package zone for doorbells
|
|
19
|
+
improve truncate recycling
|
|
20
|
+
fix package detection zone
|
|
21
|
+
make package a default notification
|
|
22
|
+
working package detect
|
|
23
|
+
remove face detect models temporarily
|
|
24
|
+
fix dilate 0 being defaulted
|
|
25
|
+
wip: package
|
|
26
|
+
wip: package
|
|
27
|
+
disable debugging
|
|
28
|
+
|
|
29
|
+
|
|
4
30
|
### 0.5.32
|
|
5
31
|
|
|
6
32
|
publish fix potential playback failure on corrupt events file
|
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.5.
|
|
3
|
+
"version": "0.5.35",
|
|
4
4
|
"scripts": {
|
|
5
5
|
"scrypted-setup-project": "scrypted-setup-project",
|
|
6
6
|
"prescrypted-setup-project": "scrypted-package-json",
|
|
@@ -68,9 +68,9 @@
|
|
|
68
68
|
"uuid": "^9.0.1"
|
|
69
69
|
},
|
|
70
70
|
"devDependencies": {
|
|
71
|
-
"@types/node": "^20.
|
|
72
|
-
"@types/uuid": "^9.0.
|
|
73
|
-
"assemblyscript": "^0.27.
|
|
74
|
-
"ts-node": "^10.9.
|
|
71
|
+
"@types/node": "^20.10.4",
|
|
72
|
+
"@types/uuid": "^9.0.7",
|
|
73
|
+
"assemblyscript": "^0.27.22",
|
|
74
|
+
"ts-node": "^10.9.2"
|
|
75
75
|
}
|
|
76
76
|
}
|