chain-insights 0.2.24 → 0.2.26
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/dist/cli.cjs +8 -8
- package/dist/cli.mjs +8 -8
- package/dist/mcp-proxy.cjs +28 -7
- package/dist/mcp-proxy.d.cts.map +1 -1
- package/dist/mcp-proxy.d.mts.map +1 -1
- package/dist/mcp-proxy.mjs +28 -7
- package/dist/mcp-proxy.mjs.map +1 -1
- package/dist/{public-tools-q4NMdmDX.cjs → public-tools-BwguvIsf.cjs} +12 -5
- package/dist/{public-tools-w7En2m3q.mjs → public-tools-DoRNhMn9.mjs} +13 -6
- package/dist/public-tools-DoRNhMn9.mjs.map +1 -0
- package/package.json +1 -1
- package/dist/public-tools-w7En2m3q.mjs.map +0 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "chain-insights",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.26",
|
|
4
4
|
"description": "AML investigation CLI and MCP proxy for blockchain risk, fund-flow tracing, case reports, and GraphRAG MCP access",
|
|
5
5
|
"homepage": "https://chain-insights.ai",
|
|
6
6
|
"repository": {
|