merfix 0.1.58 → 0.1.60

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/merfix.js CHANGED
@@ -316,6 +316,14 @@ async function __wbg_load(module, imports) {
316
316
  function __wbg_get_imports() {
317
317
  const imports = {};
318
318
  imports.wbg = {};
319
+ imports.wbg.__wbg_wbindgenthrow_4c11a24fca429ccf = function(arg0, arg1) {
320
+ throw new Error(getStringFromWasm0(arg0, arg1));
321
+ };
322
+ imports.wbg.__wbindgen_cast_2241b6af4c4b2941 = function(arg0, arg1) {
323
+ // Cast intrinsic for `Ref(String) -> Externref`.
324
+ const ret = getStringFromWasm0(arg0, arg1);
325
+ return ret;
326
+ };
319
327
  imports.wbg.__wbindgen_init_externref_table = function() {
320
328
  const table = wasm.__wbindgen_export_0;
321
329
  const offset = table.grow(4);
@@ -326,13 +334,6 @@ function __wbg_get_imports() {
326
334
  table.set(offset + 3, false);
327
335
  ;
328
336
  };
329
- imports.wbg.__wbindgen_string_new = function(arg0, arg1) {
330
- const ret = getStringFromWasm0(arg0, arg1);
331
- return ret;
332
- };
333
- imports.wbg.__wbindgen_throw = function(arg0, arg1) {
334
- throw new Error(getStringFromWasm0(arg0, arg1));
335
- };
336
337
 
337
338
  return imports;
338
339
  }
package/merfix_bg.wasm CHANGED
Binary file
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "merfix",
3
3
  "type": "module",
4
4
  "description": "Utility to remove EXIF metadata from images from browser",
5
- "version": "0.1.58",
5
+ "version": "0.1.60",
6
6
  "license": "Apache-2.0",
7
7
  "repository": {
8
8
  "type": "git",