@workflow/next 5.0.0-beta.35 → 5.0.0-beta.36
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/docs/next.mdx +2 -2
- package/package.json +3 -3
package/docs/next.mdx
CHANGED
|
@@ -7,7 +7,7 @@ prerequisites:
|
|
|
7
7
|
- /docs/getting-started
|
|
8
8
|
related:
|
|
9
9
|
- /docs/api-reference/workflow-next
|
|
10
|
-
- /
|
|
10
|
+
- /worlds/vercel
|
|
11
11
|
---
|
|
12
12
|
|
|
13
13
|
<CopyPrompt
|
|
@@ -316,7 +316,7 @@ Without this configuration, you may experience intermittent issues where workflo
|
|
|
316
316
|
If you see this error:
|
|
317
317
|
|
|
318
318
|
```
|
|
319
|
-
'start' received an invalid workflow function. Ensure the Workflow
|
|
319
|
+
'start' received an invalid workflow function. Ensure the Workflow SDK is configured correctly and the function includes a 'use workflow' directive.
|
|
320
320
|
```
|
|
321
321
|
|
|
322
322
|
Check both of these first:
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@workflow/next",
|
|
3
|
-
"version": "5.0.0-beta.
|
|
3
|
+
"version": "5.0.0-beta.36",
|
|
4
4
|
"description": "Next.js integration for Workflow SDK",
|
|
5
5
|
"type": "commonjs",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -29,8 +29,8 @@
|
|
|
29
29
|
"@swc/core": "1.15.3",
|
|
30
30
|
"chokidar": "4.0.3",
|
|
31
31
|
"semver": "7.7.4",
|
|
32
|
-
"@workflow/builders": "5.0.0-beta.
|
|
33
|
-
"@workflow/core": "5.0.0-beta.
|
|
32
|
+
"@workflow/builders": "5.0.0-beta.36",
|
|
33
|
+
"@workflow/core": "5.0.0-beta.36",
|
|
34
34
|
"@workflow/swc-plugin": "5.0.0-beta.5"
|
|
35
35
|
},
|
|
36
36
|
"devDependencies": {
|