@omnixal/openclaw-nats-plugin 0.1.17 → 0.1.18

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@omnixal/openclaw-nats-plugin",
3
- "version": "0.1.17",
3
+ "version": "0.1.18",
4
4
  "description": "NATS JetStream event-driven plugin for OpenClaw",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -119,7 +119,8 @@ export class GatewayClientService extends BaseService implements OnModuleInit, O
119
119
  minProtocol: 3,
120
120
  maxProtocol: 3,
121
121
  client: {
122
- id: 'nats-sidecar',
122
+ id: 'gateway-client',
123
+ displayName: 'nats-sidecar',
123
124
  version: '1.0.0',
124
125
  platform: 'linux',
125
126
  mode: 'backend',