kontext-sdk 0.5.2 → 0.6.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/package.json CHANGED
@@ -1,10 +1,7 @@
1
1
  {
2
2
  "name": "kontext-sdk",
3
- "version": "0.5.2",
4
- "description": "Compliance audit trail CLI and SDK for AI agents making stablecoin payments on Base. Tamper-evident digest chains, OFAC screening, compliance certificates. x402 + Circle Programmable Wallets.",
5
- "bin": {
6
- "kontext": "./dist/cli.js"
7
- },
3
+ "version": "0.6.0",
4
+ "description": "Compliance audit trail SDK for AI agents making stablecoin payments on Base. Tamper-evident digest chains, OFAC screening, compliance certificates. x402 + Circle Programmable Wallets.",
8
5
  "main": "./dist/index.js",
9
6
  "module": "./dist/index.mjs",
10
7
  "types": "./dist/index.d.ts",
@@ -26,7 +23,7 @@
26
23
  ],
27
24
  "sideEffects": false,
28
25
  "scripts": {
29
- "build": "tsup && node -e \"const fs=require('fs');const f='dist/cli.js';const c=fs.readFileSync(f,'utf8');if(!c.startsWith('#!')){fs.writeFileSync(f,'#!/usr/bin/env node\\n'+c)}\"",
26
+ "build": "tsup",
30
27
  "dev": "tsup --watch",
31
28
  "test": "vitest run",
32
29
  "test:watch": "vitest",
@@ -36,7 +33,6 @@
36
33
  "keywords": [
37
34
  "kontext",
38
35
  "compliance",
39
- "cli",
40
36
  "usdc",
41
37
  "stablecoin",
42
38
  "agent",
@@ -73,8 +69,5 @@
73
69
  },
74
70
  "engines": {
75
71
  "node": ">=18.0.0"
76
- },
77
- "dependencies": {
78
- "@modelcontextprotocol/sdk": "^1.27.0"
79
72
  }
80
73
  }