@keystrokehq/cli 0.1.153 → 0.1.155
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/dist-B1ukswfj.mjs +4 -0
- package/dist/{dist-B9mGozH5.mjs → dist-BJAZiZG-.mjs} +4 -4
- package/dist/{dist-B9mGozH5.mjs.map → dist-BJAZiZG-.mjs.map} +1 -1
- package/dist/dist-Bu6eqCZI.mjs +3 -0
- package/dist/{dist-DFHP_wlQ.mjs → dist-Cy2nsWsI.mjs} +51 -6
- package/dist/{dist-DFHP_wlQ.mjs.map → dist-Cy2nsWsI.mjs.map} +1 -1
- package/dist/{dist-B-JAtmwj.mjs → dist-D-qnmHDz.mjs} +22 -28
- package/dist/{dist-B-JAtmwj.mjs.map → dist-D-qnmHDz.mjs.map} +1 -1
- package/dist/index.mjs +1 -1
- package/dist/{maybe-auto-update-DHweUGnX.mjs → maybe-auto-update-J-Am1CbS.mjs} +2 -2
- package/dist/{maybe-auto-update-DHweUGnX.mjs.map → maybe-auto-update-J-Am1CbS.mjs.map} +1 -1
- package/dist/{program-BSoShr2M.mjs → program-Cb_jAhs0.mjs} +119 -10
- package/dist/program-Cb_jAhs0.mjs.map +1 -0
- package/dist/{run-package-manager-update-BzJQZYt9.mjs → run-package-manager-update-CuLe-Jux.mjs} +2 -2
- package/dist/{run-package-manager-update-BzJQZYt9.mjs.map → run-package-manager-update-CuLe-Jux.mjs.map} +1 -1
- package/dist/skills-bundle/_AGENTS.md +2 -0
- package/package.json +1 -1
- package/dist/dist-Bi2mo88o.mjs +0 -3
- package/dist/dist-jssdiDkg.mjs +0 -4
- package/dist/program-BSoShr2M.mjs.map +0 -1
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
|
-
import { an as PROJECT_MANIFEST_REL_PATH, cn as PROJECT_SOURCE_IGNORED_DIRS, dn as PROJECT_SOURCE_MAX_TOTAL_BYTES,
|
|
3
|
-
import { at as
|
|
2
|
+
import { an as PROJECT_MANIFEST_REL_PATH, cn as PROJECT_SOURCE_IGNORED_DIRS, dn as PROJECT_SOURCE_MAX_TOTAL_BYTES, hi as isProbablyBinaryProjectSource, ln as PROJECT_SOURCE_MAX_FILES, pi as isIgnoredProjectSourceFileName, un as PROJECT_SOURCE_MAX_FILE_BYTES } from "./dist-Cy2nsWsI.mjs";
|
|
3
|
+
import { at as computeCallSiteIds, dt as readKeystrokeIgnoreDirective, ft as shouldSkipKeystrokeModuleFile, it as classifyCall, ot as diagnoseWorkflowSource, rt as packDirFromDisk, st as locateWorkflow, ut as entryIdFromFile } from "./dist-D-qnmHDz.mjs";
|
|
4
4
|
import { createRequire, isBuiltin } from "node:module";
|
|
5
5
|
import "node:os";
|
|
6
6
|
import { dirname, isAbsolute, join, relative, resolve, sep } from "node:path";
|
|
@@ -1809,7 +1809,7 @@ async function buildApp(options = {}) {
|
|
|
1809
1809
|
const manifestStarted = Date.now();
|
|
1810
1810
|
if (cacheKey && tryRestoreCachedRouteManifest(root, cacheKey)) timings.manifestCacheHit = true;
|
|
1811
1811
|
else {
|
|
1812
|
-
const { emitStoredRouteManifestForProject } = await import("./dist-
|
|
1812
|
+
const { emitStoredRouteManifestForProject } = await import("./dist-B1ukswfj.mjs");
|
|
1813
1813
|
await emitStoredRouteManifestForProject(root);
|
|
1814
1814
|
if (cacheKey) storeCachedRouteManifest(root, cacheKey);
|
|
1815
1815
|
}
|
|
@@ -1826,4 +1826,4 @@ async function buildApp(options = {}) {
|
|
|
1826
1826
|
//#endregion
|
|
1827
1827
|
export { buildApp as a, computeSafeFilteredDeploy as c, normalizeProjectRelativePath as d, tryReadBuildIndex as f, assertWorkflowDiagnosticErrorsFrom as i, injectCallSiteIds as l, BUILD_INDEX_REL_PATH as n, callSiteIdInjectionPlugin as o, warnWorkflowDiagnosticsFrom as p, analyzeDeployableClosures as r, collectWorkflowDiagnostics as s, ANALYZER_CONTRACT_VERSION as t, listDirtyEntries as u };
|
|
1828
1828
|
|
|
1829
|
-
//# sourceMappingURL=dist-
|
|
1829
|
+
//# sourceMappingURL=dist-BJAZiZG-.mjs.map
|