@aiquants/html-to-markdown 0.5.2 → 0.6.0
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/{core-DhxxOcPm.js → core-txi0EJ9v.js} +19 -12
- package/dist/index.cjs +1 -1
- package/dist/index.js +3 -3
- package/dist/main.js +1 -1
- package/dist/{mcp-server-DOe8W9IZ.js → mcp-server-B8T7ljWL.js} +2 -2
- package/dist/{mcp-server-Dn3EHzcf.cjs → mcp-server-jjdOcY1v.cjs} +1 -1
- package/dist/{mcp-server-streamable-pcpU_lDl.js → mcp-server-streamable-Bv5fFO_D.js} +498 -330
- package/dist/mcp-server-streamable-DU6yq8ZG.cjs +1 -0
- package/dist/mcp-streamable.cjs +1 -1
- package/dist/mcp-streamable.js +1 -1
- package/dist/mcp.cjs +1 -1
- package/dist/mcp.js +1 -1
- package/dist/src/mcp-server.d.ts +18 -0
- package/dist/{version-BNwQMbri.js → version-DrEUqsN7.js} +99 -70
- package/dist/version-Jbxn3hLf.cjs +1 -0
- package/package.json +17 -13
- package/dist/mcp-server-streamable-DUB_ixZe.cjs +0 -1
- package/dist/version-BsWiDlbg.cjs +0 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aiquants/html-to-markdown",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.6.0",
|
|
4
4
|
"description": "HTML to Markdown converter",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -31,8 +31,8 @@
|
|
|
31
31
|
"start": "vite-node main.ts",
|
|
32
32
|
"build": "vite build",
|
|
33
33
|
"typecheck": "tsc --noEmit",
|
|
34
|
-
"clean": "
|
|
35
|
-
"prepublishOnly": "npm run clean && npm run typecheck && npm run build",
|
|
34
|
+
"clean": "rimraf dist",
|
|
35
|
+
"prepublishOnly": "npm run clean && npm run typecheck && npm run test --if-present && npm run build",
|
|
36
36
|
"publish:patch": "npm version patch && npm publish",
|
|
37
37
|
"publish:minor": "npm version minor && npm publish",
|
|
38
38
|
"publish:major": "npm version major && npm publish",
|
|
@@ -56,19 +56,19 @@
|
|
|
56
56
|
],
|
|
57
57
|
"author": {
|
|
58
58
|
"name": "fehde-k",
|
|
59
|
-
"url": "https://
|
|
59
|
+
"url": "https://x.com/fehdek"
|
|
60
60
|
},
|
|
61
61
|
"license": "MIT",
|
|
62
62
|
"dependencies": {
|
|
63
|
-
"@modelcontextprotocol/sdk": "^1.
|
|
64
|
-
"@playwright/test": "^1.
|
|
63
|
+
"@modelcontextprotocol/sdk": "^1.20.2",
|
|
64
|
+
"@playwright/test": "^1.56.1",
|
|
65
65
|
"cors": "^2.8.5",
|
|
66
66
|
"express": "^5.1.0",
|
|
67
67
|
"github-slugger": "^2.0.0",
|
|
68
68
|
"happy-dom": "^18.0.1",
|
|
69
69
|
"hast": "^1.0.0",
|
|
70
70
|
"hast-util-to-html": "^9.0.5",
|
|
71
|
-
"playwright": "^1.
|
|
71
|
+
"playwright": "^1.56.1",
|
|
72
72
|
"postcss": "^8.5.6",
|
|
73
73
|
"rehype-parse": "^9.0.1",
|
|
74
74
|
"rehype-raw": "^7.0.0",
|
|
@@ -81,21 +81,25 @@
|
|
|
81
81
|
"yargs-parser": "^22.0.0"
|
|
82
82
|
},
|
|
83
83
|
"devDependencies": {
|
|
84
|
-
"@biomejs/biome": "^2.1
|
|
84
|
+
"@biomejs/biome": "^2.3.1",
|
|
85
85
|
"@types/cors": "^2.8.19",
|
|
86
|
-
"@types/express": "^5.0.
|
|
86
|
+
"@types/express": "^5.0.5",
|
|
87
87
|
"@types/hast": "^3.0.4",
|
|
88
88
|
"@types/mdast": "^4.0.4",
|
|
89
|
-
"@types/node": "^22.
|
|
89
|
+
"@types/node": "^22.18.12",
|
|
90
90
|
"@types/yargs-parser": "^21.0.3",
|
|
91
91
|
"@vitest/coverage-v8": "^3.2.4",
|
|
92
92
|
"rehype-stringify": "^10.0.1",
|
|
93
|
-
"
|
|
94
|
-
"
|
|
95
|
-
"
|
|
93
|
+
"rimraf": "^6.0.1",
|
|
94
|
+
"terser": "^5.44.0",
|
|
95
|
+
"typescript": "^5.9.3",
|
|
96
|
+
"vite": "^7.1.12",
|
|
96
97
|
"vite-node": "^3.2.4",
|
|
97
98
|
"vite-plugin-dts": "^4.5.4",
|
|
98
99
|
"vitest": "^3.2.4",
|
|
99
100
|
"vitest-tsconfig-paths": "^3.4.1"
|
|
101
|
+
},
|
|
102
|
+
"publishConfig": {
|
|
103
|
+
"access": "public"
|
|
100
104
|
}
|
|
101
105
|
}
|