yarn-plugin: use yarn's httpUtils to fetch release manifests

This allows us to leverage yarn's built in proxy
configuration when making the request. The yarn
HTTP utilities handle caching of GET
requests, so we can remove our memoization of the
request, too.

Signed-off-by: MT Lewis <mtlewis@users.noreply.github.com>
This commit is contained in:
MT Lewis
2024-11-29 16:17:22 +00:00
parent b29eaea119
commit 48cc7c5245
8 changed files with 130 additions and 78 deletions
-1
View File
@@ -35,7 +35,6 @@
"@yarnpkg/core": "^4.0.3",
"@yarnpkg/fslib": "^3.0.2",
"@yarnpkg/plugin-pack": "^4.0.0",
"lodash": "^4.17.21",
"semver": "^7.6.0"
},
"devDependencies": {