-
Notifications
You must be signed in to change notification settings - Fork 236
Expand file tree
/
Copy pathpre.json
More file actions
86 lines (86 loc) · 2.63 KB
/
pre.json
File metadata and controls
86 lines (86 loc) · 2.63 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
{
"mode": "pre",
"tag": "beta",
"initialVersions": {
"@workflow/ai": "4.0.0",
"@workflow/cli": "4.0.0",
"@workflow/core": "4.0.0",
"@workflow/errors": "4.0.0",
"@workflow/next": "4.0.0",
"@workflow/nitro": "4.0.0",
"@workflow/swc-plugin": "4.0.0",
"@workflow/tsconfig": "4.0.0",
"@workflow/typescript-plugin": "4.0.0",
"@workflow/web": "4.0.0",
"@workflow/web-shared": "4.0.0",
"workflow": "4.0.0",
"@workflow/world": "4.0.0",
"@workflow/world-local": "4.0.0",
"@workflow/world-postgres": "4.0.0",
"@workflow/world-testing": "4.0.0",
"@workflow/world-vercel": "4.0.0",
"@workflow/utils": "4.0.0",
"docs": "4.0.0",
"@workflow/example-app": "4.0.0",
"@workflow/example-hono": "4.0.0",
"@workflow/example-express": "4.0.0",
"nextjs-turbopack": "4.0.0",
"nextjs-webpack": "4.0.0",
"@workflow/example-nitro-v3": "4.0.0",
"@workflow/example-nitro-v2": "4.0.0",
"@workflow/example-nuxt": "4.0.0",
"@workflow/example-vite": "4.0.0",
"@workflow/example-sveltekit": "4.0.0",
"@workflow/example-astro": "4.0.0",
"@workflow/builders": "4.0.0",
"@workflow/sveltekit": "4.0.0",
"@workflow/nuxt": "4.0.0",
"@workflow/rollup": "4.0.0",
"@workflow/astro": "4.0.0",
"@workflow/example-fastify": "4.0.0",
"@workflow/vite": "4.0.0",
"@workflow/docs-typecheck": "4.0.0",
"@workflow/serde": "4.0.0",
"@workflow/nest": "4.0.0",
"@workflow/example-nest": "4.0.0",
"workflow-sdk-compiler-playground": "4.0.0",
"@workflow/example-nitro": "4.0.0",
"@workflow/vitest": "4.0.0",
"@workflow/vitest-workbench": "4.0.0"
},
"changesets": [
"afraid-bananas-peel",
"allow-sync-step-functions",
"ast-directive-validation",
"bright-pears-drum",
"builders-discovery-fixes",
"cold-lands-boil",
"cool-cups-greet",
"esm-builders",
"features-encryption-metadata",
"fix-builtin-externalize",
"fix-community-world-specversion",
"fix-discovery-weakmap-cache",
"fix-health-check-correlation-id",
"fix-malformed-tool-call-input",
"fix-next-esm-compat",
"fix-next-version-resolution",
"fix-provider-tool-identity",
"fix-stream-get-runid",
"getter-step-support",
"inline-step-registration",
"lazy-discovery-bare-specifiers",
"neat-runs-serialize",
"ninety-dancers-brush",
"old-towns-make",
"private-member-dce",
"remove-private-subpath",
"remove-sdk-serde-exclusion",
"slow-bottles-pull",
"step-run-required",
"sync-step-followup",
"tired-spiders-rhyme",
"vast-oranges-fail",
"workflow-function-serialization"
]
}