npm package diff

Package: @forge/cli-shared

Versions: 6.6.1-next.11 - 6.6.1-next.12

File: package/out/ui/command-line-ui.js

Index: package/out/ui/command-line-ui.js
===================================================================
--- package/out/ui/command-line-ui.js
+++ package/out/ui/command-line-ui.js
@@ -325,8 +325,11 @@
         else {
             this.spinner.stopAndPersist();
         }
     }
+    clearSpinner() {
+        this.spinner.text = '';
+    }
     async promptForString(message, secret, defaultValue) {
         const { text } = await this.prompt([
             {
                 type: secret ? 'password' : 'input',