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 +1 -1
- package/dist/tools/identity.d.ts +1 -1
- package/package.json +2 -2
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
|
-
- [ ]
|
|
108
|
+
- [ ] Agent attestation network
|
|
109
109
|
- [ ] Sub-agent delegation tools
|
|
110
110
|
- [ ] Real-time analytics dashboard
|
|
111
111
|
- [ ] Multi-gateway load balancing
|
package/dist/tools/identity.d.ts
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "nervepay",
|
|
3
|
-
"version": "1.6.
|
|
4
|
-
"description": "NervePay plugin for OpenClaw -
|
|
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",
|