@digilogiclabs/create-saas-app 1.19.6 → 1.19.8

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 (44) hide show
  1. package/CHANGELOG.md +60 -0
  2. package/README.md +23 -8
  3. package/dist/.tsbuildinfo +1 -1
  4. package/dist/templates/mobile/base/template/.env.example +7 -7
  5. package/dist/templates/mobile/base/template/app.json +44 -0
  6. package/dist/templates/mobile/base/template/eas.json +19 -0
  7. package/dist/templates/mobile/base/template/package.json +7 -5
  8. package/dist/templates/mobile/ui-auth-payments/template/app.json +2 -1
  9. package/dist/templates/mobile/ui-auth-payments/template/eas.json +1 -1
  10. package/dist/templates/mobile/ui-auth-payments/template/package.json +9 -7
  11. package/dist/templates/mobile/ui-auth-payments/template/tsconfig.json +1 -1
  12. package/dist/templates/mobile/ui-auth-payments-ai/template/app.json +2 -1
  13. package/dist/templates/mobile/ui-auth-payments-ai/template/eas.json +1 -1
  14. package/dist/templates/mobile/ui-auth-payments-ai/template/package.json +9 -7
  15. package/dist/templates/mobile/ui-auth-payments-ai/template/tsconfig.json +1 -1
  16. package/dist/templates/mobile/ui-auth-payments-ai-rag/template/app.json +74 -0
  17. package/dist/templates/mobile/ui-auth-payments-ai-rag/template/babel.config.js +25 -0
  18. package/dist/templates/mobile/ui-auth-payments-ai-rag/template/eas.json +25 -0
  19. package/dist/templates/mobile/ui-auth-payments-ai-rag/template/expo-env.d.ts +3 -0
  20. package/dist/templates/mobile/ui-auth-payments-ai-rag/template/jest-setup.ts +37 -0
  21. package/dist/templates/mobile/ui-auth-payments-ai-rag/template/metro.config.js +11 -0
  22. package/dist/templates/mobile/ui-auth-payments-ai-rag/template/package.json +9 -7
  23. package/dist/templates/mobile/ui-auth-payments-ai-rag/template/tsconfig.json +32 -0
  24. package/package.json +1 -1
  25. package/src/templates/mobile/base/template/.env.example +7 -7
  26. package/src/templates/mobile/base/template/app.json +44 -0
  27. package/src/templates/mobile/base/template/eas.json +19 -0
  28. package/src/templates/mobile/base/template/package.json +7 -5
  29. package/src/templates/mobile/ui-auth-payments/template/app.json +2 -1
  30. package/src/templates/mobile/ui-auth-payments/template/eas.json +1 -1
  31. package/src/templates/mobile/ui-auth-payments/template/package.json +9 -7
  32. package/src/templates/mobile/ui-auth-payments/template/tsconfig.json +1 -1
  33. package/src/templates/mobile/ui-auth-payments-ai/template/app.json +2 -1
  34. package/src/templates/mobile/ui-auth-payments-ai/template/eas.json +1 -1
  35. package/src/templates/mobile/ui-auth-payments-ai/template/package.json +9 -7
  36. package/src/templates/mobile/ui-auth-payments-ai/template/tsconfig.json +1 -1
  37. package/src/templates/mobile/ui-auth-payments-ai-rag/template/app.json +74 -0
  38. package/src/templates/mobile/ui-auth-payments-ai-rag/template/babel.config.js +25 -0
  39. package/src/templates/mobile/ui-auth-payments-ai-rag/template/eas.json +25 -0
  40. package/src/templates/mobile/ui-auth-payments-ai-rag/template/expo-env.d.ts +3 -0
  41. package/src/templates/mobile/ui-auth-payments-ai-rag/template/jest-setup.ts +37 -0
  42. package/src/templates/mobile/ui-auth-payments-ai-rag/template/metro.config.js +11 -0
  43. package/src/templates/mobile/ui-auth-payments-ai-rag/template/package.json +9 -7
  44. package/src/templates/mobile/ui-auth-payments-ai-rag/template/tsconfig.json +32 -0
package/CHANGELOG.md CHANGED
@@ -1,5 +1,65 @@
1
1
  # @digilogiclabs/create-saas-app
2
2
 
