@workflow/next 5.0.0-beta.34 → 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.
Files changed (2) hide show
  1. package/docs/next.mdx +2 -2
  2. package/package.json +4 -4
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
- - /docs/deploying/world/vercel-world
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 Development Kit is configured correctly and the function includes a 'use workflow' directive.
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.34",
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.34",
33
- "@workflow/core": "5.0.0-beta.34",
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": {
@@ -38,7 +38,7 @@
38
38
  "@types/semver": "7.7.1",
39
39
  "next": "16.2.10",
40
40
  "typescript": "^6.0.3",
41
- "vitest": "^4.0.18",
41
+ "vitest": "^4.1.10",
42
42
  "@workflow/tsconfig": "5.0.0-beta.0"
43
43
  },
44
44
  "peerDependencies": {