metro-cache 0.82.5 (nested under metro 0.82.5) imports metro-core/src/canonicalize directly. Top-level metro-core 0.83.3 has restrictive exports map that blocks this. Pnpm patch adds ./src/* to exports while preserving the existing ./private/* path. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
7 lines
108 B
YAML
7 lines
108 B
YAML
packages:
|
|
- apps/*
|
|
- backend
|
|
|
|
patchedDependencies:
|
|
metro-core@0.83.3: patches/metro-core@0.83.3.patch
|