@keystrokehq/cli 0.1.198 → 0.1.200

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.
@@ -0,0 +1,4 @@
1
+ #!/usr/bin/env node
2
+ import "./dist-Dmm5I8Oe.mjs";
3
+ import { _ as emitStoredRouteManifestForProject } from "./dist-CdneEJNc.mjs";
4
+ export { emitStoredRouteManifestForProject };
@@ -0,0 +1,3 @@
1
+ #!/usr/bin/env node
2
+ import { a as buildApp } from "./dist-CXhN1PiO.mjs";
3
+ export { buildApp };
@@ -1,6 +1,6 @@
1
1
  #!/usr/bin/env node
2
- import { $i as isProbablyBinaryProjectSource, Bn as PROJECT_SOURCE_MAX_FILE_BYTES, Fn as PROJECT_MANIFEST_REL_PATH, Rn as PROJECT_SOURCE_IGNORED_DIRS, Vn as PROJECT_SOURCE_MAX_TOTAL_BYTES, Zi as isIgnoredProjectSourceFileName, zn as PROJECT_SOURCE_MAX_FILES } from "./dist-CyMQwFFx.mjs";
3
- import { at as classifyCall, ct as locateWorkflow, dt as entryIdFromFile, ft as readKeystrokeIgnoreDirective, it as packDirFromDisk, ot as computeCallSiteIds, pt as shouldSkipKeystrokeModuleFile, st as diagnoseWorkflowSource } from "./dist-Bt0vir7X.mjs";
2
+ import { $i as isProbablyBinaryProjectSource, Bn as PROJECT_SOURCE_MAX_FILE_BYTES, Fn as PROJECT_MANIFEST_REL_PATH, Rn as PROJECT_SOURCE_IGNORED_DIRS, Vn as PROJECT_SOURCE_MAX_TOTAL_BYTES, Zi as isIgnoredProjectSourceFileName, zn as PROJECT_SOURCE_MAX_FILES } from "./dist-Dmm5I8Oe.mjs";
3
+ import { at as classifyCall, ct as locateWorkflow, dt as entryIdFromFile, ft as readKeystrokeIgnoreDirective, it as packDirFromDisk, ot as computeCallSiteIds, pt as shouldSkipKeystrokeModuleFile, st as diagnoseWorkflowSource } from "./dist-CdneEJNc.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";
@@ -1845,7 +1845,7 @@ async function buildApp(options = {}) {
1845
1845
  const manifestStarted = Date.now();
1846
1846
  if (cacheKey && tryRestoreCachedRouteManifest(root, cacheKey)) timings.manifestCacheHit = true;
1847
1847
  else {
1848
- const { emitStoredRouteManifestForProject } = await import("./dist-Dg__c6Yq.mjs");
1848
+ const { emitStoredRouteManifestForProject } = await import("./dist-BAjRFQ2E.mjs");
1849
1849
  await emitStoredRouteManifestForProject(root);
1850
1850
  if (cacheKey) storeCachedRouteManifest(root, cacheKey);
1851
1851
  }
@@ -1862,4 +1862,4 @@ async function buildApp(options = {}) {
1862
1862
  //#endregion
1863
1863
  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 };
1864
1864
 
1865
- //# sourceMappingURL=dist-Bgo1_zjW.mjs.map
1865
+ //# sourceMappingURL=dist-CXhN1PiO.mjs.map