ultracontext 1.4.8 → 1.4.9
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/cli/entry.mjs
CHANGED
|
@@ -319,7 +319,7 @@ async function runCtlSDK() {
|
|
|
319
319
|
await runCtl();
|
|
320
320
|
}
|
|
321
321
|
async function launchTui() {
|
|
322
|
-
const { tuiBoot } = await import("../tui-
|
|
322
|
+
const { tuiBoot } = await import("../tui-tDv_fHC2.mjs");
|
|
323
323
|
await tuiBoot({ assetsRoot: path.resolve(__dirname, "..", "..") });
|
|
324
324
|
}
|
|
325
325
|
async function run() {
|
package/dist/cli/sdk-sync.mjs
CHANGED