@t2000/id 10.31.0 → 10.32.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 +0 -4
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -31,10 +31,6 @@ const tx = buildRegisterTx({
31
31
  | `buildUpdateTx(reg?)` | `update` (full-replace) | the agent |
32
32
  | `buildSetActiveTx(agent, active)` | `set_active` | the agent |
33
33
 
34
- Ownership builders were removed in v11 (S.1032) — Passport↔agent ownership
35
- left the product; every registry mutator is agent-signed and the on-chain
36
- ownership entrypoints always abort since registry v2.
37
-
38
34
  Package + Registry object ids are baked in (mainnet) and overridable via `AGENT_ID_PACKAGE_ID` / `AGENT_ID_REGISTRY_ID` env vars for testnet/dev.
39
35
 
40
36
  ## License
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@t2000/id",
3
- "version": "10.31.0",
3
+ "version": "10.32.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",