plugin latest version not getting updated
-
i have forked and updated a plugin then pushed it to a new NPM package the latest version number is not getting updated though the latest version is 0.3.4 and thats what i get if i install with npm but if i used nbbpm it only pulls 0.3.3
nodebb-plugin-s3-uploads-updated
A plugin for NodeBB to take file uploads and store them on S3 updated for 1.0. Latest version: 0.3.15, last published: 8 years ago. Start using nodebb-plugin-s3-uploads-updated in your project by running `npm i nodebb-plugin-s3-uploads-updated`. There are no other projects in the npm registry using nodebb-plugin-s3-uploads-updated.
npm (www.npmjs.com)
-
it seems to have fixed itself im guessing the numbers are cached then?
-
@lewismcmahon I believe nbbpm pulls info from NPM on a schedule, so it will take some time to update in certain cases.
-
The package manager will poll npm for new changes every 10 minutes
To answer your question -- yes, the compatibility table is cached, as we don't want to be pulling data from npm in real-time (that would be a tremendous waste of resources and bandwidth for npm!)