-
-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
🐛 Bug: Does not include new packages #185
🐛 Bug: Does not include new packages #185
Comments
OH! Well that explains it. Thanks for the heads up. I'll look into retrieving data from https://registry.npmjs.org or an equivalent instead. |
## PR Checklist - [x] Addresses an existing open issue: fixes #185 - [x] That issue was marked as [`status: accepting prs`](https://github.com/JoshuaKGoldberg/tidelift-me-up/issues?q=is%3Aopen+is%3Aissue+label%3A%22status%3A+accepting+prs%22) - [x] Steps in [CONTRIBUTING.md](https://github.com/JoshuaKGoldberg/tidelift-me-up/blob/main/.github/CONTRIBUTING.md) were taken ## Overview Switches to the npm API. The `PackageData` structure seems to be just about the same as npms, which makes this pretty much not a breaking change. Yay! Example base query for searching: https://registry.npmjs.com/-/v1/search?&text=maintainer:joshuakgoldberg
@all-contributors please add @sindresorhus for bug.
|
I've put up a pull request to add @sindresorhus! 🎉 I couldn't determine any contributions to add, did you specify any contributions? |
Adds @sindresorhus as a contributor for bug. This was requested by JoshuaKGoldberg [in this comment](#185 (comment)) --------- Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
## PR Checklist - [x] Addresses an existing open issue: fixes #000 - [x] That issue was marked as [`status: accepting prs`](https://github.com/JoshuaKGoldberg/tidelift-me-up-site/issues?q=is%3Aopen+is%3Aissue+label%3A%22status%3A+accepting+prs%22) - [x] Steps in [CONTRIBUTING.md](https://github.com/JoshuaKGoldberg/tidelift-me-up-site/blob/main/.github/CONTRIBUTING.md) were taken ## Overview Brings in JoshuaKGoldberg/tidelift-me-up#186, which fixed JoshuaKGoldberg/tidelift-me-up#185.
I'm having the same issue. My Package1: https://api.npms.io/v2/package/fe-theme (Working) |
Bug Report Checklist
main
branch of the repository.Expected
I expected it to include new packages.
Actual
It does not include packages created after 2023-01-13 because the API is no longer updating:
Additional Info
No response
The text was updated successfully, but these errors were encountered: