@kreuzberg/wasm 4.4.2 → 4.4.3

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/README.md CHANGED
@@ -22,7 +22,7 @@
22
22
  <img src="https://img.shields.io/maven-central/v/dev.kreuzberg/kreuzberg?label=Java&color=007ec6" alt="Java">
23
23
  </a>
24
24
  <a href="https://github.com/kreuzberg-dev/kreuzberg/releases">
25
- <img src="https://img.shields.io/github/v/tag/kreuzberg-dev/kreuzberg?label=Go&color=007ec6&filter=v4.4.2" alt="Go">
25
+ <img src="https://img.shields.io/github/v/tag/kreuzberg-dev/kreuzberg?label=Go&color=007ec6&filter=v4.4.3" alt="Go">
26
26
  </a>
27
27
  <a href="https://www.nuget.org/packages/Kreuzberg/">
28
28
  <img src="https://img.shields.io/nuget/v/Kreuzberg?label=C%23&color=007ec6" alt="C#">
@@ -22,7 +22,7 @@
22
22
  <img src="https://img.shields.io/maven-central/v/dev.kreuzberg/kreuzberg?label=Java&color=007ec6" alt="Java">
23
23
  </a>
24
24
  <a href="https://github.com/kreuzberg-dev/kreuzberg/releases">
25
- <img src="https://img.shields.io/github/v/tag/kreuzberg-dev/kreuzberg?label=Go&color=007ec6&filter=v4.4.2" alt="Go">
25
+ <img src="https://img.shields.io/github/v/tag/kreuzberg-dev/kreuzberg?label=Go&color=007ec6&filter=v4.4.3" alt="Go">
26
26
  </a>
27
27
  <a href="https://www.nuget.org/packages/Kreuzberg/">
28
28
  <img src="https://img.shields.io/nuget/v/Kreuzberg?label=C%23&color=007ec6" alt="C#">
@@ -1774,7 +1774,7 @@ function __wbg_get_imports() {
1774
1774
  return ret;
1775
1775
  },
1776
1776
  __wbindgen_cast_0000000000000002: function(arg0, arg1) {
1777
- // Cast intrinsic for `Closure(Closure { dtor_idx: 3518, function: Function { arguments: [Externref], shim_idx: 3519, ret: Result(Unit), inner_ret: Some(Result(Unit)) }, mutable: true }) -> Externref`.
1777
+ // Cast intrinsic for `Closure(Closure { dtor_idx: 3542, function: Function { arguments: [Externref], shim_idx: 3543, ret: Result(Unit), inner_ret: Some(Result(Unit)) }, mutable: true }) -> Externref`.
1778
1778
  const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen_179aebea8749b817___closure__destroy___dyn_core_dde6c4b55a98adc4___ops__function__FnMut__wasm_bindgen_179aebea8749b817___JsValue____Output___core_dde6c4b55a98adc4___result__Result_____wasm_bindgen_179aebea8749b817___JsError___, wasm_bindgen_179aebea8749b817___convert__closures_____invoke___wasm_bindgen_179aebea8749b817___JsValue__core_dde6c4b55a98adc4___result__Result_____wasm_bindgen_179aebea8749b817___JsError___true_);
1779
1779
  return ret;
1780
1780
  },
@@ -1687,7 +1687,7 @@ export function __wbindgen_cast_0000000000000001(arg0, arg1) {
1687
1687
  return ret;
1688
1688
  }
1689
1689
  export function __wbindgen_cast_0000000000000002(arg0, arg1) {
1690
- // Cast intrinsic for `Closure(Closure { dtor_idx: 3518, function: Function { arguments: [Externref], shim_idx: 3519, ret: Result(Unit), inner_ret: Some(Result(Unit)) }, mutable: true }) -> Externref`.
1690
+ // Cast intrinsic for `Closure(Closure { dtor_idx: 3542, function: Function { arguments: [Externref], shim_idx: 3543, ret: Result(Unit), inner_ret: Some(Result(Unit)) }, mutable: true }) -> Externref`.
1691
1691
  const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen_179aebea8749b817___closure__destroy___dyn_core_dde6c4b55a98adc4___ops__function__FnMut__wasm_bindgen_179aebea8749b817___JsValue____Output___core_dde6c4b55a98adc4___result__Result_____wasm_bindgen_179aebea8749b817___JsError___, wasm_bindgen_179aebea8749b817___convert__closures_____invoke___wasm_bindgen_179aebea8749b817___JsValue__core_dde6c4b55a98adc4___result__Result_____wasm_bindgen_179aebea8749b817___JsError___true_);
1692
1692
  return ret;
1693
1693
  }
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kreuzberg/wasm",
3
- "version": "4.4.2",
3
+ "version": "4.4.3",
4
4
  "type": "module",
5
5
  "packageManager": "pnpm@10.17.0",
6
6
  "description": "Kreuzberg document intelligence - WebAssembly bindings",
@@ -107,7 +107,7 @@
107
107
  "prepublishOnly": "npm run build"
108
108
  },
109
109
  "devDependencies": {
110
- "@types/node": "^25.3.3",
110
+ "@types/node": "^25.3.5",
111
111
  "@vitest/coverage-v8": "^4.0.18",
112
112
  "@vitest/ui": "^4.0.18",
113
113
  "jsdom": "^28.1.0",