@htmlbricks/hb-matrix-video 0.71.10 → 0.71.12
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
|
@@ -1097,7 +1097,7 @@
|
|
|
1097
1097
|
}
|
|
1098
1098
|
}
|
|
1099
1099
|
],
|
|
1100
|
-
"iifeIntegrity": "sha384-
|
|
1100
|
+
"iifeIntegrity": "sha384-filtxbkdQq1A1QldQ7j3oYHQ8WErc0zNyVG1+97s5Y5NLLmhPfpiMdRW+c7S4Q83",
|
|
1101
1101
|
"dependencies": [
|
|
1102
1102
|
{
|
|
1103
1103
|
"name": "hb-player-live",
|
|
@@ -1124,5 +1124,5 @@
|
|
|
1124
1124
|
"size": {},
|
|
1125
1125
|
"iifePath": "main.iife.js",
|
|
1126
1126
|
"repoName": "@htmlbricks/hb-matrix-video",
|
|
1127
|
-
"version": "0.71.
|
|
1127
|
+
"version": "0.71.12"
|
|
1128
1128
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@htmlbricks/hb-matrix-video",
|
|
3
|
-
"version": "0.71.
|
|
3
|
+
"version": "0.71.12",
|
|
4
4
|
"contributors": [],
|
|
5
5
|
"description": "Responsive video wall: lays out `items` in Bulma `columns` / `column` rows (gapless) sized from the viewport (16:9-friendly). Each cell can be an iframe, plain MP4 `<video>`, `hb-player-live` (WHEP), or `hb-player-live-camera-ptz`. Tracks hover selection and emits `hoverItem` and `clickItem` with the focused tile id.",
|
|
6
6
|
"licenses": [
|