@scrypted/nvr 0.3.31 → 0.4.1

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,32 @@
1
1
  <details>
2
2
  <summary>Changelog</summary>
3
3
 
4
+ ### 0.3.32
5
+
6
+ fix video retention days off by 1
7
+ squelch logging
8
+ publish beta
9
+
10
+
11
+ ### 0.3.31
12
+
13
+ prune more zombie dirs
14
+ prune zombie dirs
15
+ fix immutable trunc cache bug
16
+ free space check caching
17
+ refactor
18
+ cleanup
19
+ fix nre
20
+ fix more caching bugs
21
+ disable cache on write to fix missing events maybe
22
+ refactor fs for minimal reads and nonblocking ops
23
+ refactor fs for minimal reads and nonblocking ops
24
+ remove angry logging
25
+ fix erroneous recording unavailable bugs
26
+ initial pass at in memory fs
27
+ grid view should fill height
28
+
29
+
4
30
  ### 0.3.30
5
31
 
6
32
  fix ring event thumbnails
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.31",
3
+ "version": "0.4.1",
4
4
  "scripts": {
5
5
  "scrypted-setup-project": "scrypted-setup-project",
6
6
  "prescrypted-setup-project": "scrypted-package-json",
@@ -60,21 +60,18 @@
60
60
  "@scrypted/types": "file:../../scrypted/sdk/types",
61
61
  "@turf/area": "^6.5.0",
62
62
  "check-disk-space": "^3.4.0",
63
- "fast-xml-parser": "^4.2.5",
64
- "mkdirp": "^3.0.1",
63
+ "fast-xml-parser": "^4.3.2",
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
- "uuid": "^9.0.0"
69
+ "uuid": "^9.0.1"
72
70
  },
73
71
  "devDependencies": {
74
- "@types/mkdirp": "^1.0.2",
75
- "@types/node": "^20.4.0",
76
- "@types/uuid": "^9.0.2",
77
- "assemblyscript": "^0.27.9",
72
+ "@types/node": "^20.8.7",
73
+ "@types/uuid": "^9.0.6",
74
+ "assemblyscript": "^0.27.14",
78
75
  "ts-node": "^10.9.1"
79
76
  }
80
77
  }