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

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.
package/CHANGELOG.md CHANGED
@@ -1,8 +1,3 @@
1
- All notable changes to this project will be documented in this file.
2
-
3
- The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
4
- and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
5
-
6
- ## [X.X.X] - ???
1
+ ## [1.0.0] - 01.07.2026
7
2
 
8
3
  - Initial Release
package/LICENSE.md CHANGED
@@ -1,6 +1,6 @@
1
1
  MIT License
2
2
 
3
- Copyright (c) 2023-2024 seydx <dev@seydx.com>
3
+ Copyright (c) 2023-2026 seydx <hi@seydx.dev>
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining
6
6
  a copy of this software and associated documentation files (the
package/README.md CHANGED
@@ -1 +1,5 @@
1
- # @camera.ui/camera-ui-rust-motion
1
+ # Rust Motion
2
+
3
+ Native motion detection for camera.ui, powered by a Rust detector for low CPU usage.
4
+
5
+ `@camera.ui/camera-ui-rust-motion`
package/bundle.zip CHANGED
Binary file
package/package.json CHANGED
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "displayName": "Rust Motion",
3
3
  "name": "@camera.ui/camera-ui-rust-motion",
4
- "version": "0.0.35",
5
- "description": "Lightning-fast motion detection written in Rust. Exceptional performance and reliability for continuous monitoring.",
6
- "author": "seydx (https://github.com/seydx/camera.ui)",
4
+ "version": "0.0.37",
5
+ "description": "Native motion detection for camera.ui, powered by a Rust detector for low CPU usage.",
6
+ "author": "seydx (https://github.com/cameraui/plugins)",
7
7
  "main": "./dist/index.js",
8
8
  "type": "commonjs",
9
9
  "scripts": {
@@ -21,12 +21,12 @@
21
21
  "update": "updates --update ./"
22
22
  },
23
23
  "dependencies": {
24
- "@camera.ui/rust-detector": "^0.0.5"
24
+ "@camera.ui/rust-detector": "~0.0.11"
25
25
  },
26
26
  "bugs": {
27
- "url": "https://github.com/seydx/camera.ui/issues"
27
+ "url": "https://github.com/cameraui/plugins/issues"
28
28
  },
29
- "homepage": "https://github.com/seydx/camera.ui#readme",
29
+ "homepage": "https://github.com/cameraui/plugins/tree/main/camera-ui-rust-motion#readme",
30
30
  "keywords": [
31
31
  "camera-ui-plugin",
32
32
  "rust",
@@ -36,17 +36,15 @@
36
36
  "license": "MIT",
37
37
  "repository": {
38
38
  "type": "git",
39
- "url": "git+https://github.com/seydx/camera.ui.git"
39
+ "url": "git+https://github.com/cameraui/plugins.git",
40
+ "directory": "camera-ui-rust-motion"
40
41
  },
41
42
  "engines": {
42
43
  "camera.ui": ">=0.0.50",
43
44
  "node": ">=22.0.0"
44
45
  },
45
- "camera.ui": {
46
- "extensions": [
47
- "motionDetection"
48
- ],
49
- "dependencies": [],
50
- "bundled": true
51
- }
46
+ "files": [
47
+ "bundle.zip",
48
+ "CHANGELOG.md"
49
+ ]
52
50
  }