speedrun-cli 2.6.2 → 2.6.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/bin/cli.js +2 -2
  2. package/package.json +1 -1
package/bin/cli.js CHANGED
@@ -64,8 +64,8 @@ program
64
64
  .option('--yes', 'Skip all prompts and use defaults')
65
65
  .action(async (appName, options) => {
66
66
  try {
67
- console.log(chalk.cyan(`\n⚡️ create-nestjs-auth v${CLI_VERSION}\n`));
68
- console.log(chalk.gray('Production-ready NestJS authentication - Now with ORM & Database choices!\n'));
67
+ console.log(chalk.cyan(`\n😱🤯🤯 speedrun-cli v${CLI_VERSION} 🤧🥶🥶🥶 (real)\n`));
68
+ console.log(chalk.gray('Production-ready NestJS authentication - now u can literally speedrun everything atp\n'));
69
69
 
70
70
  // Check Node.js version
71
71
  checkNodeVersion();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "speedrun-cli",
3
- "version": "2.6.2",
3
+ "version": "2.6.4",
4
4
  "description": "CLI tool to scaffold a production-ready NestJS authentication system with JWT, refresh tokens, and RBAC",
5
5
  "keywords": [
6
6
  "nestjs",