@x402api/agent-wallet-core 0.2.1 → 0.2.2

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 +4 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -9,6 +9,10 @@ remain available, but the launch authorization orchestrator rejects TRON.
9
9
  Use the `@x402api/agent-wallet-cli` package for the supported command-line
10
10
  surface. This library deliberately exposes no arbitrary-signing API.
11
11
 
12
+ Local spend policy consists of the funded token balance and an optional
13
+ per-payment `maximumPaymentAtomic` ceiling. It does not provide aggregate,
14
+ daily, merchant-specific, or hosted-policy permissions.
15
+
12
16
  The core also creates wallet-signed, subscription-scoped refill notification
13
17
  requests. Email recipients and display content are resolved by x402api from
14
18
  verified server-side tenant and product records.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@x402api/agent-wallet-core",
3
- "version": "0.2.1",
3
+ "version": "0.2.2",
4
4
  "description": "Persistent encrypted agent wallets and exact x402 payment authorization.",
5
5
  "license": "MIT",
6
6
  "repository": {