@heyanon-arp/sdk 0.0.5 → 0.0.6

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 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -98,7 +98,6 @@ verifyCosignature({ cosignature: cs, payload: cs.payload, signerIdentityPubkey:
98
98
  | `envelope` | `signEnvelope` / `verifyEnvelope` — the wire-level message signing |
99
99
  | `cosignature` | `ARP-RECEIPT-v1` + `ARP-DISPUTE-RESPONSE-v1` co-signatures |
100
100
  | `challenge` | `ARP-CHALLENGE-v1` ownership proof for identity registration |
101
- | `webhook` | `ARP-WEBHOOK-v1` HMAC for the outbox `X-ARP-Signature` header |
102
101
  | `attestation` | `ARP-KEY-LINK-v1` / `ARP-KEY-ROTATION-v1` (scrypt password proof) |
103
102
  | `server-chain` | `signed_message_hash` + `server_event_hash` builders for chain audit |
104
103
  | `settlement` | `ARP-SOLANA-RELEASE-v1.5` / `…-PARTIAL-RELEASE-v1.5` / `…-REFUND-v1` digests |
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@heyanon-arp/sdk",
3
- "version": "0.0.5",
3
+ "version": "0.0.6",
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": [