mirror of
https://github.com/diegosouzapw/OmniRoute.git
synced 2026-08-26 00:52:18 +03:00
Retargetado para release/v3.8.51 (release/v3.8.50 está congelada — freeze issue #11439). Validado em lote combinado (batch-0824h2, junto de #11435/#11436/#11437) contra o tip de release/v3.8.51: typecheck:core limpo, gates estáticos OK, 127/127 testes focados passando. Investigação sólida com repro real via container isolado, três causas independentes identificadas e corrigidas com testes de regressão dedicados para cada uma. Obrigado pela contribuição!
37 lines
829 B
YAML
37 lines
829 B
YAML
packages:
|
|
- "packages/*"
|
|
- "open-sse"
|
|
# Match `.npmrc`'s legacy-peer-deps posture. OmniRoute imports only the deep
|
|
# icon modules from @lobehub/icons; auto-installing its unused @lobehub/ui peer
|
|
# pulls a large UI subtree (including packages without distributable licenses).
|
|
autoInstallPeers: false
|
|
allowBuilds:
|
|
"@parcel/watcher": true
|
|
"@swc/core": true
|
|
better-sqlite3: true
|
|
core-js: true
|
|
esbuild: true
|
|
keytar: true
|
|
koffi: true
|
|
libxmljs2: true
|
|
onnxruntime-node: true
|
|
protobufjs: true
|
|
sharp: true
|
|
tls-client-node: true
|
|
unrs-resolver: true
|
|
onlyBuiltDependencies:
|
|
- "@parcel/watcher"
|
|
- "@swc/core"
|
|
- "better-sqlite3"
|
|
- "core-js"
|
|
- "esbuild"
|
|
- "keytar"
|
|
- "koffi"
|
|
- "libxmljs2"
|
|
- "onnxruntime-node"
|
|
- "omniroute"
|
|
- "protobufjs"
|
|
- "sharp"
|
|
- "tls-client-node"
|
|
- "unrs-resolver"
|