@scrypted/nvr 0.12.36 → 0.12.38

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,24 @@
1
1
  <details>
2
2
  <summary>Changelog</summary>
3
3
 
4
+ ### 0.12.37
5
+
6
+ working dataset uploader
7
+ training from doorbells too
8
+ rename
9
+ rename
10
+ add setting to submit detection samples for training models
11
+ more settings shuffling
12
+ move settings around
13
+ remove inline settings for detector
14
+ notification exclusion zones
15
+
16
+
17
+ ### 0.12.36
18
+
19
+ skip last-will-testament if no notifiers
20
+
21
+
4
22
  ### 0.12.35
5
23
 
6
24
  make some settings inline
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.12.36",
3
+ "version": "0.12.38",
4
4
  "exports": {
5
5
  "./src/main.ts": "./main.nodejs.js",
6
6
  "./src/motion-fork.ts": "./motion-fork.nodejs.js",
@@ -71,7 +71,7 @@
71
71
  },
72
72
  "devDependencies": {
73
73
  "@scrypted/libav": "^1.0.212",
74
- "@types/node": "^20.19.23",
74
+ "@types/node": "^22.19.3",
75
75
  "@types/semver": "^7.7.0",
76
76
  "@types/uuid": "^10.0.0",
77
77
  "assemblyscript": "^0.27.36",