dankgrinder 8.84.0 → 8.85.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/lib/ui.js +1 -1
  2. package/package.json +1 -1
package/lib/ui.js CHANGED
@@ -248,7 +248,7 @@ function render() {
248
248
  if (_events.length === 0) out += chalk.dim(' Quiet here...\n');
249
249
  _events.forEach(ev => { out += ` ${chalk.dim(`[${ev.ts}]`)} ${ev.icon} ${ev.msg}\n`; });
250
250
 
251
- process.stdout.write(out);
251
+ require("log-update")(out);
252
252
  }
253
253
 
254
254
  function start() {}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dankgrinder",
3
- "version": "8.84.0",
3
+ "version": "8.85.0",
4
4
  "description": "Dank Memer automation engine — grind coins while you sleep",
5
5
  "bin": {
6
6
  "dankgrinder": "bin/dankgrinder.js"