@kreuzberg/wasm 4.3.1 → 4.3.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.3.1" alt="Go">
25
+ <img src="https://img.shields.io/github/v/tag/kreuzberg-dev/kreuzberg?label=Go&color=007ec6&filter=v4.3.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.3.1" alt="Go">
25
+ <img src="https://img.shields.io/github/v/tag/kreuzberg-dev/kreuzberg?label=Go&color=007ec6&filter=v4.3.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#">
@@ -1494,7 +1494,7 @@ function __wbg_get_imports() {
1494
1494
  console.warn(arg0);
1495
1495
  },
1496
1496
  __wbindgen_cast_0000000000000001: function(arg0, arg1) {
1497
- // Cast intrinsic for `Closure(Closure { dtor_idx: 2151, function: Function { arguments: [Externref], shim_idx: 2152, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
1497
+ // Cast intrinsic for `Closure(Closure { dtor_idx: 2159, function: Function { arguments: [Externref], shim_idx: 2160, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
1498
1498
  const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen_76d1fb7578f82b73___closure__destroy___dyn_core_dde6c4b55a98adc4___ops__function__FnMut__wasm_bindgen_76d1fb7578f82b73___JsValue____Output_______, wasm_bindgen_76d1fb7578f82b73___convert__closures_____invoke___wasm_bindgen_76d1fb7578f82b73___JsValue_____);
1499
1499
  return ret;
1500
1500
  },
@@ -1488,7 +1488,7 @@ export function __wbg_warn_f7ae1b2e66ccb930(arg0) {
1488
1488
  console.warn(arg0);
1489
1489
  }
1490
1490
  export function __wbindgen_cast_0000000000000001(arg0, arg1) {
1491
- // Cast intrinsic for `Closure(Closure { dtor_idx: 2151, function: Function { arguments: [Externref], shim_idx: 2152, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
1491
+ // Cast intrinsic for `Closure(Closure { dtor_idx: 2159, function: Function { arguments: [Externref], shim_idx: 2160, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
1492
1492
  const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen_76d1fb7578f82b73___closure__destroy___dyn_core_dde6c4b55a98adc4___ops__function__FnMut__wasm_bindgen_76d1fb7578f82b73___JsValue____Output_______, wasm_bindgen_76d1fb7578f82b73___convert__closures_____invoke___wasm_bindgen_76d1fb7578f82b73___JsValue_____);
1493
1493
  return ret;
1494
1494
  }
Binary file
@@ -5,7 +5,7 @@
5
5
  "Na'aman Hirschfeld <nhirschfeld@gmail.com>"
6
6
  ],
7
7
  "description": "Kreuzberg document intelligence - WebAssembly bindings",
8
- "version": "4.3.1",
8
+ "version": "4.3.3",
9
9
  "license": "MIT",
10
10
  "repository": {
11
11
  "type": "git",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kreuzberg/wasm",
3
- "version": "4.3.1",
3
+ "version": "4.3.3",
4
4
  "type": "module",
5
5
  "packageManager": "pnpm@10.17.0",
6
6
  "description": "Kreuzberg document intelligence - WebAssembly bindings",