@camera.ui/camera-ui-wasm-motion
Advanced tools
Comparing version 0.0.15 to 0.0.16
{ | ||
"displayName": "WASM Motion", | ||
"name": "@camera.ui/camera-ui-wasm-motion", | ||
"version": "0.0.15", | ||
"description": "camera.ui wasm motion detection plugin", | ||
"version": "0.0.16", | ||
"description": "Browser-based motion detection using WebAssembly. Fast, client-side movement analysis with cross-platform support.", | ||
"author": "seydx (https://github.com/seydx/camera.ui)", | ||
@@ -12,3 +12,4 @@ "main": "./dist/index.js", | ||
"build:wasm": "cd ./src/wasm && asc assembly/* --config asconfig.json && cd ../../", | ||
"bundle": "npm run format && npm run lint && npm run build && cui bundle", | ||
"bundle": "npm run format && npm run lint:fix && npm run build && cui bundle", | ||
"bundle:dev": "npm run format && npm run lint:fix && cross-env MODE=development cui bundle", | ||
"format": "prettier --write \"src/\" --ignore-unknown --no-error-on-unmatched-pattern", | ||
@@ -19,5 +20,5 @@ "install-updates": "npm i --save", | ||
"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)}\"", | ||
"publish:alpha": "cui publish --alpha", | ||
"publish:beta": "cui publish --beta", | ||
"publish:latest": "cui publish --latest", | ||
"publish:alpha": "npm i --save && npm run bundle && cui publish --alpha", | ||
"publish:beta": "npm i --save && npm run bundle && cui publish --beta", | ||
"publish:latest": "npm i --save && npm run bundle && cui publish --latest", | ||
"update": "updates --update ./" | ||
@@ -24,0 +25,0 @@ }, |
Sorry, the diff of this file is not supported yet
23108