@nextclaw/server 0.10.29 → 0.10.30

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/dist/index.js +3 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -5365,7 +5365,9 @@ function startUiServer(options) {
5365
5365
  chatRuntime: options.chatRuntime,
5366
5366
  ncpAgent: options.ncpAgent,
5367
5367
  authService,
5368
- remoteAccess: options.remoteAccess
5368
+ remoteAccess: options.remoteAccess,
5369
+ getPluginChannelBindings: options.getPluginChannelBindings,
5370
+ getPluginUiMetadata: options.getPluginUiMetadata
5369
5371
  })
5370
5372
  );
5371
5373
  const staticDir = options.staticDir;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nextclaw/server",
3
- "version": "0.10.29",
3
+ "version": "0.10.30",
4
4
  "private": false,
5
5
  "description": "Nextclaw UI/API server.",
6
6
  "type": "module",