@camera.ui/camera-ui-opencv 0.0.3 → 0.0.4

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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "displayName": "OpenCV",
3
3
  "name": "@camera.ui/camera-ui-opencv",
4
- "version": "0.0.3",
4
+ "version": "0.0.4",
5
5
  "description": "camera.ui opencv plugin",
6
6
  "author": "seydx (https://github.com/seydx/camera.ui)",
7
7
  "main": "./src/main.py",
@@ -25,7 +25,7 @@ from .defaults import (
25
25
  defaultThreshold,
26
26
  defaultThresholdBs,
27
27
  )
28
- from .types import CameraStorageValues
28
+ from .plugin_typings import CameraStorageValues
29
29
 
30
30
  background_tasks = set[asyncio.Task[Any]]()
31
31
 
File without changes