@scrypted/nvr 0.12.37 → 0.12.39

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.38
5
+
6
+ publish beta
7
+
8
+
9
+ ### 0.12.37
10
+
11
+ working dataset uploader
12
+ training from doorbells too
13
+ rename
14
+ rename
15
+ add setting to submit detection samples for training models
16
+ more settings shuffling
17
+ move settings around
18
+ remove inline settings for detector
19
+ notification exclusion zones
20
+
21
+
4
22
  ### 0.12.36
5
23
 
6
24
  skip last-will-testament if no notifiers
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.37",
3
+ "version": "0.12.39",
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",