@atlashub/smartstack-cli 4.11.0 → 4.12.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlashub/smartstack-cli",
3
- "version": "4.11.0",
3
+ "version": "4.12.0",
4
4
  "description": "SmartStack Claude Code automation toolkit - GitFlow, EF Core migrations, prompts and more",
5
5
  "author": {
6
6
  "name": "SmartStack",
@@ -527,7 +527,7 @@ import { Create$MODULE_PASCALPage } from '@/pages/$APPLICATION/$MODULE/Create$MO
527
527
 
528
528
  // Add routes to applicationRoutes.{application}[] with RELATIVE paths (no leading /)
529
529
  const applicationRoutes: ApplicationRouteExtensions = {
530
- $APPLICATION: [
530
+ '$APPLICATION_KEBAB': [
531
531
  // ... existing routes ...
532
532
  { path: '$MODULE_KEBAB', element: <$MODULE_PASCALPage /> },
533
533
  { path: '$MODULE_KEBAB/new', element: <Create$MODULE_PASCALPage /> },