workflow 4.6.0 → 4.6.2
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/docs/ai/index.mdx
CHANGED
|
@@ -63,7 +63,7 @@ In order to connect to an LLM, we'll need to set up an API key. The easiest way
|
|
|
63
63
|
|
|
64
64
|
<Tab value="Gateway">
|
|
65
65
|
|
|
66
|
-
Get a Gateway API key from the [Vercel Gateway](https://vercel.com/docs/gateway/
|
|
66
|
+
Get a Gateway API key from the [Vercel Gateway](https://vercel.com/docs/ai-gateway/authentication) page.
|
|
67
67
|
|
|
68
68
|
Then add it to your `.env.local` file:
|
|
69
69
|
|
|
@@ -36,7 +36,7 @@ That's it. Vercel automatically:
|
|
|
36
36
|
|
|
37
37
|
For complete details on pricing, usage limits, and included allotments on Vercel, see the official Vercel documentation:
|
|
38
38
|
|
|
39
|
-
- **[Vercel Workflow](https://vercel.com/docs/
|
|
39
|
+
- **[Vercel Workflow](https://vercel.com/docs/workflows)** — Pricing details, concepts, and observability for Workflow on Vercel
|
|
40
40
|
- **[Vercel limits](https://vercel.com/docs/limits)** — Platform-wide limits including Workflow-specific constraints
|
|
41
41
|
- **[Vercel Hobby plan](https://vercel.com/docs/plans/hobby)** — Free tier included usage for Workflow and other resources
|
|
42
42
|
|
|
@@ -180,4 +180,4 @@ The Vercel World uses Vercel's infrastructure for workflow execution:
|
|
|
180
180
|
- **Queuing** - Steps are distributed across serverless functions via [Vercel Queues](https://vercel.com/docs/queues) with automatic retries and [consumer function security](#consumer-function-security)
|
|
181
181
|
- **Authentication** - OIDC tokens provide secure, automatic authentication
|
|
182
182
|
|
|
183
|
-
For more details, see the [Vercel Workflow documentation](https://vercel.com/docs/
|
|
183
|
+
For more details, see the [Vercel Workflow documentation](https://vercel.com/docs/workflows).
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "workflow",
|
|
3
|
-
"version": "4.6.
|
|
3
|
+
"version": "4.6.2",
|
|
4
4
|
"description": "Workflow SDK - Build durable, resilient, and observable workflows",
|
|
5
5
|
"main": "dist/typescript-plugin.cjs",
|
|
6
6
|
"type": "module",
|
|
@@ -57,18 +57,18 @@
|
|
|
57
57
|
},
|
|
58
58
|
"dependencies": {
|
|
59
59
|
"ms": "2.1.3",
|
|
60
|
-
"@workflow/astro": "4.0.
|
|
61
|
-
"@workflow/cli": "4.3.
|
|
62
|
-
"@workflow/core": "4.6.
|
|
63
|
-
"@workflow/errors": "4.1.
|
|
60
|
+
"@workflow/astro": "4.0.13",
|
|
61
|
+
"@workflow/cli": "4.3.2",
|
|
62
|
+
"@workflow/core": "4.6.2",
|
|
63
|
+
"@workflow/errors": "4.1.5",
|
|
64
64
|
"@workflow/typescript-plugin": "4.0.3",
|
|
65
|
-
"@workflow/utils": "4.1.
|
|
66
|
-
"@workflow/next": "4.1.
|
|
67
|
-
"@workflow/nest": "4.0.
|
|
68
|
-
"@workflow/nitro": "4.1.
|
|
69
|
-
"@workflow/nuxt": "4.0.
|
|
70
|
-
"@workflow/sveltekit": "4.0.
|
|
71
|
-
"@workflow/rollup": "4.0.
|
|
65
|
+
"@workflow/utils": "4.1.4",
|
|
66
|
+
"@workflow/next": "4.1.2",
|
|
67
|
+
"@workflow/nest": "4.0.14",
|
|
68
|
+
"@workflow/nitro": "4.1.4",
|
|
69
|
+
"@workflow/nuxt": "4.0.14",
|
|
70
|
+
"@workflow/sveltekit": "4.0.13",
|
|
71
|
+
"@workflow/rollup": "4.0.13"
|
|
72
72
|
},
|
|
73
73
|
"devDependencies": {
|
|
74
74
|
"@types/ms": "2.1.0",
|