@satori-sh/cli 0.0.22 → 0.0.25

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/dist/index.js CHANGED
@@ -365,7 +365,7 @@ ${instruction}`);
365
365
  return;
366
366
  }
367
367
  const info = await getInfoDisplay();
368
- const { runInteractiveApp } = await import("./ui-WNITSTPS.js");
368
+ const { runInteractiveApp } = await import("./ui-UJ5JWROX.js");
369
369
  await runInteractiveApp({
370
370
  initialPrompt,
371
371
  options,
@@ -14,7 +14,7 @@ async function loadLogo() {
14
14
  }
15
15
 
16
16
  // src/ui.tsx
17
- import { jsx, jsxs } from "@opentui/solid/jsx-runtime";
17
+ import { jsx, jsxs } from "solid-js/jsx-runtime";
18
18
  async function runInteractiveApp({
19
19
  initialPrompt,
20
20
  options,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@satori-sh/cli",
3
- "version": "0.0.22",
3
+ "version": "0.0.25",
4
4
  "description": "CLI tool for Satori memory server",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",