@scrypted/nvr 0.5.34 → 0.5.36

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,37 @@
1
1
  <details>
2
2
  <summary>Changelog</summary>
3
3
 
4
+ ### 0.5.35
5
+
6
+ publish beta
7
+
8
+
9
+ ### 0.5.34
10
+
11
+ disable debug frames
12
+ adaptive resize should account for stream size too
13
+ animals cant deliver packages
14
+ package detection wip
15
+ tweak package min/max area/dims
16
+ dogs arent packages if theyre sitting in the package zone
17
+ cleanup logging
18
+ cleanup wasm
19
+ organize imports
20
+ fixup package bounding boxes
21
+ add slow timers
22
+ fix various unhandled rejections
23
+ add default package zone for doorbells
24
+ improve truncate recycling
25
+ fix package detection zone
26
+ make package a default notification
27
+ working package detect
28
+ remove face detect models temporarily
29
+ fix dilate 0 being defaulted
30
+ wip: package
31
+ wip: package
32
+ disable debugging
33
+
34
+
4
35
  ### 0.5.32
5
36
 
6
37
  publish fix potential playback failure on corrupt events file
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.5.34",
3
+ "version": "0.5.36",
4
4
  "scripts": {
5
5
  "scrypted-setup-project": "scrypted-setup-project",
6
6
  "prescrypted-setup-project": "scrypted-package-json",
@@ -68,9 +68,9 @@
68
68
  "uuid": "^9.0.1"
69
69
  },
70
70
  "devDependencies": {
71
- "@types/node": "^20.8.9",
72
- "@types/uuid": "^9.0.6",
73
- "assemblyscript": "^0.27.14",
74
- "ts-node": "^10.9.1"
71
+ "@types/node": "^20.10.4",
72
+ "@types/uuid": "^9.0.7",
73
+ "assemblyscript": "^0.27.22",
74
+ "ts-node": "^10.9.2"
75
75
  }
76
76
  }