3
+ ## 1.19.8
4
+
5
+ ### Patch Changes
6
+
7
+ - 🚀 **Native Mobile App Generation Improvements**
8
+ - **Latest Package Versions**: Updated all mobile templates to use latest stable packages
9
+ - `@digilogiclabs/saas-factory-ui`: `^0.27.0` → `^0.27.1` (Fixed peer dependencies)
10
+ - `@digilogiclabs/saas-factory-auth`: `^1.0.4` → `^1.0.5` (React Native compatibility)
11
+ - `@digilogiclabs/saas-factory-payments`: `^1.2.5` → `^1.2.6` (React Native compatibility)
12
+ - **Expo SDK Upgrade**: Updated from `~50.0.0` to `~51.0.0` for better stability
13
+ - **Native Dependencies**: Added missing essential dependencies for better out-of-box experience
14
+ - `@react-native-community/netinfo`: Updated to `^11.0.0`
15
+ - `expo-linear-gradient`: Added `~12.3.0` for UI package compatibility
16
+ - `@stripe/stripe-react-native`: Ensured `~0.28.0` for payments
17
+
18
+ ### Mobile Template Enhancements
19
+
20
+ - ✅ **iOS Permissions**: Added comprehensive iOS permission descriptions
21
+ - `NSPhotoLibraryUsageDescription`: "This app accesses the photo library to select images"
22
+ - Enhanced camera and location permission descriptions
23
+ - ✅ **EAS Build Configuration**: Standardized EAS CLI version to `>= 5.7.0` across all templates
24
+ - ✅ **Base Template Completion**: Added missing `app.json` and `eas.json` to base mobile template
25
+ - ✅ **Configuration Consistency**: Aligned all mobile templates for production deployment
26
+
27
+ ### Technical Improvements
28
+
29
+ - 🔧 **Peer Dependency Fixes**: All packages now support React Native 0.72.0+ without upper bounds
30
+ - 📦 **Dependency Resolution**: Fixed `@react-native-netinfo/netinfo` → `@react-native-community/netinfo` alignment
31
+ - 🛠 **Build Optimization**: Ensured all mobile templates work out-of-the-box with latest package versions
32
+ - ✅ **Generation Testing**: Verified mobile template generation produces working projects with correct dependencies
33
+
34
+ ## 1.19.7
35
+
36
+ ### Patch Changes
37
+
38
+ - 📱 **Mobile Template Native Capabilities Enhancement**
39
+ - **Package Updates**: Updated all mobile templates to latest stable versions
40
+ - `@digilogiclabs/saas-factory-ui`: `^0.26.1` → `^0.27.0`
41
+ - `@digilogiclabs/saas-factory-auth`: `^1.0.3` → `^1.0.4`
42
+ - `@digilogiclabs/saas-factory-payments`: `^1.2.3` → `^1.2.5`
43
+ - **Environment Variables**: Fixed all `NEXT_PUBLIC_*` → `EXPO_PUBLIC_*` for proper Expo compatibility
44
+ - **TypeScript Configuration**: Updated `moduleResolution` from `"node"` to `"bundler"` for modern bundler compatibility
45
+ - **Native Dependencies**: Added missing dependencies (`@supabase/ssr`, updated `@stripe/stripe-react-native` to `0.28.0`)
46
+ - **RAG Template Completion**: Added missing configuration files for `ui-auth-payments-ai-rag` template
47
+
48
+ ### Templates Enhanced
49
+
50
+ - ✅ **mobile/ui-auth-payments**: Updated dependencies, fixed environment variables, improved TypeScript config
51
+ - ✅ **mobile/ui-auth-payments-ai**: Updated dependencies, fixed environment variables, improved TypeScript config
52
+ - ✅ **mobile/ui-auth-payments-ai-rag**: Added complete configuration files, updated dependencies
53
+ - ✅ **mobile/base**: Updated dependencies for compatibility
54
+ - 📚 **README**: Updated with correct mobile commands and latest package versions
55
+
56
+ ### Technical Improvements
57
+
58
+ - 🔧 **Environment Variable Consistency**: All mobile templates now use proper `EXPO_PUBLIC_` prefixes
59
+ - 📦 **Dependency Alignment**: Ensured all mobile templates use latest downstream package versions
60
+ - 🛠 **Configuration Completeness**: RAG template now has all required config files (tsconfig.json, app.json, babel.config.js, metro.config.js, eas.json)
61
+ - ✅ **Generation Testing**: Verified mobile template generation works correctly with updated dependencies
62
+
3
63
  ## 1.19.1
4
64
 
5
65
  ### Patch Changes
package/README.md CHANGED
@@ -393,7 +393,7 @@ Component testing environment for package development
393
393
  npx @digilogiclabs/create-saas-app create web ui-package-test component-test
