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