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

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 +5 -5
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.21",
4
+ "version": "0.0.23",
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",
@@ -15,9 +15,9 @@
15
15
  "build:macos-universal": "lipo -create -output detector.node rust_detector_macos_arm64.node rust_detector_macos_x64.node",
16
16
  "build:windows-x64": "cross-env RUSTFLAGS=\"-C target-feature=+avx2,+sse4.1\" npm run build:rust -- --target x86_64-pc-windows-msvc",
17
17
  "build:linux-x64": "cross-env RUSTFLAGS='-C target-feature=+avx2,+sse4.1' npm run build:rust -- --target x86_64-unknown-linux-gnu",
18
- "build:riscv64": "CROSS_CONTAINER_OPTS=--platform=linux/amd64 cross +nightly build --message-format=json-render-diagnostics > cross.log --target riscv64gc-unknown-linux-gnu --release && npm run build:rust",
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
- "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",
18
+ "build:linux-arm64": "cross-env RUSTFLAGS='-C target-feature=+neon' CARGO_TARGET_AARCH64_UNKNOWN_LINUX_GNU_LINKER=aarch64-linux-gnu-gcc CC_aarch64_unknown_linux_gnu=aarch64-linux-gnu-gcc CXX_aarch64_unknown_linux_gnu=aarch64-linux-gnu-g++ npm run build:rust -- --target aarch64-unknown-linux-gnu",
19
+ "build:freebsd-x64": "cross-env RUSTFLAGS='-C target-feature=+avx2,+sse4.1' npm run build:rust -- --target x86_64-unknown-freebsd",
20
+ "build:riscv-x64": "cross-env npm run build:rust -- --target riscv64gc-unknown-linux-gnu",
21
21
  "bundle": "npm run format && npm run lint:fix && npm run build && cui bundle",
22
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",
@@ -36,7 +36,7 @@
36
36
  "url": "https://github.com/seydx/camera.ui/issues"
37
37
  },
38
38
  "engines": {
39
- "camera.ui": ">=0.0.37",
39
+ "camera.ui": ">=0.0.39",
40
40
  "node": ">=20.18.0"
41
41
  },
42
42
  "homepage": "https://github.com/seydx/camera.ui#readme",