394
394
  ```
395
395
 
396
- ### 📱 **Mobile Templates (3 Available)**
396
+ ### 📱 **Mobile Templates (5 Available)**
397
397
 
398
398
  #### **Base Mobile** (`base`)
399
399
  React Native + Expo starter for mobile development
@@ -407,11 +407,12 @@ npx @digilogiclabs/create-saas-app create mobile base mobile-app
407
407
  ```
408
408
 
409
409
  #### **Mobile SaaS** (`ui-auth-payments`)
410
- Full mobile SaaS platform with native UI v0.22.0
411
- - **Native UI components** - 240+ components with 75% feature parity
412
- - **Authentication** - Supabase Auth with biometric support
413
- - **Payments** - Stripe React Native integration
410
+ Full mobile SaaS platform with native UI v0.27.0
411
+ - **Native UI components** - 240+ components with enhanced mobile features
412
+ - **Authentication** - Supabase Auth v1.0.4 with biometric support
413
+ - **Payments** - Stripe React Native v0.28.0 integration
414
414
  - **Advanced features** - Onboarding, tours, offline support, haptic feedback
415
+ - **Updated Dependencies** - Latest package versions for stability
415
416
 
416
417
  ```bash
417
418
  npx @digilogiclabs/create-saas-app create mobile ui-auth-payments mobile-saas
@@ -425,11 +426,25 @@ Complete mobile AI platform with generation capabilities
425
426
  - **Multi-modal AI** - OpenAI, ElevenLabs, Replicate integration
426
427
  - **Mobile-optimized** - Touch-friendly AI interfaces with haptic feedback
427
428
  - **Offline AI Cache** - Cached responses for better mobile experience
429
+ - **Enhanced TypeScript** - bundler moduleResolution for better compatibility
428
430
 
429
431
  ```bash
430
432
  npx @digilogiclabs/create-saas-app create mobile ui-auth-payments-ai ai-mobile-app --with-ai=all
431
433
  ```
432
434
 
435
+ #### **Mobile RAG Knowledge App** (`ui-auth-payments-ai-rag`)
436
+ Advanced mobile knowledge base with RAG capabilities
437
+ - **RAG Integration** - Vector search and document processing
438
+ - **Offline RAG** - Local knowledge base for mobile-first experience
439
+ - **Document Scanning** - Native camera integration for document capture
440
+ - **Knowledge Management** - Organize and search through personal knowledge
441
+ - **AI-Powered Q&A** - Intelligent question answering from documents
442
+ - **Complete Mobile Setup** - All required config files and dependencies
443
+
444
+ ```bash
445
+ npx @digilogiclabs/create-saas-app create mobile ui-auth-payments-ai-rag knowledge-mobile --with-ai=rag
446
+ ```
447
+
433
448
  ### 🚀 **Cross-Platform Templates**
434
449
 
435
450
  #### **Full Stack Platform** (`ui-auth-payments`)
@@ -628,7 +643,7 @@ Built-in validation ensures your app is deployment-ready:
628
643
 
629
644
  ## 📦 Package Ecosystem
630
645
 
631
- ### 🎨 **UI & Design** (v0.22.0)
646
+ ### 🎨 **UI & Design** (v0.27.1)
632
647
  - **@digilogiclabs/saas-factory-ui** - 240+ components with mobile-first design
633
648
  - **75% Component Increase** - From 140+ to 240+ components in v0.22.0
634
649
  - **Cross-Platform Support** - Single codebase for Next.js + React Native/Expo
@@ -639,7 +654,7 @@ Built-in validation ensures your app is deployment-ready:
639
654
  - **Tailwind CSS v4** - Design tokens and utility classes
640
655
  - **Node.js 18+ Support** - Broader compatibility range
641
656
 
642
- ### 🔐 **Authentication** (v1.0.1)
657
+ ### 🔐 **Authentication** (v1.0.5)
643
658
  - **@digilogiclabs/saas-factory-auth** - Enhanced Supabase Auth integration
644
659
  - **12 OAuth Providers** - Google, GitHub, Microsoft, LinkedIn, Spotify, Twitch, Slack, Notion + more
645
660
  - **Enhanced TypeScript Types** - Comprehensive user profiles and metadata
@@ -648,7 +663,7 @@ Built-in validation ensures your app is deployment-ready:
648
663
  - **Row Level Security** - Database-level permissions
649
664
  - **Email verification** - Secure account management
650
665
 
651
- ### 💳 **Payments** (v1.1.0)
666
+ ### 💳 **Payments** (v1.2.6)
652
667
  - **@digilogiclabs/saas-factory-payments** - Enhanced Stripe integration
653
668
  - **Improved Type System** - Better TypeScript definitions with cross-platform compatibility
654
669
  - **Enhanced Error Handling** - Expanded error types for comprehensive management