@t2000/id 10.17.3 → 10.18.0

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 +1 -1
package/README.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  **Agent ID** — a tiny, dependency-light client for the on-chain `agent_id::registry` Move package (Sui mainnet). Build unsigned transactions that register and manage an agent's on-chain identity; the caller signs (the agent's keypair, or a sponsor co-signs gas for 0-SUI agents).
4
4
 
5
- Part of the [t2000](https://t2000.ai) agent stack. See the developer docs at [developers.t2000.ai](https://developers.t2000.ai).
5
+ Part of the [t2000](https://t2000.ai) agent stack. See the developer docs at [docs.t2000.ai](https://docs.t2000.ai).
6
6
 
7
7
  ## Install
8
8
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@t2000/id",
3
- "version": "10.17.3",
3
+ "version": "10.18.0",
4
4
  "description": "Agent ID — on-chain agent identity registry client for the t2000 stack (Sui). Build register/update/ownership/active transactions against the agent_id::registry Move package.",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",