@digilogiclabs/create-saas-app 1.19.6 → 1.19.7
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/CHANGELOG.md +29 -0
- package/README.md +23 -8
- package/dist/.tsbuildinfo +1 -1
- package/dist/templates/mobile/base/template/.env.example +7 -7
- package/dist/templates/mobile/base/template/package.json +3 -3
- package/dist/templates/mobile/ui-auth-payments/template/package.json +6 -5
- package/dist/templates/mobile/ui-auth-payments/template/tsconfig.json +1 -1
- package/dist/templates/mobile/ui-auth-payments-ai/template/package.json +6 -5
- package/dist/templates/mobile/ui-auth-payments-ai/template/tsconfig.json +1 -1
- package/dist/templates/mobile/ui-auth-payments-ai-rag/template/app.json +73 -0
- package/dist/templates/mobile/ui-auth-payments-ai-rag/template/babel.config.js +25 -0
- package/dist/templates/mobile/ui-auth-payments-ai-rag/template/eas.json +25 -0
- package/dist/templates/mobile/ui-auth-payments-ai-rag/template/expo-env.d.ts +3 -0
- package/dist/templates/mobile/ui-auth-payments-ai-rag/template/jest-setup.ts +37 -0
- package/dist/templates/mobile/ui-auth-payments-ai-rag/template/metro.config.js +11 -0
- package/dist/templates/mobile/ui-auth-payments-ai-rag/template/package.json +6 -5
- package/dist/templates/mobile/ui-auth-payments-ai-rag/template/tsconfig.json +32 -0
- package/package.json +1 -1
- package/src/templates/mobile/base/template/.env.example +7 -7
- package/src/templates/mobile/base/template/package.json +3 -3
- package/src/templates/mobile/ui-auth-payments/template/package.json +6 -5
- package/src/templates/mobile/ui-auth-payments/template/tsconfig.json +1 -1
- package/src/templates/mobile/ui-auth-payments-ai/template/package.json +6 -5
- package/src/templates/mobile/ui-auth-payments-ai/template/tsconfig.json +1 -1
- package/src/templates/mobile/ui-auth-payments-ai-rag/template/app.json +73 -0
- package/src/templates/mobile/ui-auth-payments-ai-rag/template/babel.config.js +25 -0
- package/src/templates/mobile/ui-auth-payments-ai-rag/template/eas.json +25 -0
- package/src/templates/mobile/ui-auth-payments-ai-rag/template/expo-env.d.ts +3 -0
- package/src/templates/mobile/ui-auth-payments-ai-rag/template/jest-setup.ts +37 -0
- package/src/templates/mobile/ui-auth-payments-ai-rag/template/metro.config.js +11 -0
- package/src/templates/mobile/ui-auth-payments-ai-rag/template/package.json +6 -5
- package/src/templates/mobile/ui-auth-payments-ai-rag/template/tsconfig.json +32 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,34 @@
|
|
|
1
1
|
# @digilogiclabs/create-saas-app
|
|
2
2
|
|
|
3
|
+
## 1.19.7
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 📱 **Mobile Template Native Capabilities Enhancement**
|
|
8
|
+
- **Package Updates**: Updated all mobile templates to latest stable versions
|
|
9
|
+
- `@digilogiclabs/saas-factory-ui`: `^0.26.1` → `^0.27.0`
|
|
10
|
+
- `@digilogiclabs/saas-factory-auth`: `^1.0.3` → `^1.0.4`
|
|
11
|
+
- `@digilogiclabs/saas-factory-payments`: `^1.2.3` → `^1.2.5`
|
|
12
|
+
- **Environment Variables**: Fixed all `NEXT_PUBLIC_*` → `EXPO_PUBLIC_*` for proper Expo compatibility
|
|
13
|
+
- **TypeScript Configuration**: Updated `moduleResolution` from `"node"` to `"bundler"` for modern bundler compatibility
|
|
14
|
+
- **Native Dependencies**: Added missing dependencies (`@supabase/ssr`, updated `@stripe/stripe-react-native` to `0.28.0`)
|
|
15
|
+
- **RAG Template Completion**: Added missing configuration files for `ui-auth-payments-ai-rag` template
|
|
16
|
+
|
|
17
|
+
### Templates Enhanced
|
|
18
|
+
|
|
19
|
+
- ✅ **mobile/ui-auth-payments**: Updated dependencies, fixed environment variables, improved TypeScript config
|
|
20
|
+
- ✅ **mobile/ui-auth-payments-ai**: Updated dependencies, fixed environment variables, improved TypeScript config
|
|
21
|
+
- ✅ **mobile/ui-auth-payments-ai-rag**: Added complete configuration files, updated dependencies
|
|
22
|
+
- ✅ **mobile/base**: Updated dependencies for compatibility
|
|
23
|
+
- 📚 **README**: Updated with correct mobile commands and latest package versions
|
|
24
|
+
|
|
25
|
+
### Technical Improvements
|
|
26
|
+
|
|
27
|
+
- 🔧 **Environment Variable Consistency**: All mobile templates now use proper `EXPO_PUBLIC_` prefixes
|
|
28
|
+
- 📦 **Dependency Alignment**: Ensured all mobile templates use latest downstream package versions
|
|
29
|
+
- 🛠 **Configuration Completeness**: RAG template now has all required config files (tsconfig.json, app.json, babel.config.js, metro.config.js, eas.json)
|
|
30
|
+
- ✅ **Generation Testing**: Verified mobile template generation works correctly with updated dependencies
|
|
31
|
+
|
|
3
32
|
## 1.19.1
|
|
4
33
|
|
|
5
34
|
### 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 (
|
|
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.
|
|
411
|
-
- **Native UI components** - 240+ components with
|
|
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.
|
|
646
|
+
### 🎨 **UI & Design** (v0.27.0)
|
|
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.
|
|
657
|
+
### 🔐 **Authentication** (v1.0.4)
|
|
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.
|
|
666
|
+
### 💳 **Payments** (v1.2.5)
|
|
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
|