@htmlbricks/hb-player-live-camera-ptz 0.66.2 → 0.66.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/main.iife.js +3 -3
- package/main.iife.js.map +1 -1
- package/manifest.json +3 -1
- package/package.json +1 -1
package/manifest.json
CHANGED
|
@@ -677,6 +677,8 @@
|
|
|
677
677
|
}
|
|
678
678
|
}
|
|
679
679
|
],
|
|
680
|
+
"iifeIntegrity": "sha384-SHm2rXuoRGzVpjK+gduAVz59R9R/NPPx9KV/+xpasJq7Z8hrkhaHP3muQZDgK9BY",
|
|
681
|
+
"iifeIntegrityType": "sha384",
|
|
680
682
|
"screenshots": [],
|
|
681
683
|
"licenses": [
|
|
682
684
|
{
|
|
@@ -698,5 +700,5 @@
|
|
|
698
700
|
"size": {},
|
|
699
701
|
"iifePath": "main.iife.js",
|
|
700
702
|
"repoName": "@htmlbricks/hb-player-live-camera-ptz",
|
|
701
|
-
"version": "0.66.
|
|
703
|
+
"version": "0.66.4"
|
|
702
704
|
}
|
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.4",
|
|
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": [
|