@hatchway/cli 0.51.1 → 0.51.4
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/chunks/{Banner-_pJB7dCO.js → Banner-Dslid-AI.js} +2 -3
- package/dist/chunks/{Banner-_pJB7dCO.js.map → Banner-Dslid-AI.js.map} +1 -1
- package/dist/chunks/devtools-CPruVlOo.js.map +1 -1
- package/dist/chunks/{index-CovlIWnu.js → index-y6cN9k8l.js} +2 -3
- package/dist/chunks/{index-CovlIWnu.js.map → index-y6cN9k8l.js.map} +1 -1
- package/dist/chunks/{init-Eo7XainT.js → init-Cw1DkJP-.js} +6 -5
- package/dist/chunks/{init-Eo7XainT.js.map → init-Cw1DkJP-.js.map} +1 -1
- package/dist/chunks/{init-tui-Cgxsmmn-.js → init-tui-WELhLH16.js} +7 -6
- package/dist/chunks/{init-tui-Cgxsmmn-.js.map → init-tui-WELhLH16.js.map} +1 -1
- package/dist/chunks/{main-tui-D580QurF.js → main-tui-BI9X6TRI.js} +8 -7
- package/dist/chunks/{main-tui-D580QurF.js.map → main-tui-BI9X6TRI.js.map} +1 -1
- package/dist/chunks/{manager-0U0BIO9r.js → manager-LKbmrJIf.js} +6 -97
- package/dist/chunks/manager-LKbmrJIf.js.map +1 -0
- package/dist/chunks/{run-DbXViD2C.js → run-Bvfox4jS.js} +10 -9
- package/dist/chunks/{run-DbXViD2C.js.map → run-Bvfox4jS.js.map} +1 -1
- package/dist/chunks/{start-BEIpWjyK.js → start-Drql12dh.js} +8 -7
- package/dist/chunks/{start-BEIpWjyK.js.map → start-Drql12dh.js.map} +1 -1
- package/dist/chunks/{theme-CzLXk_6s.js → theme-BmodcXss.js} +3430 -631
- package/dist/chunks/theme-BmodcXss.js.map +1 -0
- package/dist/chunks/{use-app-Dw8M2HNg.js → use-app-0PVAweWQ.js} +2 -2
- package/dist/chunks/{use-app-Dw8M2HNg.js.map → use-app-0PVAweWQ.js.map} +1 -1
- package/dist/chunks/{useBuildState-DjvkDA6v.js → useBuildState-CGyaE4Ou.js} +3 -3
- package/dist/chunks/{useBuildState-DjvkDA6v.js.map → useBuildState-CGyaE4Ou.js.map} +1 -1
- package/dist/cli/index.js +5 -5
- package/dist/index.js +1 -53
- package/dist/index.js.map +1 -1
- package/dist/lib/skills/platform-plugin/skills/todo-workflow/SKILL.md +43 -21
- package/package.json +1 -1
- package/dist/chunks/manager-0U0BIO9r.js.map +0 -1
- package/dist/chunks/theme-CzLXk_6s.js.map +0 -1
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
// Hatchway CLI - Built with Rollup
|
|
2
2
|
import { existsSync, mkdirSync, createWriteStream, writeFileSync } from 'node:fs';
|
|
3
3
|
import { join } from 'node:path';
|
|
4
|
-
import { j as jsxRuntimeExports, B as Box, T as Text, a as useStdout, r as reactExports, u as useInput, b as render, R as React } from './theme-
|
|
4
|
+
import { j as jsxRuntimeExports, B as Box, T as Text, a as useStdout, r as reactExports, u as useInput, b as render, R as React } from './theme-BmodcXss.js';
|
|
5
5
|
import 'chalk';
|
|
6
6
|
import * as p from '@clack/prompts';
|
|
7
7
|
import pc from 'picocolors';
|
|
@@ -13,15 +13,16 @@ import { spawn } from 'node:child_process';
|
|
|
13
13
|
import EventEmitter from 'node:events';
|
|
14
14
|
import 'node:stream';
|
|
15
15
|
import 'node:process';
|
|
16
|
-
import { u as useApp } from './use-app-
|
|
17
|
-
import { T as TextInput } from './index-
|
|
16
|
+
import { u as useApp } from './use-app-0PVAweWQ.js';
|
|
17
|
+
import { T as TextInput } from './index-y6cN9k8l.js';
|
|
18
18
|
import { exec } from 'child_process';
|
|
19
19
|
import { platform } from 'os';
|
|
20
|
-
import { u as useBuildState, B as BuildPanel } from './useBuildState-
|
|
20
|
+
import { u as useBuildState, B as BuildPanel } from './useBuildState-CGyaE4Ou.js';
|
|
21
21
|
import './log-buffer-eHyX6VEc.js';
|
|
22
22
|
import { i as initRunnerLogger, s as setFileLoggerTuiMode } from './runner-logger-instance-CaqCFnhr.js';
|
|
23
23
|
import 'assert';
|
|
24
24
|
import 'events';
|
|
25
|
+
import 'node:tty';
|
|
25
26
|
import 'node:os';
|
|
26
27
|
import 'module';
|
|
27
28
|
import 'node:buffer';
|
|
@@ -313,7 +314,7 @@ class ServiceManager extends EventEmitter {
|
|
|
313
314
|
this.emit('service:tunnel-change', name, null, 'creating');
|
|
314
315
|
try {
|
|
315
316
|
// Import tunnel manager
|
|
316
|
-
const { tunnelManager } = await import('./manager-
|
|
317
|
+
const { tunnelManager } = await import('./manager-LKbmrJIf.js');
|
|
317
318
|
// Enable silent mode for TUI
|
|
318
319
|
tunnelManager.setSilent(true);
|
|
319
320
|
// Create tunnel
|
|
@@ -344,7 +345,7 @@ class ServiceManager extends EventEmitter {
|
|
|
344
345
|
service.state.tunnelStatus = undefined;
|
|
345
346
|
this.emit('service:tunnel-change', name, null, 'active');
|
|
346
347
|
try {
|
|
347
|
-
const { tunnelManager } = await import('./manager-
|
|
348
|
+
const { tunnelManager } = await import('./manager-LKbmrJIf.js');
|
|
348
349
|
await tunnelManager.closeTunnel(service.state.port);
|
|
349
350
|
}
|
|
350
351
|
catch (error) {
|
|
@@ -1711,4 +1712,4 @@ async function startCommand(options) {
|
|
|
1711
1712
|
}
|
|
1712
1713
|
|
|
1713
1714
|
export { startCommand };
|
|
1714
|
-
//# sourceMappingURL=start-
|
|
1715
|
+
//# sourceMappingURL=start-Drql12dh.js.map
|