chore: meta-updater after adding fetching.pick-fetcher deps

---
Written by an agent (Claude Code, claude-opus-4-7).
This commit is contained in:
Zoltan Kochan
2026-05-06 10:21:37 +02:00
parent 0876a0034b
commit aa05685334
3 changed files with 8 additions and 2 deletions

View File

@@ -42,6 +42,9 @@
{
"path": "../../exec/lifecycle"
},
{
"path": "../../fetching/pick-fetcher"
},
{
"path": "../../installing/context"
},

View File

@@ -24,6 +24,9 @@
{
"path": "../../deps/path"
},
{
"path": "../../fetching/pick-fetcher"
},
{
"path": "../../lockfile/fs"
},

View File

@@ -10,10 +10,10 @@
],
"references": [
{
"path": "../../deps/path"
"path": "../../fetching/directory-fetcher"
},
{
"path": "../../fetching/directory-fetcher"
"path": "../../fetching/pick-fetcher"
},
{
"path": "../../resolving/resolver-base"