@kreuzberg/html-to-markdown-wasm 3.6.19 → 3.6.21

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/README.md CHANGED
@@ -63,12 +63,6 @@
63
63
  </a>
64
64
  </div>
65
65
 
66
- <div align="center" style="margin: 24px 0 0;">
67
- <a href="https://kreuzberg.dev">
68
- <img alt="html-to-markdown" src="https://github.com/user-attachments/assets/478a83da-237b-446b-b3a8-e564c13e00a8" />
69
- </a>
70
- </div>
71
-
72
66
  <div align="center" style="display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; margin: 28px 0 24px;">
73
67
  <a href="https://discord.gg/xt9WY3GnKR">
74
68
  <img height="22" src="https://img.shields.io/badge/Discord-Chat-007ec6?logo=discord&logoColor=white" alt="Join Discord">
package/package.json CHANGED
@@ -1,38 +1,38 @@
1
1
  {
2
- "name": "@kreuzberg/html-to-markdown-wasm",
3
- "version": "3.6.19",
4
- "private": false,
5
- "description": "High-performance HTML to Markdown converter",
6
- "license": "MIT",
7
- "repository": {
8
- "type": "git",
9
- "url": "https://github.com/kreuzberg-dev/html-to-markdown",
10
- "directory": "crates/html-to-markdown-wasm"
11
- },
12
- "files": [
13
- "pkg",
14
- "*.wasm",
15
- "*.d.ts",
16
- "README.md"
17
- ],
18
- "type": "module",
19
- "main": "pkg/nodejs/html_to_markdown_wasm.js",
20
- "module": "pkg/web/html_to_markdown_wasm.js",
21
- "types": "pkg/nodejs/html_to_markdown_wasm.d.ts",
22
- "publishConfig": {
23
- "access": "public"
24
- },
25
- "scripts": {
26
- "build": "wasm-pack build --target nodejs --out-dir pkg/nodejs",
27
- "build:ci": "wasm-pack build --release --target nodejs --out-dir pkg/nodejs",
28
- "build:wasm:web": "wasm-pack build --release --target web --out-dir pkg/web",
29
- "build:wasm:bundler": "wasm-pack build --release --target bundler --out-dir pkg/bundler",
30
- "build:wasm:nodejs": "wasm-pack build --release --target nodejs --out-dir pkg/nodejs",
31
- "build:wasm:deno": "wasm-pack build --release --target deno --out-dir pkg/deno",
32
- "build:all": "npm run build:wasm:web && npm run build:wasm:bundler && npm run build:wasm:nodejs && npm run build:wasm:deno && find pkg -name .gitignore -delete",
33
- "test": "vitest run",
34
- "test:watch": "vitest watch",
35
- "test:coverage": "vitest run --coverage",
36
- "clean": "rm -rf pkg dist"
37
- }
2
+ "name": "@kreuzberg/html-to-markdown-wasm",
3
+ "version": "3.6.21",
4
+ "private": false,
5
+ "description": "High-performance HTML to Markdown converter",
6
+ "license": "MIT",
7
+ "repository": {
8
+ "type": "git",
9
+ "url": "https://github.com/kreuzberg-dev/html-to-markdown",
10
+ "directory": "crates/html-to-markdown-wasm"
11
+ },
12
+ "publishConfig": {
13
+ "access": "public"
14
+ },
15
+ "type": "module",
16
+ "files": [
17
+ "pkg",
18
+ "*.wasm",
19
+ "*.d.ts",
20
+ "README.md"
21
+ ],
22
+ "main": "pkg/nodejs/html_to_markdown_wasm.js",
23
+ "module": "pkg/web/html_to_markdown_wasm.js",
24
+ "types": "pkg/nodejs/html_to_markdown_wasm.d.ts",
25
+ "scripts": {
26
+ "build": "wasm-pack build --target nodejs --out-dir pkg/nodejs",
27
+ "build:ci": "wasm-pack build --release --target nodejs --out-dir pkg/nodejs",
28
+ "build:wasm:web": "wasm-pack build --release --target web --out-dir pkg/web",
29
+ "build:wasm:bundler": "wasm-pack build --release --target bundler --out-dir pkg/bundler",
30
+ "build:wasm:nodejs": "wasm-pack build --release --target nodejs --out-dir pkg/nodejs",
31
+ "build:wasm:deno": "wasm-pack build --release --target deno --out-dir pkg/deno",
32
+ "build:all": "npm run build:wasm:web && npm run build:wasm:bundler && npm run build:wasm:nodejs && npm run build:wasm:deno && find pkg -name .gitignore -delete",
33
+ "test": "vitest run",
34
+ "test:watch": "vitest watch",
35
+ "test:coverage": "vitest run --coverage",
36
+ "clean": "rm -rf pkg dist"
37
+ }
38
38
  }
