@kreuzberg/wasm 4.0.0-rc.26 → 4.0.0-rc.27

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/dist/index.js CHANGED
@@ -1037,7 +1037,7 @@ async function initWasm() {
1037
1037
  try {
1038
1038
  wasmModule = await import(
1039
1039
  /* @vite-ignore */
1040
- "../pkg/kreuzberg_wasm.js"
1040
+ "./pkg/kreuzberg_wasm.js"
1041
1041
  );
1042
1042
  } catch {
1043
1043
  wasmModule = await import(
Binary file
@@ -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.0-rc.26",
7
+ "version": "4.0.0-rc.27",
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.0-rc.26",
3
+ "version": "4.0.0-rc.27",
4
4
  "type": "module",
5
5
  "packageManager": "pnpm@10.17.0",
6
6
  "description": "Kreuzberg document intelligence - WebAssembly bindings",