speedrun-cli 2.6.2 → 2.6.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.
Files changed (2) hide show
  1. package/bin/cli.js +1 -1
  2. package/package.json +1 -1
package/bin/cli.js CHANGED
@@ -64,7 +64,7 @@ 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`));
67
+ console.log(chalk.cyan(`\n😱🤯🤯 speedrun-cli v${CLI_VERSION} 🤧🥶🥶🥶 (real)\n`));
68
68
  console.log(chalk.gray('Production-ready NestJS authentication - Now with ORM & Database choices!\n'));
69
69
 
70
70
  // Check Node.js version
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "speedrun-cli",
3
- "version": "2.6.2",
3
+ "version": "2.6.3",
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",