Skip to content
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

What npm reports as the latest version of SvelteKit and adapter-node #2013

Closed
nstuyvesant opened this issue Jul 25, 2021 · 1 comment
Closed

Comments

@nstuyvesant
Copy link
Contributor

Describe the problem

When typing npm outdated in a SvelteKit project,
Screen Shot 2021-07-25 at 5 58 38 PM
npm reports the latest version of @sveltejs/kit and @sveltejs/adapter-node as 1.0.0-next.1 and 1.0.0-next.0 respectively.

My assumption is this is because there is not yet a 1.0 version.

Describe the proposed solution

As SvelteKit is not yet released but getting close, would it make sense to make the latest version equate to the latest next (1.0.0-next.137 and 1.0.0-next.35 at the time of this writing)? Then whenever someone does an npm outdated, they won't get @sveltejs/adapter-node and @sveltejs/kit in the list if they're really up-to-date.

Alternatives considered

Not change anything.

Importance

nice to have

Additional Information

No response

@benmccann
Copy link
Member

Duplicate of #686

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants