@scrypted/nvr 0.11.65 → 0.11.66
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 +6 -0
- package/dist/plugin.zip +0 -0
- package/package.json +9 -13
package/CHANGELOG.md
CHANGED
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.11.
|
|
3
|
+
"version": "0.11.66",
|
|
4
4
|
"exports": {
|
|
5
5
|
"./src/main.ts": "./main.nodejs.js",
|
|
6
6
|
"./src/motion-fork.ts": "./motion-fork.nodejs.js",
|
|
@@ -24,8 +24,7 @@
|
|
|
24
24
|
"asbuild:debug": "asc assembly/index.ts --target debug --enable simd --exportRuntime",
|
|
25
25
|
"asbuild:release": "asc assembly/index.ts --target release --enable simd --exportRuntime",
|
|
26
26
|
"asbuild:tsc": "npm run asbuild:release && npx tsc --allowJs --outdir ts --target es2020 -m commonjs build/release.js && cp build/*.d.ts ts/",
|
|
27
|
-
"asbuild": "npm run asbuild:debug && npm run asbuild:release"
|
|
28
|
-
"avbuild": "node-gyp clean && node-gyp configure && node-gyp build"
|
|
27
|
+
"asbuild": "npm run asbuild:debug && npm run asbuild:release"
|
|
29
28
|
},
|
|
30
29
|
"scrypted": {
|
|
31
30
|
"name": "Scrypted NVR",
|
|
@@ -63,21 +62,18 @@
|
|
|
63
62
|
"@scrypted/snapshot": "../../scrypted/plugins/snapshot",
|
|
64
63
|
"@scrypted/types": "file:../../scrypted/sdk/types",
|
|
65
64
|
"@turf/area": "^7.2.0",
|
|
66
|
-
"fast-xml-parser": "^
|
|
65
|
+
"fast-xml-parser": "^5.2.1",
|
|
67
66
|
"munkres-js": "^1.2.2",
|
|
68
|
-
"
|
|
69
|
-
"node-gyp": "^11.0.0",
|
|
70
|
-
"semver": "^7.6.3",
|
|
67
|
+
"semver": "^7.7.1",
|
|
71
68
|
"tmp-promise": "^3.0.3"
|
|
72
69
|
},
|
|
73
70
|
"devDependencies": {
|
|
74
|
-
"@scrypted/
|
|
75
|
-
"@
|
|
76
|
-
"@types/
|
|
77
|
-
"@types/semver": "^7.5.8",
|
|
71
|
+
"@scrypted/libav": "^1.0.200",
|
|
72
|
+
"@types/node": "^22.15.3",
|
|
73
|
+
"@types/semver": "^7.7.0",
|
|
78
74
|
"@types/uuid": "^10.0.0",
|
|
79
|
-
"assemblyscript": "^0.27.
|
|
80
|
-
"prebuild-install": "npm:@scrypted/prebuild-install@^7.1.
|
|
75
|
+
"assemblyscript": "^0.27.36",
|
|
76
|
+
"prebuild-install": "npm:@scrypted/prebuild-install@^7.1.10",
|
|
81
77
|
"ts-node": "^10.9.2"
|
|
82
78
|
}
|
|
83
79
|
}
|