starkbot-cli 0.2.1 → 0.2.2

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/dist/index.js +2 -2
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -16,7 +16,7 @@ function banner() {
16
16
  console.log(brand.bold("\n \u26A1 Starkbot CLI\n"));
17
17
  }
18
18
  function spinner(text) {
19
- return ora({ text, color: "magenta" });
19
+ return ora({ text, color: "magenta", discardStdin: false });
20
20
  }
21
21
  function printError(msg) {
22
22
  console.error(`${error.bold("Error:")} ${msg}`);
@@ -886,7 +886,7 @@ var init_status2 = __esm({
886
886
  // label -> subtype
887
887
  paused = false;
888
888
  constructor() {
889
- this.spinner = ora2({ color: "magenta", spinner: "dots" });
889
+ this.spinner = ora2({ color: "magenta", spinner: "dots", discardStdin: false });
890
890
  }
891
891
  handleEvent(event) {
892
892
  switch (event.type) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "starkbot-cli",
3
- "version": "0.2.1",
3
+ "version": "0.2.2",
4
4
  "description": "CLI for Starkbot — login, provision, and chat with your bot from the terminal",
5
5
  "type": "module",
6
6
  "bin": {