Published plugin version not being picked correctly
-
Re: What's happening with package manager?
@julian seems it's my time to cry about this issue. Context:
- npm package https://www.npmjs.com/package/nodebb-plugin-customize-groups
- compatibility: ^1.0.0
- https://packages.nodebb.org/api/v1/plugins?version=1.13.2 returns 0.1.21
- https://packages.nodebb.org/api/v1/plugins returns 0.2.2
https://packages.nodebb.org/api/v1/plugins?version=1.13.2 should return the latest 0.2.2 . What am I doing wrong here?
Tried to get a hold of the packages.nodebb.org api code but it's nowhere to be found.
Yelp.
-
https://packages.nodebb.org/api/v1/suggest?package=nodebb-plugin-customize-groups&version=1.13.2
https://packages.nodebb.org/api/v1/plugins/nodebb-plugin-customize-groups
Hm, interesting... let me see if I can figure out what happened here...
-
@julian found the issue and created a PR here https://github.com/NodeBB/nodebb-package-manager/pull/22
Thank you for sharing the repo
Copyright © 2024 NodeBB | Contributors