@ripplo/testing 0.7.5 → 0.7.7

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/express.js CHANGED
@@ -294,10 +294,6 @@ var stepDescriptorSchema = z5.object({
294
294
  target: z5.string(),
295
295
  value: z5.string()
296
296
  });
297
- var workflowSpecSchema = z5.object({
298
- steps: z5.array(stepDescriptorSchema),
299
- stub: z5.boolean().default(false)
300
- });
301
297
 
302
298
  // ../spec/src/session.ts
303
299
  import { z as z6 } from "zod";
package/dist/index.js CHANGED
@@ -1531,10 +1531,6 @@ var stepDescriptorSchema = z5.object({
1531
1531
  target: z5.string(),
1532
1532
  value: z5.string()
1533
1533
  });
1534
- var workflowSpecSchema = z5.object({
1535
- steps: z5.array(stepDescriptorSchema),
1536
- stub: z5.boolean().default(false)
1537
- });
1538
1534
 
1539
1535
  // ../spec/src/session.ts
1540
1536
  import { z as z6 } from "zod";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ripplo/testing",
3
- "version": "0.7.5",
3
+ "version": "0.7.7",
4
4
  "description": "Typed test DSL for Ripplo — declare entities and user flows, compile to a lockfile",
5
5
  "homepage": "https://ripplo.ai",
6
6
  "license": "SEE LICENSE IN LICENSE.md",