workflow 4.0.1-beta.14 → 4.0.1-beta.16

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 +4 -4
  2. package/package.json +7 -7
package/README.md CHANGED
@@ -16,17 +16,17 @@
16
16
 
17
17
  ## Getting Started
18
18
 
19
- The **Workflow Development Kit** lets you easily add durability, reliability, and observability to async JavaScript. Build apps and AI Agents that can suspend, resume, and maintain state with ease.
19
+ The **Workflow Development Kit** lets you easily add durability, reliability, and observability to async JavaScript. Build apps and AI agents that can suspend, resume, and maintain state with ease.
20
20
 
21
21
  Visit [https://useworkflow.dev](https://useworkflow.dev) to view the full documentation.
22
22
 
23
23
  ## Community
24
24
 
25
- The Workflow DevKit community can be found on [GitHub Discussions](https://github.com/vercel/workflow/discussions) where you can ask questions, voice ideas, and share your projects with other people.
25
+ The Workflow DevKit community can be found on [GitHub Discussions](https://github.com/vercel/workflow/discussions), where you can ask questions, voice ideas, and share your projects with other people.
26
26
 
27
27
  ## Contributing
28
28
 
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 the wider community.
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
  ## Authors
32
32
 
@@ -48,6 +48,6 @@ The Workflow DevKit logo was designed by Cecilio Ruiz [@ceciliorz](https://x.com
48
48
 
49
49
  ## Security
50
50
 
51
- If you believe you have found a security vulnerability in Workflow DevKit, we encourage you to **_responsibly disclose this and NOT open a public issue_**.
51
+ If you believe you have found a security vulnerability in Workflow DevKit, we encourage you to **_responsibly disclose this and not open a public issue_**.
52
52
 
53
53
  To participate in our Open Source Software Bug Bounty program, please email [responsible.disclosure@vercel.com](mailto:responsible.disclosure@vercel.com). We will add you to the program and provide further instructions for submitting your report.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "workflow",
3
- "version": "4.0.1-beta.14",
3
+ "version": "4.0.1-beta.16",
4
4
  "description": "Workflow DevKit - Build durable, resilient, and observable workflows",
5
5
  "main": "dist/typescript-plugin.cjs",
6
6
  "type": "module",
@@ -47,14 +47,14 @@
47
47
  },
48
48
  "dependencies": {
49
49
  "ms": "2.1.3",
50
- "@workflow/cli": "4.0.1-beta.14",
50
+ "@workflow/core": "4.0.1-beta.14",
51
51
  "@workflow/errors": "4.0.1-beta.5",
52
- "@workflow/core": "4.0.1-beta.12",
53
- "@workflow/nitro": "4.0.1-beta.14",
54
52
  "@workflow/typescript-plugin": "4.0.1-beta.4",
55
- "@workflow/next": "4.0.1-beta.14",
56
- "@workflow/nuxt": "4.0.1-beta.3",
57
- "@workflow/sveltekit": "4.0.0-beta.8"
53
+ "@workflow/next": "4.0.1-beta.16",
54
+ "@workflow/cli": "4.0.1-beta.16",
55
+ "@workflow/nitro": "4.0.1-beta.16",
56
+ "@workflow/nuxt": "4.0.1-beta.5",
57
+ "@workflow/sveltekit": "4.0.0-beta.10"
58
58
  },
59
59
  "devDependencies": {
60
60
  "@types/ms": "2.1.0",