@htmlbricks/hb-uploader 0.68.8 → 0.68.10

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
@@ -14,7 +14,6 @@
14
14
  "type": "string"
15
15
  },
16
16
  "show": {
17
- "const": true,
18
17
  "type": "boolean"
19
18
  }
20
19
  },
@@ -230,7 +229,7 @@
230
229
  }
231
230
  }
232
231
  ],
233
- "iifeIntegrity": "sha384-TLl6Mcx2WGkcD7QXmiEGkUbzSI/L+3mzNmVxF3SCxplt0HY/lPsRVTjaj+vkVixp",
232
+ "iifeIntegrity": "sha384-14SNEiCC9oZ5gmz4sZZuqGoN93nTvCOFmFoSgVnjdcTR4qhNPiupAfC97rlHICtF",
234
233
  "dependencies": [
235
234
  {
236
235
  "name": "hb-dialog",
@@ -256,5 +255,5 @@
256
255
  "size": {},
257
256
  "iifePath": "main.iife.js",
258
257
  "repoName": "@htmlbricks/hb-uploader",
259
- "version": "0.68.8"
258
+ "version": "0.68.10"
260
259
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@htmlbricks/hb-uploader",
3
- "version": "0.68.8",
3
+ "version": "0.68.10",
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": [
@@ -15,5 +15,5 @@ export type Component = {
15
15
  export type Events = {
16
16
  uploadError: { downloaded: boolean; id: string; error: Error };
17
17
  uploadComplete: { downloaded: boolean; id: string };
18
- modalShow: { id: string; show: true };
18
+ modalShow: { id: string; show: boolean };
19
19
  };
@@ -12,7 +12,6 @@
12
12
  "type": "string"
13
13
  },
14
14
  "show": {
15
- "const": true,
16
15
  "type": "boolean"
17
16
  }
18
17
  },