zaida04 / guilded.js

A library for creating bots with the guilded.gg bot API.
https://guilded.js.org
MIT License
69 stars 15 forks source link

NPM package is missing #45

Closed Jernik closed 2 years ago

Jernik commented 2 years ago

Describe the bug The link in the readme 404s

To Reproduce Steps to reproduce the behavior:

  1. Go to https://www.npmjs.com/package/guilded.js

Expected behavior I expect there to be an NPM package there

Screenshots image

Please complete the following information

Additional context I'd like to pull this library in to start developing a bot, but there isn't a package. Additionally, going to the old package has a big red deprecated banner pointing to the same link, which is a 404

Henrik-3 commented 2 years ago

image

Additional Info: Still available to find over https://www.npmjs.com/search?q=guilded

Jernik commented 2 years ago

when I try to install it from a cli: image

zaida04 commented 2 years ago

Fixed, NPM cache was not propagating with version 0.2.0, making the package not discoverable. Published 0.2.1, and that seemed to fix the issue. Thanks for bringing this to our attention!