jcs224 / hono_sessions

Cookie-based sessions for Hono applications
https://jsr.io/@jcs224/hono-sessions
MIT License
61 stars 7 forks source link

bug(pkg): missing src types folder since v0.5.3 #16

Closed douglasduteil closed 4 months ago

douglasduteil commented 4 months ago

Before image

After image

jcs224 commented 4 months ago

:grimacing: Thanks for reporting this. I switched to using github actions for publishing the npm package when this started breaking. 0.5.6 should have them again.

I'll leave this open until I figure out what is going wrong with the github actions NPM.

jcs224 commented 4 months ago

Should be working again as of 0.5.8. Fixed the github action. For some reason, my local npm publish behavior is different than Github Actions, and I had to be more strict in the .npmignore file to only exclude the root src directory and not the src folder in subdirectories.

jcs224 commented 4 months ago

I also deprecated the non-working packages on NPM and removed the releases from Github.