@camera.ui/camera-ui-opencl
Advanced tools
Comparing version
{ | ||
"displayName": "OpenCL", | ||
"name": "@camera.ui/camera-ui-opencl", | ||
"version": "0.0.8", | ||
"version": "0.0.9", | ||
"description": "High-performance motion detection using OpenCL acceleration. Detect movement with precision and minimal CPU usage.", | ||
@@ -10,4 +10,5 @@ "author": "seydx (https://github.com/seydx/camera.ui)", | ||
"scripts": { | ||
"bundle": "npm run format && npm run lint:fix && cui bundle", | ||
"bundle:dev": "npm run format && npm run lint:fix && cross-env MODE=development cui bundle", | ||
"build": "mypy src", | ||
"bundle": "npm run format && npm run lint:fix && npm run build && cui bundle", | ||
"bundle:dev": "npm run format && npm run lint:fix && npm run build && cross-env MODE=development cui bundle", | ||
"format": "ruff format", | ||
@@ -27,3 +28,3 @@ "install-updates": "npm i --save", | ||
"engines": { | ||
"camera.ui": ">=0.0.34-alpha.4", | ||
"camera.ui": ">=0.0.37", | ||
"node": ">=20.18.0" | ||
@@ -30,0 +31,0 @@ }, |
Sorry, the diff of this file is not supported yet
74548
0.17%