@scrypted/nvr 0.4.24 → 0.4.29
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 +21 -0
- package/dist/plugin.zip +0 -0
- package/package.json +2 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,27 @@
|
|
|
1
1
|
<details>
|
|
2
2
|
<summary>Changelog</summary>
|
|
3
3
|
|
|
4
|
+
### 0.4.28
|
|
5
|
+
|
|
6
|
+
prep sharp build
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### 0.4.26
|
|
10
|
+
|
|
11
|
+
provide detection filename hint
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
### 0.4.25
|
|
15
|
+
|
|
16
|
+
pubish beta
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
### 0.4.24
|
|
20
|
+
|
|
21
|
+
disable image reader in nvr
|
|
22
|
+
codegen improved resize assembly
|
|
23
|
+
|
|
24
|
+
|
|
4
25
|
### 0.4.23
|
|
5
26
|
|
|
6
27
|
fix noisy ffmpeg logging
|
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.4.
|
|
3
|
+
"version": "0.4.29",
|
|
4
4
|
"scripts": {
|
|
5
5
|
"scrypted-setup-project": "scrypted-setup-project",
|
|
6
6
|
"prescrypted-setup-project": "scrypted-package-json",
|
|
@@ -57,6 +57,7 @@
|
|
|
57
57
|
"@koush/werift-src": "file:../../scrypted/external/werift",
|
|
58
58
|
"@scrypted/common": "../../scrypted/common",
|
|
59
59
|
"@scrypted/sdk": "file:../../scrypted/sdk",
|
|
60
|
+
"@scrypted/snapshot": "../../scrypted/plugins/snapshot",
|
|
60
61
|
"@scrypted/types": "file:../../scrypted/sdk/types",
|
|
61
62
|
"@turf/area": "^6.5.0",
|
|
62
63
|
"check-disk-space": "^3.4.0",
|