@camera.ui/camera-ui-opencl 0.0.14 → 1.0.0
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 +1 -1
- package/bundle.zip +0 -0
- package/package.json +7 -5
package/CHANGELOG.md
CHANGED
package/bundle.zip
CHANGED
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"displayName": "OpenCL",
|
|
3
3
|
"name": "@camera.ui/camera-ui-opencl",
|
|
4
|
-
"version": "0.0
|
|
4
|
+
"version": "1.0.0",
|
|
5
5
|
"description": "GPU-accelerated motion detection for camera.ui using OpenCL.",
|
|
6
6
|
"author": "seydx (https://github.com/cameraui/plugins)",
|
|
7
7
|
"main": "./dist/main.py",
|
|
@@ -11,12 +11,12 @@
|
|
|
11
11
|
"bundle": "npm run format && npm run lint && npm run build && cui bundle",
|
|
12
12
|
"bundle:dev": "npm run format && npm run lint && npm run build && cross-env MODE=development cui bundle",
|
|
13
13
|
"format": "ruff format",
|
|
14
|
-
"install-updates": "npm i --save",
|
|
14
|
+
"install-updates": "npm i --save --force",
|
|
15
15
|
"lint": "ruff check --fix",
|
|
16
16
|
"prepublishOnly": "node -e \"if(!process.env.SAFE_PUBLISH){console.error('Error: Please use @camera.ui/cli to publish the plugin:\\n npm run publish:alpha\\n npm run publish:beta\\n npm run publish:latest\\n');process.exit(1)}\"",
|
|
17
|
-
"publish:alpha": "npm i --save && npm run bundle && cui publish --alpha",
|
|
18
|
-
"publish:beta": "npm i --save && npm run bundle && cui publish --beta",
|
|
19
|
-
"publish:latest": "npm i --save && npm run bundle && cui publish --latest",
|
|
17
|
+
"publish:alpha": "npm i --save --force && npm run bundle && cui publish --alpha",
|
|
18
|
+
"publish:beta": "npm i --save --force && npm run bundle && cui publish --beta",
|
|
19
|
+
"publish:latest": "npm i --save --force && npm run bundle && cui publish --latest",
|
|
20
20
|
"update": "updates --update ./ && cupdate"
|
|
21
21
|
},
|
|
22
22
|
"bugs": {
|
|
@@ -26,6 +26,8 @@
|
|
|
26
26
|
"camera.ui": ">=0.0.50",
|
|
27
27
|
"node": ">=22.0.0"
|
|
28
28
|
},
|
|
29
|
+
"os": [],
|
|
30
|
+
"cpu": [],
|
|
29
31
|
"homepage": "https://github.com/cameraui/plugins/tree/main/camera-ui-opencl#readme",
|
|
30
32
|
"keywords": [
|
|
31
33
|
"camera-ui-plugin",
|