@htmlbricks/hb-downloader 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 +3 -3
- package/main.iife.js.map +1 -1
- package/manifest.json +2 -1
- package/package.json +1 -1
package/manifest.json
CHANGED
|
@@ -178,6 +178,7 @@
|
|
|
178
178
|
}
|
|
179
179
|
}
|
|
180
180
|
],
|
|
181
|
+
"iifeIntegrity": "sha384-pFrOOCgD0F5UfyRwjPJGR9CYZoFyGSj857KqRFeUdkkM6AQKzoBBEyl9utQVUX/z",
|
|
181
182
|
"screenshots": [],
|
|
182
183
|
"licenses": [
|
|
183
184
|
{
|
|
@@ -197,5 +198,5 @@
|
|
|
197
198
|
"size": {},
|
|
198
199
|
"iifePath": "main.iife.js",
|
|
199
200
|
"repoName": "@htmlbricks/hb-downloader",
|
|
200
|
-
"version": "0.66.
|
|
201
|
+
"version": "0.66.5"
|
|
201
202
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@htmlbricks/hb-downloader",
|
|
3
|
-
"version": "0.66.
|
|
3
|
+
"version": "0.66.5",
|
|
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": [
|