nervepay 1.3.2 → 1.3.4

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.
@@ -431,7 +431,7 @@ async function deviceNodePairing(options) {
431
431
  maxProtocol: 1,
432
432
  scopes: ['operator.read', 'operator.write'],
433
433
  client: {
434
- id: crypto.randomUUID(),
434
+ id: 'openclaw',
435
435
  version: '1.2.6',
436
436
  platform: process.platform,
437
437
  mode: 'node',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nervepay",
3
- "version": "1.3.2",
3
+ "version": "1.3.4",
4
4
  "description": "NervePay plugin for OpenClaw - Self-sovereign identity, vault, and orchestration",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",