Skip to content

json5 latest is now 1.0.2 on npmjs - intentional? #299

Description

@sverweij

The latest version of json5 from npmjs is 1.0.2 since yesterday. Is that intentional?

As a consequence tooling that has a policy to upgrade to any latest version is advising to 'upgrade' from version ^2 to 1.0.2 - e.g. with npm outdated:

 ~/things $ npm outdated                         
Package            Current  Wanted  Latest  Location                        Depended by
json5                2.2.2   2.2.2   1.0.2  node_modules/json5              things

If it's not intentional I believe the only recourse is to re-publish 2.2.2 as version 2.2.3 (with the default tag/ tag 'latest'). It could be useful to also re-publish 1.0.2 as 1.0.3, but with tag v1 or something similar.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions