@kreuzberg/wasm 4.0.7 → 4.0.8

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
@@ -33,6 +33,9 @@
33
33
  <a href="https://rubygems.org/gems/kreuzberg">
34
34
  <img src="https://img.shields.io/gem/v/kreuzberg?label=Ruby&color=007ec6" alt="Ruby">
35
35
  </a>
36
+ <a href="https://github.com/kreuzberg-dev/kreuzberg/pkgs/container/kreuzberg">
37
+ <img src="https://img.shields.io/badge/Docker-007ec6?logo=docker&logoColor=white" alt="Docker">
38
+ </a>
36
39
 
37
40
  <!-- Project Info -->
38
41
  <a href="https://github.com/kreuzberg-dev/kreuzberg/blob/main/LICENSE">
@@ -184,7 +187,7 @@ interface DocumentJob {
184
187
  mimeType: string;
185
188
  }
186
189
 
187
- async function processBatch(documents: DocumentJob[], concurrency: number = 3) {
190
+ async function _processBatch(documents: DocumentJob[], concurrency: number = 3) {
188
191
  await initWasm();
189
192
 
190
193
  const results: Record<string, string> = {};
@@ -441,7 +444,7 @@ interface DocumentJob {
441
444
  mimeType: string;
442
445
  }
443
446
 
444
- async function processBatch(documents: DocumentJob[], concurrency: number = 3) {
447
+ async function _processBatch(documents: DocumentJob[], concurrency: number = 3) {
445
448
  await initWasm();
446
449
 
447
450
  const results: Record<string, string> = {};
@@ -33,6 +33,9 @@
33
33
  <a href="https://rubygems.org/gems/kreuzberg">
34
34
  <img src="https://img.shields.io/gem/v/kreuzberg?label=Ruby&color=007ec6" alt="Ruby">
35
35
  </a>
36
+ <a href="https://github.com/kreuzberg-dev/kreuzberg/pkgs/container/kreuzberg">
37
+ <img src="https://img.shields.io/badge/Docker-007ec6?logo=docker&logoColor=white" alt="Docker">
38
+ </a>
36
39
 
37
40
  <!-- Project Info -->
38
41
  <a href="https://github.com/kreuzberg-dev/kreuzberg/blob/main/LICENSE">
@@ -184,7 +187,7 @@ interface DocumentJob {
184
187
  mimeType: string;
185
188
  }
186
189
 
187
- async function processBatch(documents: DocumentJob[], concurrency: number = 3) {
190
+ async function _processBatch(documents: DocumentJob[], concurrency: number = 3) {
188
191
  await initWasm();
189
192
 
190
193
  const results: Record<string, string> = {};
@@ -441,7 +444,7 @@ interface DocumentJob {
441
444
  mimeType: string;
442
445
  }
443
446
 
444
- async function processBatch(documents: DocumentJob[], concurrency: number = 3) {
447
+ async function _processBatch(documents: DocumentJob[], concurrency: number = 3) {
445
448
  await initWasm();
446
449
 
447
450
  const results: Record<string, string> = {};
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.7",
7
+ "version": "4.0.8",
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.7",
3
+ "version": "4.0.8",
4
4
  "type": "module",
5
5
  "packageManager": "pnpm@10.17.0",
6
6
  "description": "Kreuzberg document intelligence - WebAssembly bindings",
@@ -106,7 +106,7 @@
106
106
  "prepublishOnly": "npm run build"
107
107
  },
108
108
  "devDependencies": {
109
- "@types/node": "^25.0.8",
109
+ "@types/node": "^25.0.9",
110
110
  "@vitest/coverage-v8": "^4.0.17",
111
111
  "@vitest/ui": "^4.0.17",
112
112
  "jsdom": "^27.4.0",