i try to create a runkit using https://www.npmjs.com/package/js-joda-extra but it is not using the latest published version… the runkit search gives me version 0.0.1 while i published v0.0.3 yesterday… does it have anything to do with only updating the PATCH version digit? do i need to update the minor version as well?
Hm… after several days version 0.0.3 started appearing… to actually use it, i had to copy my runkit code into a new runkit, the old one still had the old version…
When i updated my dependency to 0.1.0 (minor version update) the new version appeared much quicker than the patch level update before
The way RunKit notebooks work is that they are locked to the original version of the package they use. That way, if you return to a notebook a day later, running it wouldn’t accidentally get you a different package. In order to “reset” it and get the latest package, you can delete the reference to it, run, and then add it back in. This isn’t ideal we know, but we are working on better UI to make it more reasonable.
Rita shows 0.1.391 since that is the latest version. I believe you intended 391 to be “in-between” 0.1.39 and 0.1.40, but the way semver works, it actually means 391 is LARGER than anything else *the same way that 0.1.51 is larger than 0.1.6). An easy fix would be to publish to 0.2.0.
Yeah, currently there is no automatic process for removing versions of packages. I’ve gone ahead and removed v1.1.391 for you. Version 1.1.60 should now be showing up in our NPM page for Rita. Sorry about the confusion!
Facing the same problem of runkit serving an older version at https://npm.runkit.com/libgenesis
I think this is a very big problem and something should be done about it quickly. I realized it’s something general. Our README.md won’t correlate with the response from runkit. And hence, developers will think the packages aren’t working. Please help
Sorry for the delayed reply, I thought I had already replied, but I guess not.
IIRC, your package appeared on RunKit about an hour after you made this post. There’s some period time before packages are available, but generally it shouldn’t take that long. We’re looking into the logs to try and figure out why.
Due to some changes npm made out of our control we’ve got a backlog for a few hundred thousand packages we need to process. This post has a bit more detail: New packages and versions not showing up
I’ll update this thread when we believe things are back to normal.