Skip to content

Commit 9676b63

Browse files
committed
chore(agents): drop now-unused deps after removing dead x402/direct-pay demo code
@anthropic-ai/sdk (buyer-agent) and @solana/pay + bignumber.js (seller-agent) had no remaining consumer after the prior commit's file deletions.
1 parent ba2bebb commit 9676b63

2 files changed

Lines changed: 1 addition & 4 deletions

File tree

coral-agents/buyer-agent/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
"dependencies": {
1313
"@pay/agent-runtime": "0.1.0",
1414
"@coral-xyz/anchor": "^0.32.1",
15-
"@anthropic-ai/sdk": "^0.100.0",
1615
"@solana/web3.js": "^1.98.0"
1716
},
1817
"devDependencies": {

coral-agents/seller-agent/package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,7 @@
1414
"@pay/harness-runtime": "0.1.0",
1515
"@pay/payment-runtime": "0.1.0",
1616
"@coral-xyz/anchor": "^0.32.1",
17-
"@solana/web3.js": "^1.98.0",
18-
"@solana/pay": "^0.2.5",
19-
"bignumber.js": "^9.1.2"
17+
"@solana/web3.js": "^1.98.0"
2018
},
2119
"devDependencies": {
2220
"typescript": "^5.4.0",

0 commit comments

Comments
 (0)