@@ -63,12 +63,6 @@
63
63
  </a>
64
64
  </div>
65
65
 
66
- <div align="center" style="margin: 24px 0 0;">
67
- <a href="https://kreuzberg.dev">
68
- <img alt="html-to-markdown" src="https://github.com/user-attachments/assets/478a83da-237b-446b-b3a8-e564c13e00a8" />
69
- </a>
70
- </div>
71
-
72
66
  <div align="center" style="display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; margin: 28px 0 24px;">
73
67
  <a href="https://discord.gg/xt9WY3GnKR">
74
68
  <img height="22" src="https://img.shields.io/badge/Discord-Chat-007ec6?logo=discord&logoColor=white" alt="Join Discord">
@@ -2,7 +2,7 @@
2
2
  "name": "html-to-markdown-wasm",
3
3
  "type": "module",
4
4
  "description": "High-performance HTML to Markdown converter",
5
- "version": "3.6.19",
5
+ "version": "3.6.21",
6
6
  "license": "MIT",
7
7
  "repository": {
8
8
  "type": "git",
@@ -63,12 +63,6 @@
63
63
  </a>
64
64
  </div>
65
65
 
66
- <div align="center" style="margin: 24px 0 0;">
67
- <a href="https://kreuzberg.dev">
68
- <img alt="html-to-markdown" src="https://github.com/user-attachments/assets/478a83da-237b-446b-b3a8-e564c13e00a8" />
69
- </a>
70
- </div>
71
-
72
66
  <div align="center" style="display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; margin: 28px 0 24px;">
73
67
  <a href="https://discord.gg/xt9WY3GnKR">
74
68
  <img height="22" src="https://img.shields.io/badge/Discord-Chat-007ec6?logo=discord&logoColor=white" alt="Join Discord">
@@ -63,12 +63,6 @@
63
63
  </a>
64
64
  </div>
65
65
 
66
- <div align="center" style="margin: 24px 0 0;">
67
- <a href="https://kreuzberg.dev">
68
- <img alt="html-to-markdown" src="https://github.com/user-attachments/assets/478a83da-237b-446b-b3a8-e564c13e00a8" />
69
- </a>
70
- </div>
71
-
72
66
  <div align="center" style="display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; margin: 28px 0 24px;">
73
67
  <a href="https://discord.gg/xt9WY3GnKR">
74
68
  <img height="22" src="https://img.shields.io/badge/Discord-Chat-007ec6?logo=discord&logoColor=white" alt="Join Discord">
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "html-to-markdown-wasm",
3
3
  "description": "High-performance HTML to Markdown converter",
4
- "version": "3.6.19",
4
+ "version": "3.6.21",
5
5
  "license": "MIT",
6
6
  "repository": {
7
7
  "type": "git",
package/pkg/web/README.md CHANGED
@@ -63,12 +63,6 @@
63
63
  </a>
64
64
  </div>
65
65
 
66
- <div align="center" style="margin: 24px 0 0;">
67
- <a href="https://kreuzberg.dev">
68
- <img alt="html-to-markdown" src="https://github.com/user-attachments/assets/478a83da-237b-446b-b3a8-e564c13e00a8" />
69
- </a>
70
- </div>
71
-
72
66
  <div align="center" style="display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; margin: 28px 0 24px;">
73
67
  <a href="https://discord.gg/xt9WY3GnKR">
74
68
  <img height="22" src="https://img.shields.io/badge/Discord-Chat-007ec6?logo=discord&logoColor=white" alt="Join Discord">
@@ -2,7 +2,7 @@
2
2
  "name": "html-to-markdown-wasm",
3
3
  "type": "module",
4
4
  "description": "High-performance HTML to Markdown converter",
5
- "version": "3.6.19",
5
+ "version": "3.6.21",
6
6
  "license": "MIT",
7
7
  "repository": {
8
8
  "type": "git",