Hey RunKit team - I’m working on a HTML formatter specific to RunKit in order to create custom API result visualizations for my project which uses RunKit embedded notebooks.
So far I have a basic HTML formatter working for playing back an audio binary blob, so I wrapped up that code as a proof of concept and published it to NPM. Of course when requiring that newly published module, it’s not yet loaded in to the RunKit backend. (https://www.npmjs.com/package/watson-api-formatter for reference)
Thus my question - how often do you cache NPM and how frequently is it updated? Should I have to bump the version number in my published module for updates to be picked up? Any other workflow items? I’ve ‘requested’ the module be loaded by clicking on the provided button when you can’t find a module…
Thanks & please keep the lights on!