@camera.ui/camera-ui-opencv 0.0.28 → 0.0.29
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/LICENSE.md +1 -1
- package/bundle.zip +0 -0
- package/package.json +11 -14
package/LICENSE.md
CHANGED
package/bundle.zip
CHANGED
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"displayName": "OpenCV",
|
|
3
3
|
"name": "@camera.ui/camera-ui-opencv",
|
|
4
|
-
"version": "0.0.
|
|
4
|
+
"version": "0.0.29",
|
|
5
5
|
"description": "Advanced motion detection powered by OpenCV library. Reliable movement tracking with customizable sensitivity.",
|
|
6
|
-
"author": "seydx (https://github.com/
|
|
6
|
+
"author": "seydx (https://github.com/cameraui/plugins)",
|
|
7
7
|
"main": "./dist/main.py",
|
|
8
8
|
"type": "commonjs",
|
|
9
9
|
"scripts": {
|
|
@@ -18,16 +18,16 @@
|
|
|
18
18
|
"publish:alpha": "npm i --save && npm run bundle && cui publish --alpha",
|
|
19
19
|
"publish:beta": "npm i --save && npm run bundle && cui publish --beta",
|
|
20
20
|
"publish:latest": "npm i --save && npm run bundle && cui publish --latest",
|
|
21
|
-
"update": "updates --update ./"
|
|
21
|
+
"update": "updates --update ./ && cupdate"
|
|
22
22
|
},
|
|
23
23
|
"bugs": {
|
|
24
|
-
"url": "https://github.com/
|
|
24
|
+
"url": "https://github.com/cameraui/plugins/issues"
|
|
25
25
|
},
|
|
26
26
|
"engines": {
|
|
27
27
|
"camera.ui": ">=0.0.50",
|
|
28
28
|
"node": ">=22.0.0"
|
|
29
29
|
},
|
|
30
|
-
"homepage": "https://github.com/
|
|
30
|
+
"homepage": "https://github.com/cameraui/plugins/tree/main/camera-ui-opencv#readme",
|
|
31
31
|
"keywords": [
|
|
32
32
|
"camera-ui-plugin",
|
|
33
33
|
"motion",
|
|
@@ -37,14 +37,11 @@
|
|
|
37
37
|
"license": "MIT",
|
|
38
38
|
"repository": {
|
|
39
39
|
"type": "git",
|
|
40
|
-
"url": "git+https://github.com/
|
|
40
|
+
"url": "git+https://github.com/cameraui/plugins.git",
|
|
41
|
+
"directory": "camera-ui-opencv"
|
|
41
42
|
},
|
|
42
|
-
"
|
|
43
|
-
"
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
"pythonVersion": "3.11",
|
|
47
|
-
"dependencies": [],
|
|
48
|
-
"bundled": true
|
|
49
|
-
}
|
|
43
|
+
"files": [
|
|
44
|
+
"bundle.zip",
|
|
45
|
+
"CHANGELOG.md"
|
|
46
|
+
]
|
|
50
47
|
}
|