Skip to content

Commit

Permalink
feat: use npm-registry-fetch
Browse files Browse the repository at this point in the history
This will get us authentication and registry selection for free.

Closes #89
  • Loading branch information
jeffijoe committed Apr 30, 2023
1 parent 7f73f00 commit d9a042b
Show file tree
Hide file tree
Showing 5 changed files with 1,415 additions and 218 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
@@ -1,5 +1,6 @@
# v0.11.0

- Use `npm-registry-fetch` instead of `axios` for fetching package info from npm.
- Microsoft removed their `search-index` resource, so will check npm directly.
- Remove the "remove unused typings" feature as it relied on the information in the Microsoft index and isn't easily available elsewhere for the time being.
- Update packages.
Expand Down

0 comments on commit d9a042b

Please sign in to comment.