diff --git a/package.json b/package.json index f370efa..76b7f3f 100644 --- a/package.json +++ b/package.json @@ -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", @@ -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", @@ -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",