@keystrokehq/cli 0.1.97 → 0.1.99
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-CaiTZ-ZO.mjs → dist-CBmwZ3uz.mjs} +4 -3
- package/dist/dist-CBmwZ3uz.mjs.map +1 -0
- package/dist/dist-CoyYRTnP.mjs +3 -0
- package/dist/{dist-CRQZ6dUM.mjs → dist-DBkNXfrt.mjs} +2 -2
- package/dist/{dist-CRQZ6dUM.mjs.map → dist-DBkNXfrt.mjs.map} +1 -1
- package/dist/{dist-d4mUS55Z.mjs → dist-DNmfPa2T.mjs} +7 -7
- package/dist/{dist-d4mUS55Z.mjs.map → dist-DNmfPa2T.mjs.map} +1 -1
- package/dist/{dist-yxSyWJLs.mjs → dist-ZZlE2vk6.mjs} +3 -1
- package/dist/dist-ZZlE2vk6.mjs.map +1 -0
- package/dist/index.mjs +307 -16
- package/dist/index.mjs.map +1 -1
- package/dist/{js-exec-N5KEZBH7-CgtG-I6s.mjs → js-exec-N5KEZBH7-CoRL1IOd.mjs} +2 -2
- package/dist/{js-exec-N5KEZBH7-CgtG-I6s.mjs.map → js-exec-N5KEZBH7-CoRL1IOd.mjs.map} +1 -1
- package/dist/{maybe-auto-update-CRIaoRBQ.mjs → maybe-auto-update-DflBoY7a.mjs} +2 -2
- package/dist/{maybe-auto-update-CRIaoRBQ.mjs.map → maybe-auto-update-DflBoY7a.mjs.map} +1 -1
- package/dist/{run-package-manager-update-CEE3gsWX.mjs → run-package-manager-update-BVuBh1a2.mjs} +25 -25
- package/dist/{run-package-manager-update-CEE3gsWX.mjs.map → run-package-manager-update-BVuBh1a2.mjs.map} +1 -1
- package/package.json +2 -1
- package/dist/dist-BkceLDkp.mjs +0 -3
- package/dist/dist-CaiTZ-ZO.mjs.map +0 -1
- package/dist/dist-yxSyWJLs.mjs.map +0 -1
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
2
|
import { n as __require, t as __commonJSMin } from "./chunk-DiodbrVj.mjs";
|
|
3
|
-
import { Gr as object, Hr as literal, Ir as array, Jr as record, Lr as boolean$1, Mr as _enum, Nr as _function, Pr as _null, Rr as custom, Tr as requiredDisplayTextSchema, Vr as lazy, Wr as number, Xr as union, Yr as string, br as normalizeCredentialList, ct as FilePartSchema, ei as toJSONSchema, et as DEFAULT_CLOUD_PLATFORM_ORIGIN, hr as credentialInputSchema, jr as ZodType, ln as PromptResponseSchema, pn as ROUTE_MANIFEST_REL_PATH, qr as preprocess, un as PublicModelsResponseSchema, wr as parseStoredRouteManifest, zr as discriminatedUnion } from "./dist-
|
|
4
|
-
import "./dist-
|
|
3
|
+
import { Gr as object, Hr as literal, Ir as array, Jr as record, Lr as boolean$1, Mr as _enum, Nr as _function, Pr as _null, Rr as custom, Tr as requiredDisplayTextSchema, Vr as lazy, Wr as number, Xr as union, Yr as string, br as normalizeCredentialList, ct as FilePartSchema, ei as toJSONSchema, et as DEFAULT_CLOUD_PLATFORM_ORIGIN, hr as credentialInputSchema, jr as ZodType, ln as PromptResponseSchema, pn as ROUTE_MANIFEST_REL_PATH, qr as preprocess, un as PublicModelsResponseSchema, wr as parseStoredRouteManifest, zr as discriminatedUnion } from "./dist-ZZlE2vk6.mjs";
|
|
4
|
+
import "./dist-DBkNXfrt.mjs";
|
|
5
5
|
import "./chunk-BZUGFHVS-CPWRFwK8.mjs";
|
|
6
6
|
import "./chunk-DLL7UR66-BUYgzxnR.mjs";
|
|
7
7
|
import "./chunk-TN7HHBQW-CSB_R-XD.mjs";
|
|
@@ -20,10 +20,10 @@ import { createRequire } from "node:module";
|
|
|
20
20
|
import "node:os";
|
|
21
21
|
import { basename, dirname, join, relative, sep } from "node:path";
|
|
22
22
|
import { existsSync, mkdirSync, readFileSync, readdirSync, statSync, writeFileSync } from "node:fs";
|
|
23
|
-
import {
|
|
23
|
+
import { AsyncLocalStorage } from "node:async_hooks";
|
|
24
24
|
import { pathToFileURL } from "node:url";
|
|
25
|
+
import { readdir, stat } from "node:fs/promises";
|
|
25
26
|
import { createHash } from "node:crypto";
|
|
26
|
-
import { AsyncLocalStorage } from "node:async_hooks";
|
|
27
27
|
import ts from "typescript";
|
|
28
28
|
import { bigint, boolean, doublePrecision, index, integer, jsonb, pgEnum, pgTable, primaryKey, text, timestamp, uniqueIndex } from "drizzle-orm/pg-core";
|
|
29
29
|
import { index as index$1, integer as integer$1, primaryKey as primaryKey$1, real, sqliteTable, text as text$1, uniqueIndex as uniqueIndex$1 } from "drizzle-orm/sqlite-core";
|
|
@@ -2287,10 +2287,10 @@ var Yt = [];
|
|
|
2287
2287
|
var Qt = [];
|
|
2288
2288
|
(typeof __BROWSER__ > "u" || !__BROWSER__) && (Qt.push({
|
|
2289
2289
|
name: "js-exec",
|
|
2290
|
-
load: async () => (await import("./js-exec-N5KEZBH7-
|
|
2290
|
+
load: async () => (await import("./js-exec-N5KEZBH7-CoRL1IOd.mjs")).jsExecCommand
|
|
2291
2291
|
}), Qt.push({
|
|
2292
2292
|
name: "node",
|
|
2293
|
-
load: async () => (await import("./js-exec-N5KEZBH7-
|
|
2293
|
+
load: async () => (await import("./js-exec-N5KEZBH7-CoRL1IOd.mjs")).nodeStubCommand
|
|
2294
2294
|
}));
|
|
2295
2295
|
new TextEncoder();
|
|
2296
2296
|
Object.freeze({
|
|
@@ -31039,4 +31039,4 @@ async function emitStoredRouteManifestForProject(projectRoot) {
|
|
|
31039
31039
|
//#endregion
|
|
31040
31040
|
export { validatePollGroups as A, attachmentSlugFromRecord as B, pollRouteFromSourceSlug as C, validateAttachmentTargets as D, toStoredRouteManifest as E, webhookManifestAttachmentSchemasFromBindings as F, packAssetDirs as G, computeCallSiteIds as H, webhookMatchSchemaForBindings as I, entryIdFromFile as J, discoverEntries as K, webhookRouteFromEndpoint as L, validateTriggerAttachments as M, validateUniqueAttachmentSlugs as N, validateImportedTriggerAttachment as O, validateUniqueTriggerSourceSlugs as P, walkTypeScriptFiles as Q, workflowKeyForAttachment as R, pollGroupRouteFromId as S, serializeRouteManifest as T, diagnoseWorkflowSource as U, classifyCall as V, locateWorkflow as W, shouldSkipKeystrokeModuleFile as X, readKeystrokeIgnoreDirective as Y, validateUniqueModuleKeys as Z, importAgentDefinition as _, buildStoredRouteManifestForProject as a, persistStoredRouteManifest as b, collectAgentAppSlugs as c, discoverAgentEntries as d, discoverSkillManifestEntries as f, emitStoredRouteManifestForProject as g, discoverWorkflows as h, buildPollGroups as i, validateProjectModules as j, validateImportedWorkflowDefinition as k, collectAgentToolSlugs as l, discoverWorkflowEntries as m, agentManifestEntry as n, buildStoredRouteManifestFromContext as o, discoverTriggerAttachments as p, discoverModuleFileEntries as q, agentRouteFromKey as r, buildWebhookBindingsByRoute as s, agentKeyForAttachment as t, countAgentCredentials as u, importTriggerAttachments as v, schemaToJson as w, pollGroupId as x, importWorkflowDefinition as y, workflowRouteFromKey as z };
|
|
31041
31041
|
|
|
31042
|
-
//# sourceMappingURL=dist-
|
|
31042
|
+
//# sourceMappingURL=dist-DNmfPa2T.mjs.map
|