@scrypted/nvr 0.10.157 → 0.10.159
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 +13 -0
- package/dist/plugin.zip +0 -0
- package/package.json +1 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,19 @@
|
|
|
1
1
|
<details>
|
|
2
2
|
<summary>Changelog</summary>
|
|
3
3
|
|
|
4
|
+
### 0.10.158
|
|
5
|
+
|
|
6
|
+
fix detections while in privacy mode
|
|
7
|
+
skip lpr if vehicle is stationary
|
|
8
|
+
remove old dep
|
|
9
|
+
fix zone math
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
### 0.10.157
|
|
13
|
+
|
|
14
|
+
fix concave zones
|
|
15
|
+
|
|
16
|
+
|
|
4
17
|
### 0.10.156
|
|
5
18
|
|
|
6
19
|
use qsv on windows + intel
|
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.10.
|
|
3
|
+
"version": "0.10.159",
|
|
4
4
|
"exports": {
|
|
5
5
|
"./src/main.ts": "./main.nodejs.js",
|
|
6
6
|
"./src/motion-fork.ts": "./motion-fork.nodejs.js",
|
|
@@ -68,7 +68,6 @@
|
|
|
68
68
|
"munkres-js": "^1.2.2",
|
|
69
69
|
"node-addon-api": "^8.3.0",
|
|
70
70
|
"node-gyp": "^11.0.0",
|
|
71
|
-
"polygon-clipping": "^0.15.7",
|
|
72
71
|
"semver": "^7.6.3",
|
|
73
72
|
"tmp-promise": "^3.0.3"
|
|
74
73
|
},
|