workflow 4.0.1-beta.2 → 4.0.1-beta.3

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 +3 -3
  2. package/package.json +6 -6
package/README.md CHANGED
@@ -8,8 +8,8 @@
8
8
  <h1>Workflow Development Kit</h1>
9
9
 
10
10
  <a href="https://vercel.com"><img alt="Vercel logo" src="https://img.shields.io/badge/MADE%20BY%20Vercel-000000.svg?style=for-the-badge&logo=Vercel&labelColor=000"></a>
11
- <a href="https://www.npmjs.com/package/next"><img alt="NPM version" src="https://img.shields.io/npm/v/workflow?style=for-the-badge&labelColor=000000"></a>
12
- <a href="https://github.com/vercel/workflow/blob/canary/license.md"><img alt="License" src="https://img.shields.io/npm/l/workflow.svg?style=for-the-badge&labelColor=000000"></a>
11
+ <a href="https://www.npmjs.com/package/workflow"><img alt="NPM version" src="https://img.shields.io/npm/v/workflow?style=for-the-badge&labelColor=000000"></a>
12
+ <a href="https://github.com/vercel/workflow/blob/main/LICENSE.md"><img alt="License" src="https://img.shields.io/npm/l/workflow.svg?style=for-the-badge&labelColor=000000"></a>
13
13
  <a href="https://github.com/vercel/workflow/discussions"><img alt="Join the community on GitHub" src="https://img.shields.io/badge/Join%20the%20community-blueviolet.svg?style=for-the-badge&logo=Github&labelColor=000000&logoWidth=20"></a>
14
14
 
15
15
  </div>
@@ -42,7 +42,7 @@ The initial core contributing engineers are
42
42
  - Peter Wielander ([@VaguelySerious](https://github.com/VaguelySerious))
43
43
  - Pranay Prakash ([@pranaygp](https://github.com/pranaygp))
44
44
 
45
- The Workflow DevKit Logo was designed by Cecilio Ruiz [@ceciliorz](https://x.com/ceciliorz)
45
+ The Workflow DevKit logo was designed by Cecilio Ruiz [@ceciliorz](https://x.com/ceciliorz)
46
46
 
47
47
  ---
48
48
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "workflow",
3
- "version": "4.0.1-beta.2",
3
+ "version": "4.0.1-beta.3",
4
4
  "description": "Workflow DevKit - Build durable, resilient, and observable workflows",
5
5
  "main": "dist/index.cjs",
6
6
  "type": "module",
@@ -39,12 +39,12 @@
39
39
  },
40
40
  "dependencies": {
41
41
  "ms": "2.1.3",
42
- "@workflow/cli": "4.0.1-beta.2",
43
- "@workflow/core": "4.0.1-beta.2",
44
- "@workflow/errors": "4.0.1-beta.1",
42
+ "@workflow/cli": "4.0.1-beta.3",
43
+ "@workflow/core": "4.0.1-beta.3",
45
44
  "@workflow/typescript-plugin": "4.0.1-beta.1",
46
- "@workflow/next": "4.0.1-beta.2",
47
- "@workflow/nitro": "4.0.1-beta.2"
45
+ "@workflow/next": "4.0.1-beta.3",
46
+ "@workflow/errors": "4.0.1-beta.1",
47
+ "@workflow/nitro": "4.0.1-beta.3"
48
48
  },
49
49
  "devDependencies": {
50
50
  "@types/ms": "^2.1.0",