@kreuzberg/html-to-markdown-wasm 2.24.5 → 2.24.6

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/README.md CHANGED
@@ -72,7 +72,7 @@ Each language binding provides comprehensive documentation with installation ins
72
72
  **Scripting Languages:**
73
73
  - **[Python](./packages/python/README.md)** – PyPI package, metadata extraction, visitor pattern, CLI included
74
74
  - **[Ruby](./packages/ruby/README.md)** – RubyGems package, RBS type definitions, Steep checking
75
- - **[PHP](./packages/php/README.md)** – Composer package + PIE extension, PHP 8.2+, PHPStan level 9
75
+ - **[PHP](./packages/php/README.md)** – Composer package + PIE extension, PHP 8.4+, PHPStan level 9
76
76
  - **[Elixir](./packages/elixir/README.md)** – Hex package, Rustler NIF bindings, Elixir 1.19+
77
77
 
78
78
  **JavaScript/TypeScript:**
@@ -87,7 +87,7 @@ Each language binding provides comprehensive documentation with installation ins
87
87
  - **[Rust](./crates/html-to-markdown/README.md)** – Core library, flexible feature flags, zero-copy APIs
88
88
 
89
89
  **Command-Line:**
90
- - **[CLI](https://crates.io/crates/html-to-markdown-cli)** – Cross-platform binary via `cargo install html-to-markdown-cli` or Homebrew: `brew install kreuzberg/tap/html-to-markdown`
90
+ - **[CLI](https://crates.io/crates/html-to-markdown-cli)** – Cross-platform binary via `cargo install html-to-markdown-cli` or Homebrew: `brew install kreuzberg-dev/tap/html-to-markdown`
91
91
 
92
92
  <details>
93
93
  <summary><strong>Metadata Extraction</strong></summary>
@@ -874,9 +874,6 @@ 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); }
880
877
  export function __wbg_get_9b94d73e6221f75c(arg0, arg1) {
881
878
  const ret = getObject(arg0)[arg1 >>> 0];
882
879
  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.5",
8
+ "version": "2.24.6",
9
9
  "license": "MIT",
10
10
  "repository": {
11
11
  "type": "git",
@@ -72,7 +72,7 @@ Each language binding provides comprehensive documentation with installation ins
72
72
  **Scripting Languages:**
73
73
  - **[Python](./packages/python/README.md)** – PyPI package, metadata extraction, visitor pattern, CLI included
74
74
  - **[Ruby](./packages/ruby/README.md)** – RubyGems package, RBS type definitions, Steep checking
75
- - **[PHP](./packages/php/README.md)** – Composer package + PIE extension, PHP 8.2+, PHPStan level 9
75
+ - **[PHP](./packages/php/README.md)** – Composer package + PIE extension, PHP 8.4+, PHPStan level 9
76
76
  - **[Elixir](./packages/elixir/README.md)** – Hex package, Rustler NIF bindings, Elixir 1.19+
77
77
 
78
78
  **JavaScript/TypeScript:**
@@ -87,7 +87,7 @@ Each language binding provides comprehensive documentation with installation ins
87
87
  - **[Rust](./crates/html-to-markdown/README.md)** – Core library, flexible feature flags, zero-copy APIs
88
88
 
89
89
  **Command-Line:**
90
- - **[CLI](https://crates.io/crates/html-to-markdown-cli)** – Cross-platform binary via `cargo install html-to-markdown-cli` or Homebrew: `brew install kreuzberg/tap/html-to-markdown`
90
+ - **[CLI](https://crates.io/crates/html-to-markdown-cli)** – Cross-platform binary via `cargo install html-to-markdown-cli` or Homebrew: `brew install kreuzberg-dev/tap/html-to-markdown`
91
91
 
92
92
  <details>
93
93
  <summary><strong>Metadata Extraction</strong></summary>
@@ -900,9 +900,6 @@ 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); },
906
903
  __wbg_get_9b94d73e6221f75c: function(arg0, arg1) {
907
904
  const ret = getObject(arg0)[arg1 >>> 0];
908
905
  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.5",
7
+ "version": "2.24.6",
8
8
  "license": "MIT",
9
9
  "repository": {
10
10
  "type": "git",
@@ -72,7 +72,7 @@ Each language binding provides comprehensive documentation with installation ins
72
72
  **Scripting Languages:**
73
73
  - **[Python](./packages/python/README.md)** – PyPI package, metadata extraction, visitor pattern, CLI included
74
74
  - **[Ruby](./packages/ruby/README.md)** – RubyGems package, RBS type definitions, Steep checking
75
- - **[PHP](./packages/php/README.md)** – Composer package + PIE extension, PHP 8.2+, PHPStan level 9
75
+ - **[PHP](./packages/php/README.md)** – Composer package + PIE extension, PHP 8.4+, PHPStan level 9
76
76
  - **[Elixir](./packages/elixir/README.md)** – Hex package, Rustler NIF bindings, Elixir 1.19+
77
77
 
78
78
  **JavaScript/TypeScript:**
@@ -87,7 +87,7 @@ Each language binding provides comprehensive documentation with installation ins
87
87
  - **[Rust](./crates/html-to-markdown/README.md)** – Core library, flexible feature flags, zero-copy APIs
88
88
 
89
89
  **Command-Line:**
90
- - **[CLI](https://crates.io/crates/html-to-markdown-cli)** – Cross-platform binary via `cargo install html-to-markdown-cli` or Homebrew: `brew install kreuzberg/tap/html-to-markdown`
90
+ - **[CLI](https://crates.io/crates/html-to-markdown-cli)** – Cross-platform binary via `cargo install html-to-markdown-cli` or Homebrew: `brew install kreuzberg-dev/tap/html-to-markdown`
91
91
 
92
92
  <details>
93
93
  <summary><strong>Metadata Extraction</strong></summary>
@@ -884,9 +884,6 @@ 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); },
890
887
  __wbg_get_9b94d73e6221f75c: function(arg0, arg1) {
891
888
  const ret = getObject(arg0)[arg1 >>> 0];
892
889
  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.5",
8
+ "version": "2.24.6",
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.5",
3
+ "version": "2.24.6",
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",