From aa05685334d544092693de85d455ca953ff97560 Mon Sep 17 00:00:00 2001 From: Zoltan Kochan Date: Wed, 6 May 2026 10:21:37 +0200 Subject: [PATCH] chore: meta-updater after adding fetching.pick-fetcher deps --- Written by an agent (Claude Code, claude-opus-4-7). --- building/after-install/tsconfig.json | 3 +++ modules-mounter/daemon/tsconfig.json | 3 +++ store/pkg-finder/tsconfig.json | 4 ++-- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/building/after-install/tsconfig.json b/building/after-install/tsconfig.json index 3badc52cb6..d60841ce3b 100644 --- a/building/after-install/tsconfig.json +++ b/building/after-install/tsconfig.json @@ -42,6 +42,9 @@ { "path": "../../exec/lifecycle" }, + { + "path": "../../fetching/pick-fetcher" + }, { "path": "../../installing/context" }, diff --git a/modules-mounter/daemon/tsconfig.json b/modules-mounter/daemon/tsconfig.json index f5466c071f..96c8107bcf 100644 --- a/modules-mounter/daemon/tsconfig.json +++ b/modules-mounter/daemon/tsconfig.json @@ -24,6 +24,9 @@ { "path": "../../deps/path" }, + { + "path": "../../fetching/pick-fetcher" + }, { "path": "../../lockfile/fs" }, diff --git a/store/pkg-finder/tsconfig.json b/store/pkg-finder/tsconfig.json index 456209ce1f..ca80ca788f 100644 --- a/store/pkg-finder/tsconfig.json +++ b/store/pkg-finder/tsconfig.json @@ -10,10 +10,10 @@ ], "references": [ { - "path": "../../deps/path" + "path": "../../fetching/directory-fetcher" }, { - "path": "../../fetching/directory-fetcher" + "path": "../../fetching/pick-fetcher" }, { "path": "../../resolving/resolver-base"