Skip to content

Semantic version inconsistency #287

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

Closed
dnicolson opened this issue Nov 18, 2022 · 1 comment
Closed

Semantic version inconsistency #287

dnicolson opened this issue Nov 18, 2022 · 1 comment

Comments

@dnicolson
Copy link

The latest version of this package on npm is 0.2.40, however, the versions 1.0.0–1.0.2 were published 6 years ago. Perhaps a new version should be published with a higher version number?

The following commands most likely relate to another issue (npm/cli#5046), but if 1.x versions did not exist this might not happen.

mkdir test && cd test
npm i serverless-dynamodb-local
npm ls serverless-dynamodb-local
...
└── [email protected]
npm audit fix --force
npm ls serverless-dynamodb-local
...
└── [email protected]
npm audit fix --force
npm ls serverless-dynamodb-local
...
└── [email protected]
@dnicolson
Copy link
Author

Duplicate of #218.

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

1 participant