rap2hpoutre / pg-anonymizer

Dump anonymized PostgreSQL database with a NodeJS CLI
https://raph.site
MIT License
223 stars 31 forks source link

Version in NPM doesn't support the options listed on github #28

Closed imreACTmd closed 2 years ago

imreACTmd commented 2 years ago

NPM has an 1.0.0, the semantic release has a 0.5.0, and the npm pg-anonymizer@0.5.0 doesn't match the github main version either. Could you make a manual tag of 1.0.1 maybe?

imreACTmd commented 2 years ago

I think I figured out how to do this, I'll tag 1.0.1

imreACTmd commented 2 years ago

... I managed to create a 0.5.1 tag. @rap2hpoutre can you somehow delete the 1.0.0 release from NPM?

imreACTmd commented 2 years ago

@rap2hpoutre can you somehow delete the 1.0.0 version from NPM? it supersedes all the current latest code

rap2hpoutre commented 2 years ago

Ooops sorry for late answer

rap2hpoutre commented 2 years ago

It has just been unpublished! Thank you for your patience!

pg-anonymizer git:(main) npm unpublish pg-anonymizer@1.0.0

  • pg-anonymizer@1.0.0
imreACTmd commented 2 years ago

NPM now installs the correct version, thank you!