vibex-sh 0.12.3 → 0.12.4

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/index.js +1 -1
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -1289,7 +1289,7 @@ async function handleSendLogs(options) {
1289
1289
  : `${webUrl}/${sessionId}`;
1290
1290
 
1291
1291
  console.log(chalk.cyan(' ╔═══════════════════════════════════════╗'));
1292
- console.log(chalk.cyan(' ║ ✓ Upload Complete ║'));
1292
+ console.log(chalk.cyan(' ║ ✓ Upload Complete ║'));
1293
1293
  console.log(chalk.cyan(' ╚═══════════════════════════════════════╝'));
1294
1294
  console.log('');
1295
1295
  console.log(chalk.white(` 📊 Stats:`));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vibex-sh",
3
- "version": "0.12.3",
3
+ "version": "0.12.4",
4
4
  "description": "Zero-config observability CLI - pipe logs and visualize instantly",
5
5
  "type": "module",
6
6
  "bin": {