diff --git a/package-lock.json b/package-lock.json index f80d2d0..0a85e61 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "xactions", - "version": "3.1.0", + "version": "3.1.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "xactions", - "version": "3.1.0", + "version": "3.1.1", "license": "MIT", "dependencies": { "@modelcontextprotocol/sdk": "^1.0.0", diff --git a/package.json b/package.json index 6c978aa..c0878ff 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "xactions", - "version": "3.1.0", + "version": "3.1.1", "description": "XActions - The Complete X/Twitter Automation Toolkit. Scrapers, MCP server for AI agents, CLI, and browser scripts. No API required. Open source by @nichxbt. Don't Panic.", "homepage": "https://xactions.app", "repository": { @@ -175,6 +175,11 @@ "algorithm-training", "x-algorithm" ], + "files": [ + "src/", + "types/", + "api/config/" + ], "engines": { "node": ">=18.0.0" }