Commit cb48503
fix(adapter-store, loading): widen fs-http peer range to 0.2.0
Completes the fs-http 0.1.3 → 0.2.0 bump from 8f764bd. Both consumer
packages declared `"@script-development/fs-http": "^0.1.0"` in dev +
peer deps; pre-1.0 caret only matches same-minor, so 0.2.0 fell
outside the workspace constraint and npm pulled published 0.1.3 into
nested node_modules. Result: `npm ci` could pass while adapter-store
and loading were silently testing against the old fs-http.
Widens both ranges to `^0.1.0 || ^0.2.0` (peer-range widening is
monotonically backward-compatible). Bumps adapter-store 0.1.4 → 0.1.5
and loading 0.1.0 → 0.1.1 for observable metadata change.
Lock now resolves all three fs-http references to the workspace
copy at 0.2.0; nested registry copies removed.
Verified locally: build / typecheck / format / lint / lint:pkg /
coverage (430/430) all green.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 8f764bd commit cb48503
3 files changed
Lines changed: 13 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | | - | |
| 45 | + | |
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
53 | | - | |
| 53 | + | |
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
| 44 | + | |
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
51 | | - | |
| 51 | + | |
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
| |||
0 commit comments