nervepay 1.6.8 → 1.6.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.
package/CHANGELOG.md CHANGED
@@ -105,7 +105,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
105
105
  - [ ] Session tokens (reduce signature overhead)
106
106
  - [ ] ERC-4337 smart wallet integration
107
107
  - [ ] ERC-8004 on-chain reputation bridge
108
- - [ ] x402 payment protocol support
108
+ - [ ] Agent attestation network
109
109
  - [ ] Sub-agent delegation tools
110
110
  - [ ] Real-time analytics dashboard
111
111
  - [ ] Multi-gateway load balancing
@@ -26,7 +26,7 @@ export interface WhoAmIResult {
26
26
  name: string;
27
27
  public_key: string;
28
28
  capabilities: {
29
- max_spending_limit_usd?: number;
29
+ max_operations_per_day?: number;
30
30
  allowed_operations?: string[];
31
31
  };
32
32
  reputation_score: number;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "nervepay",
3
- "version": "1.6.8",
4
- "description": "NervePay plugin for OpenClaw - Self-sovereign identity, vault, and orchestration",
3
+ "version": "1.6.9",
4
+ "description": "NervePay plugin for OpenClaw - Agent identity, vault, and orchestration",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
7
7
  "types": "dist/index.d.ts",