samuraitruong / coingecko-api-v3

The nodejs api library for accessing coingecko api v3 , develop with typescript
https://samuraitruong.github.io/coingecko-api-v3/
MIT License
54 stars 30 forks source link

package not being published correctly #23

Closed vonoro closed 1 year ago

vonoro commented 2 years ago

hello, if you install latest from npm, you'll see that the dist folder is not present, basically the compiled source code is missing.

the last version that can be used is 0.0.13

ChristianPerez34 commented 2 years ago

I experienced a similar issue as @vonoro

I rolled back to version 0.0.13 as this one is working for me

sebpalluel commented 2 years ago

Same here: Screenshot 2022-10-30 at 17 16 00

dmytrotkk commented 1 year ago

any updates on this one? latest version is still broken

samuraitruong commented 1 year ago

got it, I am fixing it thanks

samuraitruong commented 1 year ago

@dmytrotkk @ChristianPerez34 @tomholford please check out the latest version 0.0.17

somehow, the republish command does not trigger, so enforce it in the CI
image