@workflow/core 5.0.0-beta.21 → 5.0.0-beta.22

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/version.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- export declare const version = "5.0.0-beta.21";
1
+ export declare const version = "5.0.0-beta.22";
2
2
  //# sourceMappingURL=version.d.ts.map
package/dist/version.js CHANGED
@@ -1,3 +1,3 @@
1
1
  // Generated by genversion.
2
- export const version = '5.0.0-beta.21';
3
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidmVyc2lvbi5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uL3NyYy92ZXJzaW9uLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLDJCQUEyQjtBQUMzQixNQUFNLENBQUMsTUFBTSxPQUFPLEdBQUcsZUFBZSxDQUFBIiwic291cmNlc0NvbnRlbnQiOlsiLy8gR2VuZXJhdGVkIGJ5IGdlbnZlcnNpb24uXG5leHBvcnQgY29uc3QgdmVyc2lvbiA9ICc1LjAuMC1iZXRhLjIxJ1xuIl19
2
+ export const version = '5.0.0-beta.22';
3
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidmVyc2lvbi5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uL3NyYy92ZXJzaW9uLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLDJCQUEyQjtBQUMzQixNQUFNLENBQUMsTUFBTSxPQUFPLEdBQUcsZUFBZSxDQUFBIiwic291cmNlc0NvbnRlbnQiOlsiLy8gR2VuZXJhdGVkIGJ5IGdlbnZlcnNpb24uXG5leHBvcnQgY29uc3QgdmVyc2lvbiA9ICc1LjAuMC1iZXRhLjIyJ1xuIl19
@@ -10,29 +10,4 @@ related:
10
10
 
11
11
  Workflow programming can be a slight shift from how you traditionally write real-world applications. Learning the foundations now will go a long way toward helping you use workflows effectively.
12
12
 
13
- <Cards>
14
- <Card href="/docs/foundations/workflows-and-steps" title="Workflows and Steps">
15
- Learn about the building blocks of durability
16
- </Card>
17
- <Card href="/docs/foundations/starting-workflows" title="Starting Workflows">
18
- Trigger workflows and track their execution using the `start()` function.
19
- </Card>
20
- <Card href="/docs/foundations/errors-and-retries" title="Errors & Retrying">
21
- Types of errors and how retrying work in workflows.
22
- </Card>
23
- <Card href="/docs/foundations/hooks" title="Webhooks (and hooks)">
24
- Respond to external events in your workflow using hooks and webhooks.
25
- </Card>
26
- <Card href="/docs/foundations/streaming" title="Streaming">
27
- Stream data in real-time to clients without waiting for the workflow to complete.
28
- </Card>
29
- <Card href="/docs/foundations/serialization" title="Serialization">
30
- Understand which types can be passed between workflow and step functions.
31
- </Card>
32
- <Card href="/docs/foundations/idempotency" title="Idempotency">
33
- Prevent duplicate side effects when retrying operations.
34
- </Card>
35
- <Card href="/docs/foundations/versioning" title="Versioning">
36
- Understand how runs stay pinned to deployments and when to opt in to newer code.
37
- </Card>
38
- </Cards>
13
+ <AutoCards />
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@workflow/core",
3
- "version": "5.0.0-beta.21",
3
+ "version": "5.0.0-beta.22",
4
4
  "description": "Core runtime and engine for Workflow SDK",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -92,9 +92,9 @@
92
92
  "@workflow/errors": "5.0.0-beta.8",
93
93
  "@workflow/serde": "5.0.0-beta.2",
94
94
  "@workflow/utils": "5.0.0-beta.4",
95
- "@workflow/world": "5.0.0-beta.12",
96
- "@workflow/world-local": "5.0.0-beta.20",
97
- "@workflow/world-vercel": "5.0.0-beta.19"
95
+ "@workflow/world": "5.0.0-beta.13",
96
+ "@workflow/world-local": "5.0.0-beta.21",
97
+ "@workflow/world-vercel": "5.0.0-beta.20"
98
98
  },
99
99
  "devDependencies": {
100
100
  "@opentelemetry/api": "1.9.0",