@scrypted/nvr 0.6.7 → 0.6.9

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,22 @@
1
1
  <details>
2
2
  <summary>Changelog</summary>
3
3
 
4
+ ### 0.6.8
5
+
6
+ move ffmpeg leak monitoring earlier into pipeline
7
+ remove debug logging
8
+ fix first reference frame, publish
9
+
10
+
11
+ ### 0.6.7
12
+
13
+ improve package edge detection
14
+ delay process package detection
15
+ handle missing detection image
16
+ clear recording failure alerts on disk mount recovery.
17
+ fix bug where non-admin user recursion could hang server
18
+
19
+
4
20
  ### 0.6.6
5
21
 
6
22
  relax default package zone, publish
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.6.7",
3
+ "version": "0.6.9",
4
4
  "scripts": {
5
5
  "scrypted-setup-project": "scrypted-setup-project",
6
6
  "prescrypted-setup-project": "scrypted-package-json",
@@ -53,7 +53,7 @@
53
53
  "timelapse"
54
54
  ],
55
55
  "dependencies": {
56
- "@koush/axios-digest-auth": "^0.8.5",
56
+ "@koush/axios-digest-auth": "^0.8.7",
57
57
  "@koush/werift-src": "file:../../scrypted/external/werift",
58
58
  "@scrypted/common": "../../scrypted/common",
59
59
  "@scrypted/sdk": "file:../../scrypted/sdk",
@@ -63,12 +63,12 @@
63
63
  "check-disk-space": "^3.4.0",
64
64
  "fast-xml-parser": "^4.3.2",
65
65
  "munkres-js": "^1.2.2",
66
- "polygon-clipping": "^0.15.3",
66
+ "polygon-clipping": "^0.15.7",
67
67
  "tmp-promise": "^3.0.3",
68
68
  "uuid": "^9.0.1"
69
69
  },
70
70
  "devDependencies": {
71
- "@types/node": "^20.10.4",
71
+ "@types/node": "^20.10.6",
72
72
  "@types/uuid": "^9.0.7",
73
73
  "assemblyscript": "^0.27.22",
74
74
  "ts-node": "^10.9.2"