@launchframe/cli 1.0.4 → 1.0.5

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": "@launchframe/cli",
3
- "version": "1.0.4",
3
+ "version": "1.0.5",
4
4
  "description": "Production-ready B2B SaaS boilerplate with subscriptions, credits, and multi-tenancy",
5
5
  "main": "src/index.js",
6
6
  "bin": {
@@ -92,15 +92,7 @@ const VARIANT_CONFIG = {
92
92
  'src/domain/business/dto/business-response.dto.ts', // Business response DTO
93
93
  'src/domain/business/dto/create-business.dto.ts', // Business create DTO
94
94
  'src/core/database/migrations/1766688416362-CreateBusinessesTable.ts', // Businesses table migration
95
- 'src/domain/items/items.controller.ts', // Items with business scoping
96
- 'src/domain/items/items.service.ts', // Items service with business scoping
97
- 'src/domain/items/item.entity.ts', // Item entity with businessId
98
- 'src/domain/items/dto/create-item.dto.ts', // Create item DTO
99
- 'src/domain/items/dto/update-item.dto.ts', // Update item DTO
100
- 'src/core/auth/auth.module.ts', // Auth module with Business entity
101
- 'src/core/auth/auth.controller.ts', // Auth controller with magic-link (B2B2C)
102
- 'src/core/auth/auth.service.ts', // Auth service with magic-link (B2B2C)
103
- 'src/core/auth/jwt-auth.guard.ts', // JWT authentication guard
95
+ 'src/core/auth/auth.ts', // Better Auth config with Business entity
104
96
  'src/core/users/user-business.entity.ts', // Business-to-user linking entity
105
97
  'src/core/users/users.module.ts', // Users module with Business entity
106
98
  'src/core/users/users.controller.ts', // Users controller (B2B2C)