mcp-crypto-toolkit 1.1.0 → 1.2.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/CHANGELOG.md CHANGED
@@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ## [1.2.0] - 2026-09-03
11
+
12
+ ### Changed
13
+
14
+ - Upgrade Zod to 4 (runtime dependency)
15
+ - Upgrade TypeScript to 7 and Vitest to 4 (dev)
16
+ - Require Node.js 20+ (`engines` and CI)
17
+ - GitHub Actions: checkout v7, setup-node v7
18
+ - Disable tsup DTS emit (TS 7 compatibility; JS bundles unchanged)
19
+
10
20
  ## [1.1.0] - 2026-09-03
11
21
 
12
22
  ### Added
@@ -35,6 +45,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
35
45
  - Binance P2P PKR path for conversions
36
46
  - MIT license and README
37
47
 
38
- [Unreleased]: https://github.com/nad33mahm3d/mcp-crypto-toolkit/compare/v1.1.0...HEAD
48
+ [Unreleased]: https://github.com/nad33mahm3d/mcp-crypto-toolkit/compare/v1.2.0...HEAD
49
+ [1.2.0]: https://github.com/nad33mahm3d/mcp-crypto-toolkit/compare/v1.1.0...v1.2.0
39
50
  [1.1.0]: https://github.com/nad33mahm3d/mcp-crypto-toolkit/compare/v1.0.0...v1.1.0
40
51
  [1.0.0]: https://github.com/nad33mahm3d/mcp-crypto-toolkit/releases/tag/v1.0.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mcp-crypto-toolkit",
3
- "version": "1.1.0",
3
+ "version": "1.2.0",
4
4
  "description": "Live crypto prices, conversion, gas tracker, portfolio tools and calculators for AI agents - MCP Server",
5
5
  "type": "module",
6
6
  "bin": {
@@ -55,16 +55,16 @@
55
55
  "access": "public"
56
56
  },
57
57
  "engines": {
58
- "node": ">=18"
58
+ "node": ">=20"
59
59
  },
60
60
  "dependencies": {
61
61
  "@modelcontextprotocol/sdk": "^1.0.0",
62
- "zod": "^3.23.0"
62
+ "zod": "^4.5.4"
63
63
  },
64
64
  "devDependencies": {
65
- "@types/node": "^20.0.0",
65
+ "@types/node": "^26.4.0",
66
66
  "tsup": "^8.0.0",
67
- "typescript": "^5.4.0",
68
- "vitest": "^3.0.0"
67
+ "typescript": "^7.0.2",
68
+ "vitest": "^4.1.11"
69
69
  }
70
70
  }
package/dist/http.d.ts DELETED
@@ -1,2 +0,0 @@
1
-
2
- export { }
package/dist/index.d.ts DELETED
@@ -1,2 +0,0 @@
1
-
2
- export { }