@htmlbricks/hb-player-live-camera-ptz 0.66.13 → 0.66.15
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/main.iife.js +1 -1
- package/main.iife.js.map +1 -1
- package/manifest.json +2 -2
- package/package.json +1 -1
package/manifest.json
CHANGED
|
@@ -677,7 +677,7 @@
|
|
|
677
677
|
}
|
|
678
678
|
}
|
|
679
679
|
],
|
|
680
|
-
"iifeIntegrity": "sha384-
|
|
680
|
+
"iifeIntegrity": "sha384-GrMYfXq5zj/zzWrb/oDmJxJjF32BQHzE7hbsLrP3EFrVLAKYXVYR/FdJzctH0oyw",
|
|
681
681
|
"screenshots": [],
|
|
682
682
|
"licenses": [
|
|
683
683
|
{
|
|
@@ -699,5 +699,5 @@
|
|
|
699
699
|
"size": {},
|
|
700
700
|
"iifePath": "main.iife.js",
|
|
701
701
|
"repoName": "@htmlbricks/hb-player-live-camera-ptz",
|
|
702
|
-
"version": "0.66.
|
|
702
|
+
"version": "0.66.15"
|
|
703
703
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@htmlbricks/hb-player-live-camera-ptz",
|
|
3
|
-
"version": "0.66.
|
|
3
|
+
"version": "0.66.15",
|
|
4
4
|
"contributors": [],
|
|
5
5
|
"description": "Live camera view built on `hb-player-live` with a configurable PTZ panel: D-pad or analog joystick, zoom in/out, go home, click-to-center region on the video, optional grid overlay, fullscreen, mute, and play/pause. Manages camera presets in dialogs with `hb-table` (add, go to, delete). Feature flags live in `configuration`; PTZ and UI state are driven by `is_ptz_connected`, `is_ptz_panel_opened`, and `is_home`. Dispatches movement, preset, and video-init events for the host app to wire to your backend.",
|
|
6
6
|
"licenses": [
|