@camera.ui/camera-ui-rust-motion 0.0.36 → 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 +1 -6
- package/README.md +5 -1
- package/bundle.zip +0 -0
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,8 +1,3 @@
|
|
|
1
|
-
|
|
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/README.md
CHANGED
package/bundle.zip
CHANGED
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"displayName": "Rust Motion",
|
|
3
3
|
"name": "@camera.ui/camera-ui-rust-motion",
|
|
4
|
-
"version": "0.0.
|
|
5
|
-
"description": "
|
|
4
|
+
"version": "0.0.37",
|
|
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",
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
"update": "updates --update ./"
|
|
22
22
|
},
|
|
23
23
|
"dependencies": {
|
|
24
|
-
"@camera.ui/rust-detector": "~0.0.
|
|
24
|
+
"@camera.ui/rust-detector": "~0.0.11"
|
|
25
25
|
},
|
|
26
26
|
"bugs": {
|
|
27
27
|
"url": "https://github.com/cameraui/plugins/issues"
|