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:
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user