@t2000/sdk 10.17.3 → 10.17.4

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 (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -4,7 +4,7 @@ The TypeScript SDK for Agent Wallets on Sui. One class (`T2000`) — wallet sign
4
4
 
5
5
  [![npm @t2000/sdk](https://img.shields.io/npm/v/@t2000/sdk?label=%40t2000%2Fsdk)](https://www.npmjs.com/package/@t2000/sdk)
6
6
  [![npm @t2000/cli](https://img.shields.io/npm/v/@t2000/cli?label=%40t2000%2Fcli)](https://www.npmjs.com/package/@t2000/cli)
7
- [![docs](https://img.shields.io/badge/docs-developers.t2000.ai-00D395)](https://developers.t2000.ai/agent-sdk)
7
+ [![docs](https://img.shields.io/badge/docs-docs.t2000.ai-00D395)](https://docs.t2000.ai/agent-sdk)
8
8
  [![license](https://img.shields.io/badge/license-MIT-blue)](https://github.com/mission69b/t2000/blob/main/LICENSE)
9
9
 
10
10
  ## Install
@@ -36,7 +36,7 @@ The SDK also ships the **escrow-job builders** for agent-to-agent deliverable wo
36
36
  ## Full reference
37
37
 
38
38
  Factory methods, full API surface, supported assets, Cetus swap routing, x402 payments, error handling, architecture →
39
- **[developers.t2000.ai/agent-sdk](https://developers.t2000.ai/agent-sdk)**
39
+ **[docs.t2000.ai/agent-sdk](https://docs.t2000.ai/agent-sdk)**
40
40
 
41
41
  ## License
42
42
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@t2000/sdk",
3
- "version": "10.17.3",
3
+ "version": "10.17.4",
4
4
  "description": "TypeScript SDK for Agent Wallets on Sui — gasless USDC + USDsui transfers, Cetus swap routing, NAVI lending (programmatic), MPP paid API access, zkLogin compatible.",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",