Skip to content

Commit 91247d5

Browse files
committed
fix: correct GitHub URLs in package.json (was pointing to nonexistent agentnexus org)
1 parent 067414c commit 91247d5

1 file changed

Lines changed: 7 additions & 3 deletions

File tree

package.json

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "agentwallet-sdk",
3-
"version": "6.0.0",
3+
"version": "6.0.2",
44
"description": "Non-custodial AI agent wallet SDK. Full multi-chain, multi-token support with TokenRegistry, ERC-20/native transfers, Solana SPL, multi-asset x402 payments, ERC-8004 identity & reputation, mutual stake escrow, CCTP bridging, SpendingPolicy guardrails, Uniswap V3 swap. The agent holds the keys. Patent Pending.",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",
@@ -40,7 +40,7 @@
4040
"license": "MIT",
4141
"repository": {
4242
"type": "git",
43-
"url": "https://github.com/agentnexus/agent-wallet-sdk"
43+
"url": "git+https://github.com/up2itnow0822/agent-wallet-sdk.git"
4444
},
4545
"author": "AgentNexus",
4646
"dependencies": {
@@ -62,5 +62,9 @@
6262
"typescript": "5.3.3",
6363
"vitest": "4.0.18",
6464
"wrangler": "^4.72.0"
65+
},
66+
"homepage": "https://github.com/up2itnow0822/agent-wallet-sdk#readme",
67+
"bugs": {
68+
"url": "https://github.com/up2itnow0822/agent-wallet-sdk/issues"
6569
}
66-
}
70+
}

0 commit comments

Comments
 (0)