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

Wrong package version install #6

Closed
MasoudAbdaal opened this issue Apr 2, 2021 · 1 comment
Closed

Wrong package version install #6

MasoudAbdaal opened this issue Apr 2, 2021 · 1 comment

Comments

@MasoudAbdaal
Copy link

Steps to reproduce

  • Create a new react project.
  • Run npm install --save use-dencrypt-effect

Expected result
Package.json has use-dencrypt-effect with version 1.0.1 and uses the same API as the examples.

Actual result
Package.json has use-dencrypt-effect with version 2.0.0-rc.1 and uses the different API than the examples.

@crazko
Copy link
Owner

crazko commented Apr 3, 2021

Hi, thanks for pointing this out. I tried to set next tag to the release candidate version, so now it should work as expected:

  • npm i use-dencrypt-effect -> installs 1.0.2 version
  • npm i use-dencrypt-effect@next -> installs 2.0.0-rc.1 version
npm dist-tag ls use-dencrypt-effect
latest: 1.0.2
next: 2.0.0-rc.1

More RC versions will come, as I'm still not sure with the new implementation as well as have some more ideas how to decouple it.

@crazko crazko closed this as completed Apr 3, 2021
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