@kreuzberg/html-to-markdown-wasm 2.24.1 → 2.24.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.
- package/dist/html_to_markdown_wasm_bg.js +3 -0
- package/dist/html_to_markdown_wasm_bg.wasm +0 -0
- package/dist/package.json +1 -1
- package/dist-node/html_to_markdown_wasm.js +3 -0
- package/dist-node/html_to_markdown_wasm_bg.wasm +0 -0
- package/dist-node/package.json +1 -1
- package/dist-web/html_to_markdown_wasm.js +3 -0
- package/dist-web/html_to_markdown_wasm_bg.wasm +0 -0
- package/dist-web/package.json +1 -1
- package/package.json +1 -1
|
@@ -874,6 +874,9 @@ export function __wbg_error_7534b8e9a36f1ab4(arg0, arg1) {
|
|
|
874
874
|
wasm.__wbindgen_export4(deferred0_0, deferred0_1, 1);
|
|
875
875
|
}
|
|
876
876
|
}
|
|
877
|
+
export function __wbg_getRandomValues_1c61fac11405ffdc() { return handleError(function (arg0, arg1) {
|
|
878
|
+
globalThis.crypto.getRandomValues(getArrayU8FromWasm0(arg0, arg1));
|
|
879
|
+
}, arguments); }
|
|
877
880
|
export function __wbg_get_9b94d73e6221f75c(arg0, arg1) {
|
|
878
881
|
const ret = getObject(arg0)[arg1 >>> 0];
|
|
879
882
|
return addHeapObject(ret);
|
|
Binary file
|
package/dist/package.json
CHANGED
|
@@ -900,6 +900,9 @@ function __wbg_get_imports() {
|
|
|
900
900
|
wasm.__wbindgen_export4(deferred0_0, deferred0_1, 1);
|
|
901
901
|
}
|
|
902
902
|
},
|
|
903
|
+
__wbg_getRandomValues_1c61fac11405ffdc: function() { return handleError(function (arg0, arg1) {
|
|
904
|
+
globalThis.crypto.getRandomValues(getArrayU8FromWasm0(arg0, arg1));
|
|
905
|
+
}, arguments); },
|
|
903
906
|
__wbg_get_9b94d73e6221f75c: function(arg0, arg1) {
|
|
904
907
|
const ret = getObject(arg0)[arg1 >>> 0];
|
|
905
908
|
return addHeapObject(ret);
|
|
Binary file
|
package/dist-node/package.json
CHANGED
|
@@ -884,6 +884,9 @@ function __wbg_get_imports() {
|
|
|
884
884
|
wasm.__wbindgen_export4(deferred0_0, deferred0_1, 1);
|
|
885
885
|
}
|
|
886
886
|
},
|
|
887
|
+
__wbg_getRandomValues_1c61fac11405ffdc: function() { return handleError(function (arg0, arg1) {
|
|
888
|
+
globalThis.crypto.getRandomValues(getArrayU8FromWasm0(arg0, arg1));
|
|
889
|
+
}, arguments); },
|
|
887
890
|
__wbg_get_9b94d73e6221f75c: function(arg0, arg1) {
|
|
888
891
|
const ret = getObject(arg0)[arg1 >>> 0];
|
|
889
892
|
return addHeapObject(ret);
|
|
Binary file
|
package/dist-web/package.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kreuzberg/html-to-markdown-wasm",
|
|
3
|
-
"version": "2.24.
|
|
3
|
+
"version": "2.24.4",
|
|
4
4
|
"description": "High-performance HTML to Markdown converter - WebAssembly bindings",
|
|
5
5
|
"main": "dist/html_to_markdown_wasm.js",
|
|
6
6
|
"types": "dist/html_to_markdown_wasm.d.ts",
|