mirror of
https://github.com/vercel/eve.git
synced 2026-09-20 05:35:39 +08:00
6b99f12fca
Signed-off-by: prha <prha@vercel.com>
71 lines
2.1 KiB
YAML
71 lines
2.1 KiB
YAML
enableGlobalVirtualStore: false
|
|
|
|
packages:
|
|
- apps/*
|
|
- apps/fixtures/*
|
|
- apps/frameworks/*
|
|
- e2e/fixtures/*
|
|
- packages/*
|
|
|
|
allowBuilds:
|
|
"@google/genai": false # No-op preinstall.
|
|
"@parcel/watcher": false # Builds from source only when explicitly requested.
|
|
"@swc/core": false # Only its pure transform-utils module is vendored (via @workflow/builders); eve never runs SWC.
|
|
braintrust: false # Installs an optional CLI binary; the SDK does not need it.
|
|
bufferutil: false # The package already includes the supported prebuilt bindings.
|
|
cpu-features: false # Optional ssh2 acceleration; JavaScript fallback is sufficient.
|
|
esbuild: true # Verifies the installed platform binary.
|
|
phase: false # Would install its own Git hooks.
|
|
protobufjs: false # Only checks the package version.
|
|
sharp: false # Prebuilt platform packages need no install script.
|
|
ssh2: false # Optional native acceleration; JavaScript fallback is sufficient.
|
|
unrs-resolver: false # Prebuilt platform packages need no repair script.
|
|
webgpu: true # Clears macOS quarantine from its packaged native binding.
|
|
|
|
ignoredOptionalDependencies:
|
|
- "@braintrust/bt-*"
|
|
- "@mongodb-js/zstd"
|
|
- cbor-extract
|
|
- node-liblzma
|
|
|
|
catalog:
|
|
"@ai-sdk/anthropic": "^4.0.49"
|
|
"@ai-sdk/code-mode": "^1.0.62"
|
|
"@ai-sdk/google": "^4.0.64"
|
|
"@ai-sdk/mcp": "^2.0.45"
|
|
"@ai-sdk/openai": "^4.0.60"
|
|
"@ai-sdk/otel": "^1.0.93"
|
|
"@ai-sdk/provider": "^4.0.10"
|
|
"@ai-sdk/provider-utils": "^5.0.36"
|
|
"@opentelemetry/context-async-hooks": "2.6.1"
|
|
"@opentelemetry/core": "2.6.1"
|
|
"@opentelemetry/sdk-trace-base": "2.6.1"
|
|
"@types/node": "24.13.3"
|
|
"@types/react": "19.2.15"
|
|
"@types/react-dom": "19.2.3"
|
|
"@vercel/otel": "2.1.3"
|
|
"@vercel/sandbox": "3.3.0"
|
|
"@workflow/world-postgres": "5.0.0-beta.44"
|
|
ai: "^7.0.105"
|
|
better-auth: "1.6.26"
|
|
marked: "17.0.6"
|
|
next: "16.3.4"
|
|
phase: "0.0.1"
|
|
picocolors: "1.1.1"
|
|
react: "19.2.6"
|
|
react-dom: "19.2.6"
|
|
streamdown: "2.5.0"
|
|
typescript: "7.0.2"
|
|
vitest: "4.1.10"
|
|
zod: "4.5.4"
|
|
|
|
minimumReleaseAge: 2880 # 2 days
|
|
|
|
minimumReleaseAgeExclude:
|
|
- "@ai-sdk/*"
|
|
- ai
|
|
- eve
|
|
- "@vercel/*"
|
|
- "@workflow/*"
|
|
- workflow
|