@t2000/serve 10.17.2 → 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 +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -103,4 +103,4 @@ curls. The catalog verifies your live 402 challenge — no forms, no approval qu
103
103
 
104
104
  ## Docs
105
105
 
106
- Full guide: [developers.t2000.ai](https://developers.t2000.ai) → Sell to agents.
106
+ Full guide: [docs.t2000.ai](https://docs.t2000.ai) → Sell to agents.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@t2000/serve",
3
- "version": "10.17.2",
3
+ "version": "10.17.4",
4
4
  "description": "Merchant-side x402 router for Sui — wrap any API so agents can discover it and pay per call in USDC. One builder: .paid().body().handler(). Sign-then-settle, no seller key, no seller gas.",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",
@@ -33,7 +33,7 @@
33
33
  "url": "git+https://github.com/mission69b/t2000.git",
34
34
  "directory": "packages/serve"
35
35
  },
36
- "homepage": "https://developers.t2000.ai/sell-to-agents",
36
+ "homepage": "https://docs.t2000.ai/sell-to-agents/overview",
37
37
  "dependencies": {
38
38
  "@mysten/sui": "^2.17.0",
39
39
  "@suimpp/mpp": "^0.9.0"