biddster / node-red-contrib-time-range-switch

A simple Node-RED node that routes messages depending on the time.
18 stars 6 forks source link

v1.1.3 not available in Node-Red palette #53

Closed ptweety closed 1 year ago

ptweety commented 1 year ago

Hi @biddster,

I noticed that your latest version (v.1.1.3) of node-red-contrib-time-range-switch is not available vie Node-Red -> Palette. Instead only v1.1.2 is visible. npm outdated shows the same:

$ npm outdated
Package                             Current  Wanted  Latest  Location                                         Depended by
node-red-contrib-time-range-switch    1.1.2   1.1.3   1.1.3  node_modules/node-red-contrib-time-range-switch  data
biddster commented 1 year ago

Oh, that's odd. I'll look into it. Thank you.

ptweety commented 1 year ago

Well, it turns out that on https://flows.nodered.org/node/node-red-contrib-time-range-switch any registered user can request an update of any node. After I did this the next run of https://github.com/node-red/flow-library/actions picked your node and updated it ...

biddster commented 1 year ago

Thank you