@camera.ui/camera-ui-rust-motion 0.0.37 → 0.0.38

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.
Files changed (2) hide show
  1. package/bundle.zip +0 -0
  2. package/package.json +4 -5
package/bundle.zip CHANGED
Binary file
package/package.json CHANGED
@@ -1,19 +1,18 @@
1
1
  {
2
2
  "displayName": "Rust Motion",
3
3
  "name": "@camera.ui/camera-ui-rust-motion",
4
- "version": "0.0.37",
4
+ "version": "0.0.38",
5
5
  "description": "Native motion detection for camera.ui, powered by a Rust detector for low CPU usage.",
6
6
  "author": "seydx (https://github.com/cameraui/plugins)",
7
7
  "main": "./dist/index.js",
8
8
  "type": "commonjs",
9
9
  "scripts": {
10
10
  "build": "rimraf dist && tsc",
11
- "bundle": "npm run format && npm run lint:fix && npm run build && cui bundle",
12
- "bundle:dev": "npm run format && npm run lint:fix && npm run build && cross-env MODE=development cui bundle",
11
+ "bundle": "npm run format && npm run lint && npm run build && cui bundle",
12
+ "bundle:dev": "npm run format && npm run lint && npm run build && cross-env MODE=development cui bundle",
13
13
  "format": "prettier --write \"src/\" --ignore-unknown --no-error-on-unmatched-pattern",
14
14
  "install-updates": "npm i --save",
15
- "lint": "eslint .",
16
- "lint:fix": "eslint --fix .",
15
+ "lint": "eslint --fix .",
17
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)}\"",
18
17
  "publish:alpha": "npm i --save && npm run bundle && cui publish --alpha",
19
18
  "publish:beta": "npm i --save && npm run bundle && cui publish --beta",