@camera.ui/camera-ui-coreml
Advanced tools
Comparing version 0.0.26 to 0.0.27
{ | ||
"displayName": "CoreML", | ||
"name": "@camera.ui/camera-ui-coreml", | ||
"version": "0.0.26", | ||
"version": "0.0.27", | ||
"description": "Powerful object detection using Apple's Core ML framework. Identify and track objects in real-time with high accuracy.", | ||
@@ -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
57208