@launchframe/cli 1.0.4 → 1.0.6
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
|
@@ -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/
|
|
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)
|
|
@@ -287,7 +279,7 @@ const VARIANT_CONFIG = {
|
|
|
287
279
|
filesDir: 'customers-portal/variants/files',
|
|
288
280
|
|
|
289
281
|
variants: {
|
|
290
|
-
'
|
|
282
|
+
'b2b2c_single-tenant': {
|
|
291
283
|
// Single-tenant uses section overrides for business endpoints
|
|
292
284
|
files: [],
|
|
293
285
|
sections: {
|