@kreuzberg/wasm 4.0.5 → 4.0.7

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.
Binary file
@@ -38,9 +38,9 @@ export const init: () => void;
38
38
  export const initialize_pdfium_render: (a: any, b: any, c: number) => number;
39
39
  export const read_block_from_callback_wasm: (a: number, b: number, c: number, d: number) => number;
40
40
  export const write_block_from_callback_wasm: (a: number, b: number, c: number) => number;
41
- export const wasm_bindgen_4fcc1eb3154b8c24___convert__closures_____invoke___wasm_bindgen_4fcc1eb3154b8c24___JsValue_____: (a: number, b: number, c: any) => void;
42
- export const wasm_bindgen_4fcc1eb3154b8c24___closure__destroy___dyn_core_67558b4ca73dc0a8___ops__function__FnMut__wasm_bindgen_4fcc1eb3154b8c24___JsValue____Output_______: (a: number, b: number) => void;
43
- export const wasm_bindgen_4fcc1eb3154b8c24___convert__closures_____invoke___wasm_bindgen_4fcc1eb3154b8c24___JsValue__wasm_bindgen_4fcc1eb3154b8c24___JsValue_____: (a: number, b: number, c: any, d: any) => void;
41
+ export const wasm_bindgen_d5f0760cbbd6023b___closure__destroy___dyn_core_67558b4ca73dc0a8___ops__function__FnMut__wasm_bindgen_d5f0760cbbd6023b___JsValue____Output_______: (a: number, b: number) => void;
42
+ export const wasm_bindgen_d5f0760cbbd6023b___convert__closures_____invoke___wasm_bindgen_d5f0760cbbd6023b___JsValue__wasm_bindgen_d5f0760cbbd6023b___JsValue_____: (a: number, b: number, c: any, d: any) => void;
43
+ export const wasm_bindgen_d5f0760cbbd6023b___convert__closures_____invoke___wasm_bindgen_d5f0760cbbd6023b___JsValue_____: (a: number, b: number, c: any) => void;
44
44
  export const __wbindgen_externrefs: WebAssembly.Table;
45
45
  export const __wbindgen_malloc: (a: number, b: number) => number;
46
46
  export const __wbindgen_realloc: (a: number, b: number, c: number, d: number) => number;
@@ -4,7 +4,7 @@
4
4
  "Na'aman Hirschfeld <nhirschfeld@gmail.com>"
5
5
  ],
6
6
  "description": "Kreuzberg document intelligence - WebAssembly bindings",
7
- "version": "4.0.5",
7
+ "version": "4.0.7",
8
8
  "license": "MIT",
9
9
  "repository": {
10
10
  "type": "git",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kreuzberg/wasm",
3
- "version": "4.0.5",
3
+ "version": "4.0.7",
4
4
  "type": "module",
5
5
  "packageManager": "pnpm@10.17.0",
6
6
  "description": "Kreuzberg document intelligence - WebAssembly bindings",