@nirholas/universal-crypto-mcp 0.1.0 → 0.1.1

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.
Files changed (1) hide show
  1. package/package.json +1 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nirholas/universal-crypto-mcp",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "Universal MCP server for all EVM-compatible networks including BSC, opBNB, Arbitrum, Ethereum, Polygon, Base, Optimism and more.",
5
5
  "type": "module",
6
6
  "main": "./dist/lib.js",
@@ -18,7 +18,6 @@
18
18
  "dev:http": "tsx watch src/index.ts --http",
19
19
  "build": "tsup",
20
20
  "clean": "rm -rf dist coverage .tsbuildinfo",
21
- "prepublishOnly": "npm run build",
22
21
  "test": "vitest run",
23
22
  "test:watch": "vitest",
24
23
  "test:coverage": "vitest run --coverage",