workflow 4.0.1-beta.30 → 4.0.1-beta.32

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/README.md +1 -1
  2. package/package.json +10 -10
package/README.md CHANGED
@@ -28,7 +28,7 @@ The Workflow DevKit community can be found on [GitHub Discussions](https://githu
28
28
 
29
29
  Contributions to Workflow DevKit are welcome and highly appreciated. Please use GitHub [issues](https://github.com/vercel/workflow/issues) and [discussions](https://github.com/vercel/workflow/discussions) to collaborate with the team and wider community.
30
30
 
31
- ## Authors
31
+ ## Author list
32
32
 
33
33
  Workflow DevKit was built by engineers at [Vercel](https://vercel.com) and the [Open Source Community](https://github.com/vercel/workflow/graphs/contributors).
34
34
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "workflow",
3
- "version": "4.0.1-beta.30",
3
+ "version": "4.0.1-beta.32",
4
4
  "description": "Workflow DevKit - Build durable, resilient, and observable workflows",
5
5
  "main": "dist/typescript-plugin.cjs",
6
6
  "type": "module",
@@ -47,16 +47,16 @@
47
47
  },
48
48
  "dependencies": {
49
49
  "ms": "2.1.3",
50
- "@workflow/astro": "4.0.0-beta.8",
51
- "@workflow/cli": "4.0.1-beta.30",
52
- "@workflow/core": "4.0.1-beta.26",
53
- "@workflow/errors": "4.0.1-beta.8",
50
+ "@workflow/astro": "4.0.0-beta.9",
51
+ "@workflow/cli": "4.0.1-beta.32",
52
+ "@workflow/core": "4.0.1-beta.27",
53
+ "@workflow/errors": "4.0.1-beta.9",
54
54
  "@workflow/typescript-plugin": "4.0.1-beta.4",
55
- "@workflow/next": "4.0.1-beta.29",
56
- "@workflow/nitro": "4.0.1-beta.29",
57
- "@workflow/nuxt": "4.0.1-beta.18",
58
- "@workflow/sveltekit": "4.0.0-beta.23",
59
- "@workflow/rollup": "4.0.0-beta.6"
55
+ "@workflow/next": "4.0.1-beta.31",
56
+ "@workflow/nuxt": "4.0.1-beta.19",
57
+ "@workflow/sveltekit": "4.0.0-beta.24",
58
+ "@workflow/rollup": "4.0.0-beta.6",
59
+ "@workflow/nitro": "4.0.1-beta.30"
60
60
  },
61
61
  "devDependencies": {
62
62
  "@types/ms": "2.1.0",