@heyanon-arp/sdk 0.0.7 → 0.0.8

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.
@@ -2,7 +2,7 @@ import type { KeyLinkPayload, ScryptPasswordAttestation } from '../types/identit
2
2
  /**
3
3
  * Build an `ARP-KEY-LINK-v1` attestation record signed via
4
4
  * `scrypt_password_proof` (V1 default). Caller assembles the payload
5
- * (DID, both pubkeys, owner_id, nonce, etc.); SDK produces the MAC
5
+ * (DID, both pubkeys, nonce, etc.); SDK produces the MAC
6
6
  * and wraps the record in the standard shape.
7
7
  *
8
8
  * Identity keys are immutable in alpha (no rotation); the KEY-LINK
@@ -16,7 +16,6 @@ export interface KeyLinkPayload {
16
16
  agent_did: Did;
17
17
  identity_public_key: string;
18
18
  settlement_public_key: string;
19
- owner_id: string;
20
19
  owner_signing_method: OwnerSigningMethod;
21
20
  link_method: 'manual' | 'imported' | 'derived_bip39';
22
21
  created_at: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@heyanon-arp/sdk",
3
- "version": "0.0.7",
3
+ "version": "0.0.8",
4
4
  "description": "TypeScript SDK for the Agent Relationship Protocol — canonical JSON, Ed25519 envelope sign/verify, did:arp identity, receipt co-signatures, scrypt key attestation, chain-audit helpers.",
5
5
  "license": "MIT",
6
6
  "keywords": [