@docmux/wasm 0.2.0 → 0.3.0

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.
@@ -1,7 +1,7 @@
1
1
  /* @ts-self-types="./docmux_wasm.d.ts" */
2
-
3
2
  import * as wasm from "./docmux_wasm_bg.wasm";
4
3
  import { __wbg_set_wasm } from "./docmux_wasm_bg.js";
4
+
5
5
  __wbg_set_wasm(wasm);
6
6
 
7
7
  export {
@@ -297,7 +297,7 @@ export function parseToJson(input, from) {
297
297
  wasm.__wbindgen_export3(deferred4_0, deferred4_1, 1);
298
298
  }
299
299
  }
300
- export function __wbg_Error_2e59b1b37a9a34c3(arg0, arg1) {
300
+ export function __wbg_Error_960c155d3d49e4c2(arg0, arg1) {
301
301
  const ret = Error(getStringFromWasm0(arg0, arg1));
302
302
  return addHeapObject(ret);
303
303
  }
Binary file
@@ -310,11 +310,10 @@ function parseToJson(input, from) {
310
310
  }
311
311
  }
312
312
 
313
-
314
313
  function __wbg_get_imports() {
315
314
  const import0 = {
316
315
  __proto__: null,
317
- __wbg_Error_2e59b1b37a9a34c3: function(arg0, arg1) {
316
+ __wbg_Error_960c155d3d49e4c2: function(arg0, arg1) {
318
317
  const ret = Error(getStringFromWasm0(arg0, arg1));
319
318
  return addHeapObject(ret);
320
319
  },
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@docmux/wasm",
3
- "version": "0.2.0",
3
+ "version": "0.3.0",
4
4
  "description": "Universal document converter — WASM bindings for docmux",
5
5
  "license": "MIT",
6
6
  "type": "module",