agentwallet-sdk 6.0.0 → 6.0.2

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.
Files changed (1) hide show
  1. package/package.json +8 -4
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "agentwallet-sdk",
3
- "version": "6.0.0",
4
- "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.",
3
+ "version": "6.0.2",
4
+ "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.",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "files": [
@@ -40,7 +40,7 @@
40
40
  "license": "MIT",
41
41
  "repository": {
42
42
  "type": "git",
43
- "url": "https://github.com/agentnexus/agent-wallet-sdk"
43
+ "url": "git+https://github.com/up2itnow0822/agent-wallet-sdk.git"
44
44
  },
45
45
  "author": "AgentNexus",
46
46
  "dependencies": {
@@ -62,5 +62,9 @@
62
62
  "typescript": "5.3.3",
63
63
  "vitest": "4.0.18",
64
64
  "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"
65
69
  }
66
- }
70
+ }