Skip to content

Commit

Permalink
make-fetch-happen@9.0.1/npm-registry-fetch@11.0.0
Browse files Browse the repository at this point in the history
make-fetch-happen@9.0.1

 * breaking: complete refactor of caching.  cache will no longer grow
   endlessly with duplicate requests. cache will be used in cases where
   it should have been but wasn't before.  it will cache multiple
   content-types of the same url.  it will dedupe existing caches of
   their unused entries.
 * fix: support url-encoded proxy authorization
 * fix: do not lazy-load proxy agents or agentkeepalive. fixes the
   intermittent failures to update npm on slower connections.

 npm-registry-fetch@11.0.0

  * breaking: drop handling of deprecated warning headers
  * docs: fix header type for npm-command
  * docs: update registry param
  * feat: improved logging of cache status
  • Loading branch information
wraithgar committed Jun 2, 2021
1 parent 54de5c6 commit e92b5f2
Show file tree
Hide file tree
Showing 85 changed files with 4,369 additions and 2,664 deletions.
2 changes: 1 addition & 1 deletion node_modules/.gitignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions node_modules/@npmcli/arborist/package.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

132 changes: 127 additions & 5 deletions node_modules/form-data/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

132 changes: 127 additions & 5 deletions node_modules/form-data/README.md.bak

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit e92b5f2

Please sign in to comment.