trace.ai-cli 1.0.5 → 1.1.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/cli/traceAI.js +1 -1
  2. package/package.json +1 -1
package/cli/traceAI.js CHANGED
@@ -70,7 +70,7 @@ class TraceAI {
70
70
 
71
71
  // Subtitle and version info
72
72
  console.log(chalk.gray.bold(' ') + chalk.white.bold('AI powered CLI Platform'));
73
- console.log(chalk.gray(' ') + chalk.gray('v1.0.4 | Powered by Mixkey'));
73
+ console.log(chalk.gray(' ') + chalk.gray('v1.1.0 | Powered by Mixkey'));
74
74
 
75
75
  // Dynamic separator
76
76
  const width = process.stdout.columns || 80;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "trace.ai-cli",
3
- "version": "1.0.5",
3
+ "version": "1.1.0",
4
4
  "description": "A powerful AI-powered CLI tool",
5
5
  "main": "index.js",
6
6
  "bin": {