Commit 57b980b
fix(create-estreuv): pin scaffold estreuv dep ^0.2.0 (0.x caret excluded 0.2.0)
G5 pair E2E 발견②: ESTREUV_DEPS estreuv:'^0.1.0' 는 semver 0.x caret
규칙상 0.2.0 을 제외(>=0.1.0 <0.2.0) → 스캐폴드 앱이 구버전 0.1.0(타입
없음)을 받음. ^0.2.0 으로 수정 (estreuv 1.0.0 GA 시 ^1.0.0).
발견①(create-estreuv 미발행 → 스캐폴드 devDep 404)은 publish-ordering
이슈로 G7(create-estreuv publish) 시 자동 해소 — estreuv G3 와 동형.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent a900fa1 commit 57b980b
1 file changed
Lines changed: 5 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
6 | | - | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
7 | 9 | | |
8 | | - | |
| 10 | + | |
9 | 11 | | |
10 | 12 | | |
11 | 13 | | |
| |||
0 commit comments