@htmlbricks/hb-uploader 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/main.iife.js +3 -3
- package/main.iife.js.map +1 -1
- package/manifest.json +3 -1
- package/package.json +1 -1
package/manifest.json
CHANGED
|
@@ -189,6 +189,8 @@
|
|
|
189
189
|
}
|
|
190
190
|
}
|
|
191
191
|
],
|
|
192
|
+
"iifeIntegrity": "sha384-qAhZP5JTMMbR0ZxEKwLnKJwk7sPjHuIdyr3hUV/tp09oCkDP7dRKPh/gjS58dkKf",
|
|
193
|
+
"iifeIntegrityType": "sha384",
|
|
192
194
|
"screenshots": [],
|
|
193
195
|
"licenses": [
|
|
194
196
|
{
|
|
@@ -208,5 +210,5 @@
|
|
|
208
210
|
"size": {},
|
|
209
211
|
"iifePath": "main.iife.js",
|
|
210
212
|
"repoName": "@htmlbricks/hb-uploader",
|
|
211
|
-
"version": "0.66.
|
|
213
|
+
"version": "0.66.4"
|
|
212
214
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@htmlbricks/hb-uploader",
|
|
3
|
-
"version": "0.66.
|
|
3
|
+
"version": "0.66.4",
|
|
4
4
|
"contributors": [],
|
|
5
5
|
"description": "File download/upload UI driven by `fetch_data` (`url`, `data`), with optional `upload_id`, `total`, and `loaded` for progress. Title slot; fires `downloadError`, `downloadComplete`, and `modalShow` for host handling.",
|
|
6
6
|
"licenses": [
|