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.
- package/README.md +1 -1
- 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
|
-
##
|
|
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.
|
|
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.
|
|
51
|
-
"@workflow/cli": "4.0.1-beta.
|
|
52
|
-
"@workflow/core": "4.0.1-beta.
|
|
53
|
-
"@workflow/errors": "4.0.1-beta.
|
|
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.
|
|
56
|
-
"@workflow/
|
|
57
|
-
"@workflow/
|
|
58
|
-
"@workflow/
|
|
59
|
-
"@workflow/
|
|
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",
|