consumet / consumet.ts

Nodejs library that provides high-level APIs for obtaining information on various entertainment media such as books, movies, comic books, anime, manga, and so on.
https://consumet.org/extensions/list/
GNU General Public License v3.0
384 stars 208 forks source link

The latest version of @consumet/extensions (version 1.5.5) is not yet released on npm #459

Closed Sodiumchloridy closed 5 months ago

Sodiumchloridy commented 5 months ago

Describe the bug

The latest version of @consumet/extensions on npm is still in version 1.5.4. but on Github it is version 1.5.5 for some time already. Certain fixes such as the gogoanime baseUrl changes for a few functions were not updated by usual means.

Steps to reproduce

Running npm install @consumet/extensions and checking on the npm website shows that the latest version of @consumet/extensions is 1.5.4: https://www.npmjs.com/package/@consumet/extensions?activeTab=versions

Could only solve it by updating npm package via the Github repo directly: npm install github:consumet/consumet.ts

Expected behavior

Updates to version 1.5.5

Actual behavior

Uses version 1.5.4 instead of version 1.5.5

Additional context

I am no expert in CI or anything so please correct me if there is a misunderstanding but I would like to raise this up since it has caused some issues for me and a few others.

Hopefully I am in the right section.

shubham7101 commented 5 months ago

You can you it like this "@consumet/extensions": "github:consumet/consumet.ts" In package.json

reference https://github.com/consumet/api.consumet.org/blob/main/package.json#L26

Sodiumchloridy commented 5 months ago

I see, alright, thanks a lot for providing a quick fix.