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
Rewrite in typescript, replace colors.js with chalk. (ab655da)
BREAKING CHANGES
Colors.js has been replaced with chalk. For the most part
you shouldn't notice this, unless you're using one of the more exotic colors from
colors.js like "zebra" or "rainbow".
When creating an instance of bunyanDebugStream, instead of
calling bunyanDebugStream(), you should now call bunyanDebugStream.create().
Or, if using import, you should now import * as bunyanDebugStream from 'bunyanDebugStream'
instead of import bunyanDebugStream from 'bunyanDebugStream'.