@cowliss/cli 0.14.0 → 0.15.1

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.
@@ -1,4 +1,4 @@
1
- import { n as journeyStepOutputSchema, r as manifestOutputSchema, t as guestInputSchema } from "./journeys-v2-Cndh4CAr.js";
1
+ import { n as journeyStepOutputSchema, r as manifestOutputSchema, t as guestInputSchema } from "./journeys-v2-Cuzz4DfX.js";
2
2
  import { CapabilityError } from "./journeys.js";
3
3
  import { z } from "zod";
4
4
 
@@ -1,6 +1,6 @@
1
- import { i as templateRenderOutputSchema, t as guestInputSchema } from "./journeys-v2-Cndh4CAr.js";
1
+ import { i as templateRenderOutputSchema, t as guestInputSchema } from "./journeys-v2-Cuzz4DfX.js";
2
2
  import { CapabilityError } from "./journeys.js";
3
- import { n as readManifest, t as asTemplate } from "./driver-BtQYaFXP.js";
3
+ import { n as readManifest, t as asTemplate } from "./driver-B4eBxH_X.js";
4
4
  import { createElement } from "react";
5
5
  import { renderToStaticMarkup } from "react-dom/server.browser";
6
6
 
@@ -1,3 +1,3 @@
1
- import { n as readManifest, r as runGuest, t as asTemplate } from "./driver-BtQYaFXP.js";
1
+ import { n as readManifest, r as runGuest, t as asTemplate } from "./driver-B4eBxH_X.js";
2
2
 
3
3
  export { asTemplate, readManifest, runGuest };
@@ -522,8 +522,8 @@ function uniqueKeys(items, ctx, path) {
522
522
  * still parse, or the runner and every API response the client validates
523
523
  * break at once for any org with history. The literal lives at push time
524
524
  * only (`createPushBodySchema`), which is where a stale CLI is the
525
- * developer's own fixable problem, and the runner refuses a version built
526
- * for another protocol with a message naming both numbers.
525
+ * developer's own fixable problem, and a version behind the current protocol
526
+ * is refused as `version_outdated` wherever something would run it.
527
527
  */
528
528
  const manifestSchema = z.object({
529
529
  protocol: z.number().int().positive(),
@@ -1,4 +1,4 @@
1
- import { a as manifestJourneySchema } from "./journeys-v2-Cndh4CAr.js";
1
+ import { a as manifestJourneySchema } from "./journeys-v2-Cuzz4DfX.js";
2
2
 
3
3
  //#region src/guest/journeys.ts
4
4
  /**
@@ -1,4 +1,4 @@
1
- import { o as manifestSegmentSchema } from "./journeys-v2-Cndh4CAr.js";
1
+ import { o as manifestSegmentSchema } from "./journeys-v2-Cuzz4DfX.js";
2
2
 
3
3
  //#region src/guest/segments.ts
4
4
  const segmentConfigSchema = manifestSegmentSchema.pick({