@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.
@@ -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
@@ -5,7 +5,7 @@
5
5
  "Na'aman Hirschfeld <nhirschfeld@gmail.com>"
6
6
  ],
7
7
  "description": "HTML to Markdown conversion for WebAssembly targets",
8
- "version": "2.24.1",
8
+ "version": "2.24.4",
9
9
  "license": "MIT",
10
10
  "repository": {
11
11
  "type": "git",
@@ -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);
@@ -4,7 +4,7 @@
4
4
  "Na'aman Hirschfeld <nhirschfeld@gmail.com>"
5
5
  ],
6
6
  "description": "HTML to Markdown conversion for WebAssembly targets",
7
- "version": "2.24.1",
7
+ "version": "2.24.4",
8
8
  "license": "MIT",
9
9
  "repository": {
10
10
  "type": "git",
@@ -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);
@@ -5,7 +5,7 @@
5
5
  "Na'aman Hirschfeld <nhirschfeld@gmail.com>"
6
6
  ],
7
7
  "description": "HTML to Markdown conversion for WebAssembly targets",
8
- "version": "2.24.1",
8
+ "version": "2.24.4",
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/html-to-markdown-wasm",
3
- "version": "2.24.1",
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",