You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use fetch instead of axios (#314)
* remove axios an use Node's built-in `fetch` for HTTP requests
* remove callback support
* make this Nano 11 and support only Node 20 and newer
10.1.0 (#312)
* dependency bump - bump all dependencies to latest versions
* set minimum node version to 14 - just to keep up with progress (18 is current LTS)
* update Travis node versions
* bump Travis Ubuntu host to "focal"
Co-authored-by: Glynn Bird <[email protected]>