cskit-cli 1.0.31 → 1.0.33

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cskit-cli",
3
- "version": "1.0.31",
3
+ "version": "1.0.33",
4
4
  "description": "Content Suite Kit CLI - Download and manage CSK skills from private repository",
5
5
  "main": "src/index.js",
6
6
  "bin": {
@@ -107,9 +107,9 @@ class Timeline {
107
107
  this.lastLineCount = 0;
108
108
  }
109
109
 
110
- // Print separator after prompt
110
+ // Resume after prompt - no separator needed, step headers are enough
111
111
  resume() {
112
- console.log(chalk.dim('\n ─'.repeat(20) + '\n'));
112
+ console.log('');
113
113
  }
114
114
 
115
115
  buildStatusLine(stepIndex) {