offbyt 1.0.2 → 1.0.3

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.
@@ -190,9 +190,9 @@ function calculateScalabilityScore(analysis) {
190
190
  export function generateReport(analysis, startupMode = false) {
191
191
  let report = '';
192
192
 
193
- report += chalk.bold.cyan('\n╔════════════════════════════════════════════════════════════╗\n');
194
- report += chalk.bold.cyan('â•' offbyt SCALABILITY REPORT â•'\n');
195
- report += chalk.bold.cyan('╚════════════════════════════════════════════════════════════╝\n\n');
193
+ report += chalk.bold.cyan('\n=============================================================\n');
194
+ report += chalk.bold.cyan(' OFFBYT SCALABILITY REPORT\n');
195
+ report += chalk.bold.cyan('=============================================================\n\n');
196
196
 
197
197
  // Scalability Score
198
198
  const score = analysis.scalabilityScore;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "offbyt",
3
- "version": "1.0.2",
3
+ "version": "1.0.3",
4
4
  "type": "module",
5
5
  "description": "Code generation and deployment tool",
6
6
  "main": "index.js",