@camera.ui/camera-ui-rust-motion 0.0.20 → 0.0.21

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 +3 -3
package/bundle.zip CHANGED
Binary file
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "displayName": "RUST Motion",
3
3
  "name": "@camera.ui/camera-ui-rust-motion",
4
- "version": "0.0.20",
4
+ "version": "0.0.21",
5
5
  "description": "Lightning-fast motion detection written in Rust. Exceptional performance and reliability for continuous monitoring.",
6
6
  "author": "seydx (https://github.com/seydx/camera.ui)",
7
7
  "main": "./dist/index.js",
@@ -19,7 +19,7 @@
19
19
  "build:freebsd": "cross-env RUSTFLAGS='-C target-feature=+avx2,+sse4.1' CROSS_CONTAINER_OPTS=--platform=linux/amd64 cross +nightly build --message-format=json-render-diagnostics > cross.log --target x86_64-unknown-freebsd --release && npm run build:rust",
20
20
  "build:linux-arm64": "cross-env RUSTFLAGS='-C target-feature=+neon' CROSS_CONTAINER_OPTS=--platform=linux/amd64 cross +nightly build --message-format=json-render-diagnostics > cross.log --target aarch64-unknown-linux-gnu --release && npm run build:rust",
21
21
  "bundle": "npm run format && npm run lint:fix && npm run build && cui bundle",
22
- "bundle:dev": "npm run format && npm run lint:fix && cross-env MODE=development cui bundle",
22
+ "bundle:dev": "npm run format && npm run lint:fix && npm run build && cross-env MODE=development cui bundle",
23
23
  "clean": "cargo clean && rimraf --glob *.node",
24
24
  "clean:cargo": "cargo clean",
25
25
  "format": "prettier --write 'src/' --ignore-unknown --no-error-on-unmatched-pattern && cargo fmt",
@@ -36,7 +36,7 @@
36
36
  "url": "https://github.com/seydx/camera.ui/issues"
37
37
  },
38
38
  "engines": {
39
- "camera.ui": ">=0.0.34-alpha.4",
39
+ "camera.ui": ">=0.0.37",
40
40
  "node": ">=20.18.0"
41
41
  },
42
42
  "homepage": "https://github.com/seydx/camera.ui#readme",