@kreuzberg/html-to-markdown-wasm 2.28.1 → 2.28.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 +2 -2
- package/dist/html_to_markdown_wasm_bg.wasm +0 -0
- package/dist/package.json +3 -3
- package/dist-node/README.md +2 -2
- package/dist-node/html_to_markdown_wasm_bg.wasm +0 -0
- package/dist-node/package.json +3 -3
- package/dist-web/README.md +2 -2
- package/dist-web/html_to_markdown_wasm_bg.wasm +0 -0
- package/dist-web/package.json +3 -3
- package/package.json +5 -5
package/dist/README.md
CHANGED
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
<img src="https://img.shields.io/maven-central/v/dev.kreuzberg/html-to-markdown?label=Java&color=007ec6" alt="Java">
|
|
19
19
|
</a>
|
|
20
20
|
<a href="https://pkg.go.dev/github.com/kreuzberg-dev/html-to-markdown/packages/go/v2/htmltomarkdown">
|
|
21
|
-
<img src="https://img.shields.io/
|
|
21
|
+
<img src="https://img.shields.io/github/v/tag/kreuzberg-dev/html-to-markdown?label=Go&color=007ec6&filter=v2.28.4" alt="Go">
|
|
22
22
|
</a>
|
|
23
23
|
<a href="https://www.nuget.org/packages/KreuzbergDev.HtmlToMarkdown/">
|
|
24
24
|
<img src="https://img.shields.io/nuget/v/KreuzbergDev.HtmlToMarkdown?label=C%23&color=007ec6" alt="C#">
|
|
@@ -56,7 +56,7 @@
|
|
|
56
56
|
|
|
57
57
|
High-performance HTML to Markdown conversion powered by Rust. Ships as native bindings for **Rust, Python, TypeScript/Node.js, Ruby, PHP, Go, Java, C#, Elixir, R, C (FFI), and WebAssembly** with identical rendering across all runtimes.
|
|
58
58
|
|
|
59
|
-
**[Documentation](https://docs.html-to-markdown.kreuzberg.dev)** | **[Live Demo](https://
|
|
59
|
+
**[Documentation](https://docs.html-to-markdown.kreuzberg.dev)** | **[Live Demo](https://docs.html-to-markdown.kreuzberg.dev/demo/)** | **[API Reference](https://docs.html-to-markdown.kreuzberg.dev/reference/api-rust/)**
|
|
60
60
|
|
|
61
61
|
## Highlights
|
|
62
62
|
|
|
Binary file
|
package/dist/package.json
CHANGED
|
@@ -2,10 +2,10 @@
|
|
|
2
2
|
"name": "html-to-markdown-wasm",
|
|
3
3
|
"type": "module",
|
|
4
4
|
"collaborators": [
|
|
5
|
-
"Na'aman Hirschfeld <
|
|
5
|
+
"Na'aman Hirschfeld <naaman@kreuzberg.dev>"
|
|
6
6
|
],
|
|
7
7
|
"description": "HTML to Markdown conversion for WebAssembly targets",
|
|
8
|
-
"version": "2.28.
|
|
8
|
+
"version": "2.28.6",
|
|
9
9
|
"license": "MIT",
|
|
10
10
|
"repository": {
|
|
11
11
|
"type": "git",
|
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
"*.d.ts"
|
|
18
18
|
],
|
|
19
19
|
"main": "html_to_markdown_wasm.js",
|
|
20
|
-
"homepage": "https://
|
|
20
|
+
"homepage": "https://kreuzberg.dev",
|
|
21
21
|
"types": "html_to_markdown_wasm.d.ts",
|
|
22
22
|
"sideEffects": [
|
|
23
23
|
"./html_to_markdown_wasm.js",
|
package/dist-node/README.md
CHANGED
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
<img src="https://img.shields.io/maven-central/v/dev.kreuzberg/html-to-markdown?label=Java&color=007ec6" alt="Java">
|
|
19
19
|
</a>
|
|
20
20
|
<a href="https://pkg.go.dev/github.com/kreuzberg-dev/html-to-markdown/packages/go/v2/htmltomarkdown">
|
|
21
|
-
<img src="https://img.shields.io/
|
|
21
|
+
<img src="https://img.shields.io/github/v/tag/kreuzberg-dev/html-to-markdown?label=Go&color=007ec6&filter=v2.28.4" alt="Go">
|
|
22
22
|
</a>
|
|
23
23
|
<a href="https://www.nuget.org/packages/KreuzbergDev.HtmlToMarkdown/">
|
|
24
24
|
<img src="https://img.shields.io/nuget/v/KreuzbergDev.HtmlToMarkdown?label=C%23&color=007ec6" alt="C#">
|
|
@@ -56,7 +56,7 @@
|
|
|
56
56
|
|
|
57
57
|
High-performance HTML to Markdown conversion powered by Rust. Ships as native bindings for **Rust, Python, TypeScript/Node.js, Ruby, PHP, Go, Java, C#, Elixir, R, C (FFI), and WebAssembly** with identical rendering across all runtimes.
|
|
58
58
|
|
|
59
|
-
**[Documentation](https://docs.html-to-markdown.kreuzberg.dev)** | **[Live Demo](https://
|
|
59
|
+
**[Documentation](https://docs.html-to-markdown.kreuzberg.dev)** | **[Live Demo](https://docs.html-to-markdown.kreuzberg.dev/demo/)** | **[API Reference](https://docs.html-to-markdown.kreuzberg.dev/reference/api-rust/)**
|
|
60
60
|
|
|
61
61
|
## Highlights
|
|
62
62
|
|
|
Binary file
|
package/dist-node/package.json
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "html-to-markdown-wasm",
|
|
3
3
|
"collaborators": [
|
|
4
|
-
"Na'aman Hirschfeld <
|
|
4
|
+
"Na'aman Hirschfeld <naaman@kreuzberg.dev>"
|
|
5
5
|
],
|
|
6
6
|
"description": "HTML to Markdown conversion for WebAssembly targets",
|
|
7
|
-
"version": "2.28.
|
|
7
|
+
"version": "2.28.6",
|
|
8
8
|
"license": "MIT",
|
|
9
9
|
"repository": {
|
|
10
10
|
"type": "git",
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
"*.d.ts"
|
|
17
17
|
],
|
|
18
18
|
"main": "html_to_markdown_wasm.js",
|
|
19
|
-
"homepage": "https://
|
|
19
|
+
"homepage": "https://kreuzberg.dev",
|
|
20
20
|
"types": "html_to_markdown_wasm.d.ts",
|
|
21
21
|
"keywords": [
|
|
22
22
|
"html",
|
package/dist-web/README.md
CHANGED
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
<img src="https://img.shields.io/maven-central/v/dev.kreuzberg/html-to-markdown?label=Java&color=007ec6" alt="Java">
|
|
19
19
|
</a>
|
|
20
20
|
<a href="https://pkg.go.dev/github.com/kreuzberg-dev/html-to-markdown/packages/go/v2/htmltomarkdown">
|
|
21
|
-
<img src="https://img.shields.io/
|
|
21
|
+
<img src="https://img.shields.io/github/v/tag/kreuzberg-dev/html-to-markdown?label=Go&color=007ec6&filter=v2.28.4" alt="Go">
|
|
22
22
|
</a>
|
|
23
23
|
<a href="https://www.nuget.org/packages/KreuzbergDev.HtmlToMarkdown/">
|
|
24
24
|
<img src="https://img.shields.io/nuget/v/KreuzbergDev.HtmlToMarkdown?label=C%23&color=007ec6" alt="C#">
|
|
@@ -56,7 +56,7 @@
|
|
|
56
56
|
|
|
57
57
|
High-performance HTML to Markdown conversion powered by Rust. Ships as native bindings for **Rust, Python, TypeScript/Node.js, Ruby, PHP, Go, Java, C#, Elixir, R, C (FFI), and WebAssembly** with identical rendering across all runtimes.
|
|
58
58
|
|
|
59
|
-
**[Documentation](https://docs.html-to-markdown.kreuzberg.dev)** | **[Live Demo](https://
|
|
59
|
+
**[Documentation](https://docs.html-to-markdown.kreuzberg.dev)** | **[Live Demo](https://docs.html-to-markdown.kreuzberg.dev/demo/)** | **[API Reference](https://docs.html-to-markdown.kreuzberg.dev/reference/api-rust/)**
|
|
60
60
|
|
|
61
61
|
## Highlights
|
|
62
62
|
|
|
Binary file
|
package/dist-web/package.json
CHANGED
|
@@ -2,10 +2,10 @@
|
|
|
2
2
|
"name": "html-to-markdown-wasm",
|
|
3
3
|
"type": "module",
|
|
4
4
|
"collaborators": [
|
|
5
|
-
"Na'aman Hirschfeld <
|
|
5
|
+
"Na'aman Hirschfeld <naaman@kreuzberg.dev>"
|
|
6
6
|
],
|
|
7
7
|
"description": "HTML to Markdown conversion for WebAssembly targets",
|
|
8
|
-
"version": "2.28.
|
|
8
|
+
"version": "2.28.6",
|
|
9
9
|
"license": "MIT",
|
|
10
10
|
"repository": {
|
|
11
11
|
"type": "git",
|
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
"*.d.ts"
|
|
18
18
|
],
|
|
19
19
|
"main": "html_to_markdown_wasm.js",
|
|
20
|
-
"homepage": "https://
|
|
20
|
+
"homepage": "https://kreuzberg.dev",
|
|
21
21
|
"types": "html_to_markdown_wasm.d.ts",
|
|
22
22
|
"sideEffects": [
|
|
23
23
|
"./snippets/*"
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kreuzberg/html-to-markdown-wasm",
|
|
3
|
-
"version": "2.28.
|
|
3
|
+
"version": "2.28.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",
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
"repository": "https://github.com/kreuzberg-dev/html-to-markdown",
|
|
26
26
|
"homepage": "https://github.com/kreuzberg-dev/html-to-markdown",
|
|
27
27
|
"license": "MIT",
|
|
28
|
-
"author": "Na'aman Hirschfeld <
|
|
28
|
+
"author": "Na'aman Hirschfeld <naaman@kreuzberg.dev>",
|
|
29
29
|
"bugs": "https://github.com/kreuzberg-dev/html-to-markdown/issues",
|
|
30
30
|
"keywords": [
|
|
31
31
|
"html",
|
|
@@ -53,10 +53,10 @@
|
|
|
53
53
|
"clean": "rm -rf dist dist-node dist-web node_modules pkg"
|
|
54
54
|
},
|
|
55
55
|
"devDependencies": {
|
|
56
|
-
"@types/node": "^25.0
|
|
56
|
+
"@types/node": "^25.5.0",
|
|
57
57
|
"tsx": "^4.21.0",
|
|
58
|
-
"vitest": "^4.0
|
|
59
|
-
"wasm-pack": "^0.
|
|
58
|
+
"vitest": "^4.1.0",
|
|
59
|
+
"wasm-pack": "^0.14.0"
|
|
60
60
|
},
|
|
61
61
|
"publishConfig": {
|
|
62
62
|
"registry": "https://registry.npmjs.org/",
|