@htmlbricks/hb-downloader 0.68.7 → 0.68.9
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
|
@@ -219,7 +219,7 @@
|
|
|
219
219
|
}
|
|
220
220
|
}
|
|
221
221
|
],
|
|
222
|
-
"iifeIntegrity": "sha384-
|
|
222
|
+
"iifeIntegrity": "sha384-lGWJhLV/MAxYIc5c/fK3TaRZwmOZ6pZhp7uCm9BVJWA3Xtk3FGhhvzs77d5zJkRF",
|
|
223
223
|
"dependencies": [
|
|
224
224
|
{
|
|
225
225
|
"name": "hb-dialog",
|
|
@@ -245,5 +245,5 @@
|
|
|
245
245
|
"size": {},
|
|
246
246
|
"iifePath": "main.iife.js",
|
|
247
247
|
"repoName": "@htmlbricks/hb-downloader",
|
|
248
|
-
"version": "0.68.
|
|
248
|
+
"version": "0.68.9"
|
|
249
249
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@htmlbricks/hb-downloader",
|
|
3
|
-
"version": "0.68.
|
|
3
|
+
"version": "0.68.9",
|
|
4
4
|
"contributors": [],
|
|
5
5
|
"description": "Opens `hb-dialog` while `uri` is set and downloads the resource with `XMLHttpRequest` as a blob: optional JSON `headers`, inferred or explicit `targetfilename`, `Content-Disposition` parsing when exposed by CORS, progress bar from `onprogress`, then triggers a browser file save. Dispatches `downloadComplete` or `downloadError` (with `downloadid`) and propagates `modalShow`; clears/aborts when the dialog closes.",
|
|
6
6
|
"licenses": [
|