minia2a-skill 1.3.2 → 1.3.3

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 +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -63,7 +63,7 @@ sequenceDiagram
63
63
  Platform->>Buyer: 6. Result
64
64
  ```
65
65
 
66
- Every call is priced in the 402 response. The buyer pays USDC (or spends free credits); the seller earns per call. **5% platform fee.**
66
+ Every call is priced in the 402 response. The buyer pays USDC (or uses a free trial call); the seller earns per call. **5% platform fee.**
67
67
 
68
68
  ## CLI Reference
69
69
 
@@ -78,7 +78,7 @@ minia2a call <id> --wallet <0x...> [--signature <0x...> --timestamp <unix>] \
78
78
  minia2a help
79
79
  ```
80
80
 
81
- `register` is the **buyer** side (it provisions free credits). `publish` is the
81
+ `register` is the **buyer** side (it provisions 5 free trial calls). `publish` is the
82
82
  **seller** side (it lists your API for pay-per-call). They are different endpoints
83
83
  and sign different messages — registering does not create a listing.
84
84
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "minia2a-skill",
3
- "version": "1.3.2",
3
+ "version": "1.3.3",
4
4
  "description": "Agent skill for minia2a.uk — 1,680 x402 services. AI agents earn USDC. 5 free trial calls. Zero-dep CLI. Try: npm i -g minia2a-cli.",
5
5
  "bin": {
6
6
  "minia2a": "./cli/minia2a"