create-atsdc-stack 1.0.0 → 1.0.1

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
@@ -837,7 +837,7 @@ if (args.length === 0 || args.includes('--help') || args.includes('-h')) {
837
837
  console.log(`
838
838
  ${colors.bright}${colors.cyan}╔════════════════════════════════════════════════════════════════════╗
839
839
  ║ ATSDC Stack CLI v1.0 ║
840
- ║ Production-Ready Full-Stack Application Generator
840
+ ║ Production-Ready Full-Stack Application Generator
841
841
  ╚════════════════════════════════════════════════════════════════════╝${colors.reset}
842
842
 
843
843
  ${colors.bright}${colors.green}USAGE${colors.reset}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-atsdc-stack",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "ATSDC Stack - Astro, TypeScript, SCSS, Drizzle, Clerk CLI utility",
5
5
  "type": "module",
6
6
  "bin": {