@nextclaw/server 0.6.11 → 0.6.13

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 (3) hide show
  1. package/dist/index.d.ts +1 -0
  2. package/dist/index.js +2246 -2091
  3. package/package.json +3 -7
package/dist/index.d.ts CHANGED
@@ -828,6 +828,7 @@ type UiRouterOptions = {
828
828
  cronService?: InstanceType<typeof NextclawCore.CronService>;
829
829
  chatRuntime?: UiChatRuntime;
830
830
  };
831
+
831
832
  declare function createUiRouter(options: UiRouterOptions): Hono;
832
833
 
833
834
  type ExecuteActionResult = {