@htmlbricks/hb-uploader 0.68.2 → 0.68.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/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
|
@@ -230,7 +230,7 @@
|
|
|
230
230
|
}
|
|
231
231
|
}
|
|
232
232
|
],
|
|
233
|
-
"iifeIntegrity": "sha384-
|
|
233
|
+
"iifeIntegrity": "sha384-5RiWFQJqXtyTvWwU8t7ijjhBMzVa/PXN+w6M4lCMpTD8m0A+y3thOOUuihOriAVT",
|
|
234
234
|
"dependencies": [
|
|
235
235
|
{
|
|
236
236
|
"name": "hb-dialog",
|
|
@@ -256,5 +256,5 @@
|
|
|
256
256
|
"size": {},
|
|
257
257
|
"iifePath": "main.iife.js",
|
|
258
258
|
"repoName": "@htmlbricks/hb-uploader",
|
|
259
|
-
"version": "0.68.
|
|
259
|
+
"version": "0.68.4"
|
|
260
260
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@htmlbricks/hb-uploader",
|
|
3
|
-
"version": "0.68.
|
|
3
|
+
"version": "0.68.4",
|
|
4
4
|
"contributors": [],
|
|
5
5
|
"description": "Upload progress in `hb-dialog` driven by `fetch_data` (`url`, `data`, optional `method`, `headers`): Bulma `progress` (indeterminate then value) and optional `upload_id`. Forwards `modalShow`; emits `uploadComplete` / `uploadError`.",
|
|
6
6
|
"licenses": [
|