@workflow/next 4.0.1-beta.47 → 4.0.1-beta.48

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,5 +1,6 @@
1
1
  ---
2
2
  title: "workflow/next"
3
+ description: Next.js integration for automatic bundling and runtime configuration.
3
4
  ---
4
5
 
5
6
  Next.js integration for Workflow DevKit that automatically configures bundling and runtime support.
@@ -1,5 +1,6 @@
1
1
  ---
2
2
  title: withWorkflow
3
+ description: Configure webpack/turbopack to transform workflow directives in Next.js.
3
4
  ---
4
5
 
5
6
  Configures webpack/turbopack loaders to transform workflow code (`"use step"`/`"use workflow"` directives)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@workflow/next",
3
- "version": "4.0.1-beta.47",
3
+ "version": "4.0.1-beta.48",
4
4
  "description": "Next.js integration for Workflow DevKit",
5
5
  "type": "commonjs",
6
6
  "main": "dist/index.js",
@@ -29,8 +29,8 @@
29
29
  "@swc/core": "1.15.3",
30
30
  "semver": "7.7.3",
31
31
  "watchpack": "2.4.4",
32
- "@workflow/builders": "4.0.1-beta.42",
33
- "@workflow/core": "4.1.0-beta.51",
32
+ "@workflow/builders": "4.0.1-beta.43",
33
+ "@workflow/core": "4.1.0-beta.52",
34
34
  "@workflow/swc-plugin": "4.1.0-beta.15"
35
35
  },
36
36
  "devDependencies": {