@kreuzberg/wasm 4.0.2 → 4.0.4
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.
|
@@ -1463,6 +1463,11 @@ exports.__wbg_call_c8baa5c5e72d274e = function() { return handleError(function (
|
|
|
1463
1463
|
return ret;
|
|
1464
1464
|
}, arguments) };
|
|
1465
1465
|
|
|
1466
|
+
exports.__wbg_codePointAt_6fd4439a1e465afd = function(arg0, arg1) {
|
|
1467
|
+
const ret = arg0.codePointAt(arg1 >>> 0);
|
|
1468
|
+
return ret;
|
|
1469
|
+
};
|
|
1470
|
+
|
|
1466
1471
|
exports.__wbg_construct_8d61a09a064d7a0e = function() { return handleError(function (arg0, arg1) {
|
|
1467
1472
|
const ret = Reflect.construct(arg0, arg1);
|
|
1468
1473
|
return ret;
|
|
@@ -1500,6 +1505,11 @@ exports.__wbg_error_7bc7d576a6aaf855 = function(arg0) {
|
|
|
1500
1505
|
console.error(arg0);
|
|
1501
1506
|
};
|
|
1502
1507
|
|
|
1508
|
+
exports.__wbg_fromCodePoint_50facac709b76f67 = function() { return handleError(function (arg0) {
|
|
1509
|
+
const ret = String.fromCodePoint(arg0 >>> 0);
|
|
1510
|
+
return ret;
|
|
1511
|
+
}, arguments) };
|
|
1512
|
+
|
|
1503
1513
|
exports.__wbg_from_29a8414a7a7cd19d = function(arg0) {
|
|
1504
1514
|
const ret = Array.from(arg0);
|
|
1505
1515
|
return ret;
|
|
@@ -1591,6 +1601,11 @@ exports.__wbg_iterator_27b7c8b35ab3e86b = function() {
|
|
|
1591
1601
|
return ret;
|
|
1592
1602
|
};
|
|
1593
1603
|
|
|
1604
|
+
exports.__wbg_length_1f83b8e5895c84aa = function(arg0) {
|
|
1605
|
+
const ret = arg0.length;
|
|
1606
|
+
return ret;
|
|
1607
|
+
};
|
|
1608
|
+
|
|
1594
1609
|
exports.__wbg_length_22ac23eaec9d8053 = function(arg0) {
|
|
1595
1610
|
const ret = arg0.length;
|
|
1596
1611
|
return ret;
|
|
@@ -1857,12 +1872,6 @@ exports.__wbindgen_cast_7e9c58eeb11b0a6f = function(arg0, arg1) {
|
|
|
1857
1872
|
return ret;
|
|
1858
1873
|
};
|
|
1859
1874
|
|
|
1860
|
-
exports.__wbindgen_cast_965f3ca5bc091f01 = function(arg0, arg1) {
|
|
1861
|
-
// Cast intrinsic for `Closure(Closure { dtor_idx: 1976, function: Function { arguments: [Externref], shim_idx: 1977, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
1862
|
-
const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen_4fcc1eb3154b8c24___closure__destroy___dyn_core_67558b4ca73dc0a8___ops__function__FnMut__wasm_bindgen_4fcc1eb3154b8c24___JsValue____Output_______, wasm_bindgen_4fcc1eb3154b8c24___convert__closures_____invoke___wasm_bindgen_4fcc1eb3154b8c24___JsValue_____);
|
|
1863
|
-
return ret;
|
|
1864
|
-
};
|
|
1865
|
-
|
|
1866
1875
|
exports.__wbindgen_cast_9ae0607507abb057 = function(arg0) {
|
|
1867
1876
|
// Cast intrinsic for `I64 -> Externref`.
|
|
1868
1877
|
const ret = arg0;
|
|
@@ -1881,6 +1890,12 @@ exports.__wbindgen_cast_d6cd19b81560fd6e = function(arg0) {
|
|
|
1881
1890
|
return ret;
|
|
1882
1891
|
};
|
|
1883
1892
|
|
|
1893
|
+
exports.__wbindgen_cast_f624fc0274c44f54 = function(arg0, arg1) {
|
|
1894
|
+
// Cast intrinsic for `Closure(Closure { dtor_idx: 1981, function: Function { arguments: [Externref], shim_idx: 1982, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
1895
|
+
const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen_4fcc1eb3154b8c24___closure__destroy___dyn_core_67558b4ca73dc0a8___ops__function__FnMut__wasm_bindgen_4fcc1eb3154b8c24___JsValue____Output_______, wasm_bindgen_4fcc1eb3154b8c24___convert__closures_____invoke___wasm_bindgen_4fcc1eb3154b8c24___JsValue_____);
|
|
1896
|
+
return ret;
|
|
1897
|
+
};
|
|
1898
|
+
|
|
1884
1899
|
exports.__wbindgen_init_externref_table = function() {
|
|
1885
1900
|
const table = wasm.__wbindgen_externrefs;
|
|
1886
1901
|
const offset = table.grow(4);
|
|
@@ -1437,6 +1437,11 @@ export function __wbg_call_c8baa5c5e72d274e() { return handleError(function (arg
|
|
|
1437
1437
|
return ret;
|
|
1438
1438
|
}, arguments) };
|
|
1439
1439
|
|
|
1440
|
+
export function __wbg_codePointAt_6fd4439a1e465afd(arg0, arg1) {
|
|
1441
|
+
const ret = arg0.codePointAt(arg1 >>> 0);
|
|
1442
|
+
return ret;
|
|
1443
|
+
};
|
|
1444
|
+
|
|
1440
1445
|
export function __wbg_construct_8d61a09a064d7a0e() { return handleError(function (arg0, arg1) {
|
|
1441
1446
|
const ret = Reflect.construct(arg0, arg1);
|
|
1442
1447
|
return ret;
|
|
@@ -1474,6 +1479,11 @@ export function __wbg_error_7bc7d576a6aaf855(arg0) {
|
|
|
1474
1479
|
console.error(arg0);
|
|
1475
1480
|
};
|
|
1476
1481
|
|
|
1482
|
+
export function __wbg_fromCodePoint_50facac709b76f67() { return handleError(function (arg0) {
|
|
1483
|
+
const ret = String.fromCodePoint(arg0 >>> 0);
|
|
1484
|
+
return ret;
|
|
1485
|
+
}, arguments) };
|
|
1486
|
+
|
|
1477
1487
|
export function __wbg_from_29a8414a7a7cd19d(arg0) {
|
|
1478
1488
|
const ret = Array.from(arg0);
|
|
1479
1489
|
return ret;
|
|
@@ -1565,6 +1575,11 @@ export function __wbg_iterator_27b7c8b35ab3e86b() {
|
|
|
1565
1575
|
return ret;
|
|
1566
1576
|
};
|
|
1567
1577
|
|
|
1578
|
+
export function __wbg_length_1f83b8e5895c84aa(arg0) {
|
|
1579
|
+
const ret = arg0.length;
|
|
1580
|
+
return ret;
|
|
1581
|
+
};
|
|
1582
|
+
|
|
1568
1583
|
export function __wbg_length_22ac23eaec9d8053(arg0) {
|
|
1569
1584
|
const ret = arg0.length;
|
|
1570
1585
|
return ret;
|
|
@@ -1831,12 +1846,6 @@ export function __wbindgen_cast_7e9c58eeb11b0a6f(arg0, arg1) {
|
|
|
1831
1846
|
return ret;
|
|
1832
1847
|
};
|
|
1833
1848
|
|
|
1834
|
-
export function __wbindgen_cast_965f3ca5bc091f01(arg0, arg1) {
|
|
1835
|
-
// Cast intrinsic for `Closure(Closure { dtor_idx: 1976, function: Function { arguments: [Externref], shim_idx: 1977, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
1836
|
-
const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen_4fcc1eb3154b8c24___closure__destroy___dyn_core_67558b4ca73dc0a8___ops__function__FnMut__wasm_bindgen_4fcc1eb3154b8c24___JsValue____Output_______, wasm_bindgen_4fcc1eb3154b8c24___convert__closures_____invoke___wasm_bindgen_4fcc1eb3154b8c24___JsValue_____);
|
|
1837
|
-
return ret;
|
|
1838
|
-
};
|
|
1839
|
-
|
|
1840
1849
|
export function __wbindgen_cast_9ae0607507abb057(arg0) {
|
|
1841
1850
|
// Cast intrinsic for `I64 -> Externref`.
|
|
1842
1851
|
const ret = arg0;
|
|
@@ -1855,6 +1864,12 @@ export function __wbindgen_cast_d6cd19b81560fd6e(arg0) {
|
|
|
1855
1864
|
return ret;
|
|
1856
1865
|
};
|
|
1857
1866
|
|
|
1867
|
+
export function __wbindgen_cast_f624fc0274c44f54(arg0, arg1) {
|
|
1868
|
+
// Cast intrinsic for `Closure(Closure { dtor_idx: 1981, function: Function { arguments: [Externref], shim_idx: 1982, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
1869
|
+
const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen_4fcc1eb3154b8c24___closure__destroy___dyn_core_67558b4ca73dc0a8___ops__function__FnMut__wasm_bindgen_4fcc1eb3154b8c24___JsValue____Output_______, wasm_bindgen_4fcc1eb3154b8c24___convert__closures_____invoke___wasm_bindgen_4fcc1eb3154b8c24___JsValue_____);
|
|
1870
|
+
return ret;
|
|
1871
|
+
};
|
|
1872
|
+
|
|
1858
1873
|
export function __wbindgen_init_externref_table() {
|
|
1859
1874
|
const table = wasm.__wbindgen_externrefs;
|
|
1860
1875
|
const offset = table.grow(4);
|
|
Binary file
|
package/dist/pkg/package.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kreuzberg/wasm",
|
|
3
|
-
"version": "4.0.
|
|
3
|
+
"version": "4.0.4",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"packageManager": "pnpm@10.17.0",
|
|
6
6
|
"description": "Kreuzberg document intelligence - WebAssembly bindings",
|
|
@@ -106,14 +106,14 @@
|
|
|
106
106
|
"prepublishOnly": "npm run build"
|
|
107
107
|
},
|
|
108
108
|
"devDependencies": {
|
|
109
|
-
"@types/node": "^25.0.
|
|
110
|
-
"@vitest/coverage-v8": "^4.0.
|
|
111
|
-
"@vitest/ui": "^4.0.
|
|
109
|
+
"@types/node": "^25.0.8",
|
|
110
|
+
"@vitest/coverage-v8": "^4.0.17",
|
|
111
|
+
"@vitest/ui": "^4.0.17",
|
|
112
112
|
"jsdom": "^27.4.0",
|
|
113
|
-
"oxlint": "^1.
|
|
113
|
+
"oxlint": "^1.39.0",
|
|
114
114
|
"tsup": "^8.5.1",
|
|
115
115
|
"typescript": "^5.9.3",
|
|
116
|
-
"vitest": "^4.0.
|
|
116
|
+
"vitest": "^4.0.17"
|
|
117
117
|
},
|
|
118
118
|
"optionalDependencies": {
|
|
119
119
|
"tesseract-wasm": "^0.11.0"
|