@htmlbricks/hb-uploader 0.68.1 → 0.68.2

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
@@ -187,9 +187,50 @@
187
187
  "data": ""
188
188
  }
189
189
  }
190
+ },
191
+ {
192
+ "name": "postWithHeaders",
193
+ "description": "POST upload with custom headers.",
194
+ "data": {
195
+ "upload_id": "job-post-1",
196
+ "fetch_data": {
197
+ "url": "https://httpbin.org/post",
198
+ "method": "POST",
199
+ "data": {
200
+ "file": "binary-placeholder"
201
+ },
202
+ "headers": {
203
+ "X-Upload-Client": "storybook"
204
+ }
205
+ }
206
+ }
207
+ },
208
+ {
209
+ "name": "putMinimal",
210
+ "description": "PUT with empty path (dialog wiring only).",
211
+ "data": {
212
+ "fetch_data": {
213
+ "url": "",
214
+ "method": "PUT",
215
+ "data": {}
216
+ }
217
+ }
218
+ },
219
+ {
220
+ "name": "withUploadId",
221
+ "description": "Correlates progress with upload_id.",
222
+ "data": {
223
+ "upload_id": "trace-42",
224
+ "fetch_data": {
225
+ "url": "",
226
+ "data": {
227
+ "batch": "2026-03-30"
228
+ }
229
+ }
230
+ }
190
231
  }
191
232
  ],
192
- "iifeIntegrity": "sha384-ITE20BkieQffpmm5ieFovm8taSHn0mrW12lfInwc/A/QFko7N81Eu7DRDc2Q1m3P",
233
+ "iifeIntegrity": "sha384-rypTjus3Iz6h53wxYXyL+I5Jdkf287Jb1hZ6nzoC7+nlHUgAHUIzoLUwv3oL7ltl",
193
234
  "dependencies": [
194
235
  {
195
236
  "name": "hb-dialog",
@@ -215,5 +256,5 @@
215
256
  "size": {},
216
257
  "iifePath": "main.iife.js",
217
258
  "repoName": "@htmlbricks/hb-uploader",
218
- "version": "0.68.1"
259
+ "version": "0.68.2"
219
260
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@htmlbricks/hb-uploader",
3
- "version": "0.68.1",
3
+ "version": "0.68.2",
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": [