Remove too new packages from npm response

This commit is contained in:
Sander Declerck 2025-11-12 13:39:17 +01:00
parent 3bf7279195
commit 8bd2ace3db
No known key found for this signature in database
9 changed files with 582 additions and 119 deletions

View file

@ -3,7 +3,7 @@ import {
ECOSYSTEM_PY,
getEcoSystem,
} from "../../config/settings.js";
import { npmInterceptorForUrl } from "./npmInterceptor.js";
import { npmInterceptorForUrl } from "./npm/npmInterceptor.js";
import { pipInterceptorForUrl } from "./pipInterceptor.js";
/**