Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 2 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thinkfleet/agentmark",
"version": "0.11.0",
"version": "0.12.0",
"description": "AI library for any AI-readable surface — web pages, PDFs (text/scanned/AcroForm), audio (transcribed), video (transcribed + frame-captioned), with signature detection. One compact wire format any AI client can read or drive via MCP.",
"type": "commonjs",
"main": "./dist/src/index.js",
Expand Down Expand Up @@ -38,13 +38,13 @@
"LICENSE"
],
"dependencies": {
"@modelcontextprotocol/sdk": "^1.29.0",
"ajv": "^8.17.1",
"ajv-formats": "^3.0.1",
"js-yaml": "^4.1.0",
"tslib": "2.6.2"
},
"peerDependencies": {
"@modelcontextprotocol/sdk": "^1.29.0",
"pdf-lib": "^1.17.1",
"pdfjs-dist": "^4.10.38",
"playwright-core": ">=1.40.0",
Expand All @@ -62,13 +62,9 @@
},
"pdf-lib": {
"optional": true
},
"@modelcontextprotocol/sdk": {
"optional": true
}
},
"devDependencies": {
"@modelcontextprotocol/sdk": "^1.29.0",
"@types/js-yaml": "4.0.9",
"@types/node": "20.19.9",
"pdf-lib": "^1.17.1",
Expand Down
Loading