@scrypted/nvr 0.3.30 → 0.3.32

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,30 @@
1
1
  <details>
2
2
  <summary>Changelog</summary>
3
3
 
4
+ ### 0.3.31
5
+
6
+ prune more zombie dirs
7
+ prune zombie dirs
8
+ fix immutable trunc cache bug
9
+ free space check caching
10
+ refactor
11
+ cleanup
12
+ fix nre
13
+ fix more caching bugs
14
+ disable cache on write to fix missing events maybe
15
+ refactor fs for minimal reads and nonblocking ops
16
+ refactor fs for minimal reads and nonblocking ops
17
+ remove angry logging
18
+ fix erroneous recording unavailable bugs
19
+ initial pass at in memory fs
20
+ grid view should fill height
21
+
22
+
23
+ ### 0.3.30
24
+
25
+ fix ring event thumbnails
26
+
27
+
4
28
  ### 0.3.29
5
29
 
6
30
  fix ha card live query param
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.3.30",
3
+ "version": "0.3.32",
4
4
  "scripts": {
5
5
  "scrypted-setup-project": "scrypted-setup-project",
6
6
  "prescrypted-setup-project": "scrypted-package-json",
@@ -61,17 +61,14 @@
61
61
  "@turf/area": "^6.5.0",
62
62
  "check-disk-space": "^3.4.0",
63
63
  "fast-xml-parser": "^4.2.5",
64
- "mkdirp": "^3.0.1",
65
64
  "munkres-js": "^1.2.2",
66
65
  "point-inside-polygon": "^1.0.3",
67
66
  "polygon-clipping": "^0.15.3",
68
67
  "polygon-overlap": "^1.0.5",
69
- "rimraf": "^5.0.1",
70
68
  "tmp-promise": "^3.0.3",
71
69
  "uuid": "^9.0.0"
72
70
  },
73
71
  "devDependencies": {
74
- "@types/mkdirp": "^1.0.2",
75
72
  "@types/node": "^20.4.0",
76
73
  "@types/uuid": "^9.0.2",
77
74
  "assemblyscript": "^0.27.9",