@docmux/wasm 0.1.0 → 0.2.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.
@@ -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_83742b46f01ce22d(arg0, arg1) {
300
+ export function __wbg_Error_2e59b1b37a9a34c3(arg0, arg1) {
301
301
  const ret = Error(getStringFromWasm0(arg0, arg1));
302
302
  return addHeapObject(ret);
303
303
  }
Binary file
@@ -314,7 +314,7 @@ function parseToJson(input, from) {
314
314
  function __wbg_get_imports() {
315
315
  const import0 = {
316
316
  __proto__: null,
317
- __wbg_Error_83742b46f01ce22d: function(arg0, arg1) {
317
+ __wbg_Error_2e59b1b37a9a34c3: function(arg0, arg1) {
318
318
  const ret = Error(getStringFromWasm0(arg0, arg1));
319
319
  return addHeapObject(ret);
320
320
  },
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@docmux/wasm",
3
- "version": "0.1.0",
3
+ "version": "0.2.0",
4
4
  "description": "Universal document converter — WASM bindings for docmux",
5
5
  "license": "MIT",
6
6
  "type": "module",