@camera.ui/camera-ui-onvif 1.1.3 → 1.1.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/CHANGELOG.md +4 -0
- package/README.md +0 -2
- package/bundle.zip +0 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,7 @@
|
|
|
1
|
+
## [1.1.4]
|
|
2
|
+
|
|
3
|
+
- Bump camera.ui engine and SDK
|
|
4
|
+
|
|
1
5
|
## [1.1.3]
|
|
2
6
|
|
|
3
7
|
- Device URLs entered without a scheme (`192.168.1.100` or `192.168.1.100:8080`) no longer fail with `Invalid URL`; a genuinely broken stored URL now logs the offending value instead of a bare TypeError
|
package/README.md
CHANGED
package/bundle.zip
CHANGED
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"displayName": "Onvif",
|
|
3
3
|
"name": "@camera.ui/camera-ui-onvif",
|
|
4
|
-
"version": "1.1.
|
|
4
|
+
"version": "1.1.4",
|
|
5
5
|
"description": "ONVIF integration for camera.ui. Provides camera discovery, PTZ control, and motion, object, audio and face events via ONVIF.",
|
|
6
6
|
"author": "seydx (https://github.com/cameraui/plugins)",
|
|
7
7
|
"type": "commonjs",
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
"url": "https://github.com/cameraui/plugins/issues"
|
|
25
25
|
},
|
|
26
26
|
"engines": {
|
|
27
|
-
"camera.ui": ">=2.0.
|
|
27
|
+
"camera.ui": ">=2.0.11",
|
|
28
28
|
"node": ">=20.19.0"
|
|
29
29
|
},
|
|
30
30
|
"os": [],
|