@scrypted/nvr 0.10.67 → 0.10.69

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,18 @@
1
1
  <details>
2
2
  <summary>Changelog</summary>
3
3
 
4
+ ### 0.10.68
5
+
6
+ actually disable opencl good lord
7
+ update libav
8
+
9
+
10
+ ### 0.10.67
11
+
12
+ sanity check crop/resize bounds
13
+ fix events killed detection
14
+
15
+
4
16
  ### 0.10.64
5
17
 
6
18
  fix infinite loop in event purge
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.10.67",
3
+ "version": "0.10.69",
4
4
  "exports": {
5
5
  "./src/main.ts": "./main.nodejs.js",
6
6
  "./src/motion-fork.ts": "./motion-fork.nodejs.js",
@@ -64,22 +64,22 @@
64
64
  "@scrypted/sdk": "file:../../scrypted/sdk",
65
65
  "@scrypted/snapshot": "../../scrypted/plugins/snapshot",
66
66
  "@scrypted/types": "file:../../scrypted/sdk/types",
67
- "@turf/area": "^6.5.0",
68
- "fast-xml-parser": "^4.3.6",
67
+ "@turf/area": "^7.1.0",
68
+ "fast-xml-parser": "^4.5.0",
69
69
  "munkres-js": "^1.2.2",
70
- "node-addon-api": "^8.1.0",
70
+ "node-addon-api": "^8.2.1",
71
71
  "node-gyp": "^10.2.0",
72
72
  "polygon-clipping": "^0.15.7",
73
73
  "semver": "^7.6.3",
74
74
  "tmp-promise": "^3.0.3"
75
75
  },
76
76
  "devDependencies": {
77
- "@scrypted/client": "^1.3.5",
78
- "@scrypted/libav": "^1.0.98",
79
- "@types/node": "^20.12.7",
77
+ "@scrypted/client": "^1.3.6",
78
+ "@scrypted/libav": "^1.0.104",
79
+ "@types/node": "^22.7.6",
80
80
  "@types/semver": "^7.5.8",
81
- "@types/uuid": "^9.0.8",
82
- "assemblyscript": "^0.27.27",
81
+ "@types/uuid": "^10.0.0",
82
+ "assemblyscript": "^0.27.30",
83
83
  "ts-node": "^10.9.2"
84
84
  }
85
85
  }