@htmlbricks/hb-editor-video 0.66.3 → 0.66.5
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 +4 -4
- package/main.iife.js.map +1 -1
- package/manifest.json +2 -1
- package/package.json +1 -1
package/manifest.json
CHANGED
|
@@ -157,6 +157,7 @@
|
|
|
157
157
|
}
|
|
158
158
|
}
|
|
159
159
|
],
|
|
160
|
+
"iifeIntegrity": "sha384-c8cPttgIFrF1LERnXmt2UiH7r5e942HcMhiaLq6YKqwEHwbvrcmLnLdDIX4s6CAB",
|
|
160
161
|
"screenshots": [],
|
|
161
162
|
"licenses": [
|
|
162
163
|
{
|
|
@@ -177,5 +178,5 @@
|
|
|
177
178
|
"size": {},
|
|
178
179
|
"iifePath": "main.iife.js",
|
|
179
180
|
"repoName": "@htmlbricks/hb-editor-video",
|
|
180
|
-
"version": "0.66.
|
|
181
|
+
"version": "0.66.5"
|
|
181
182
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@htmlbricks/hb-editor-video",
|
|
3
|
-
"version": "0.66.
|
|
3
|
+
"version": "0.66.5",
|
|
4
4
|
"contributors": [],
|
|
5
5
|
"description": "Video trimmer UI: plays `src` with an `hb-range-slider` synced to the playhead and in/out bounds (`track` min/max seconds). Numeric time fields, cue-to-current-time buttons, and optional `hb-form` gate final submission. Emits `changeTrackValues`, `dispatchTrack` when no form is used, and form-driven submit when metadata is valid.",
|
|
6
6
|
"licenses": [
|