insumer-verify 1.3.8 → 1.3.9

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
@@ -17,7 +17,7 @@ npm install insumer-verify
17
17
  Generate one from your terminal — no browser needed:
18
18
 
19
19
  ```bash
20
- curl -s -X POST https://us-central1-insumer-merchant.cloudfunctions.net/createDeveloperApiKey \
20
+ curl -s -X POST https://api.insumermodel.com/v1/keys/create \
21
21
  -H "Content-Type: application/json" \
22
22
  -d '{"email": "you@example.com", "appName": "insumer-verify", "tier": "free"}' | jq .
23
23
  ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "insumer-verify",
3
- "version": "1.3.8",
3
+ "version": "1.3.9",
4
4
  "description": "Client-side verifier for InsumerAPI attestations. ECDSA P-256 signatures, condition hashes, block freshness, expiry. Zero dependencies. Used by DJD Agent Score (Coinbase x402).",
5
5
  "type": "module",
6
6
  "main": "build/index.js",