@camera.ui/camera-ui-rust-motion 1.1.1 → 1.1.2

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,3 +1,7 @@
1
+ ## [1.1.2]
2
+
3
+ - Bugfixes and improvements
4
+
1
5
  ## [1.1.1]
2
6
 
3
7
  - Fix resetting the sensor to defaults not persisting the area, threshold, blur radius, and dilation size values, because the storage writes were not awaited; defaults are now saved reliably
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": "1.1.1",
4
+ "version": "1.1.2",
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",
@@ -39,7 +39,7 @@
39
39
  "directory": "camera-ui-rust-motion"
40
40
  },
41
41
  "engines": {
42
- "camera.ui": ">=2.0.0",
42
+ "camera.ui": ">=2.0.6",
43
43
  "node": ">=22.0.0"
44
44
  },
45
45
  "os": [],