@digilogiclabs/create-saas-app 1.19.7 → 1.19.9
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 +62 -0
- package/README.md +3 -3
- package/dist/.tsbuildinfo +1 -1
- package/dist/generators/template-generator.d.ts +2 -0
- package/dist/generators/template-generator.d.ts.map +1 -1
- package/dist/generators/template-generator.js +16 -0
- package/dist/generators/template-generator.js.map +1 -1
- package/dist/templates/mobile/base/template/app.json +44 -0
- package/dist/templates/mobile/base/template/eas.json +19 -0
- package/dist/templates/mobile/base/template/package.json +13 -6
- package/dist/templates/mobile/ui-auth-payments/template/app.json +3 -2
- package/dist/templates/mobile/ui-auth-payments/template/eas.json +1 -1
- package/dist/templates/mobile/ui-auth-payments/template/package.json +13 -10
- package/dist/templates/mobile/ui-auth-payments-ai/template/app.json +3 -2
- package/dist/templates/mobile/ui-auth-payments-ai/template/eas.json +1 -1
- package/dist/templates/mobile/ui-auth-payments-ai/template/package.json +13 -10
- package/dist/templates/mobile/ui-auth-payments-ai-rag/template/app.json +5 -4
- package/dist/templates/mobile/ui-auth-payments-ai-rag/template/eas.json +1 -1
- package/dist/templates/mobile/ui-auth-payments-ai-rag/template/package.json +13 -10
- package/package.json +1 -1
- package/src/templates/mobile/base/template/app.json +44 -0
- package/src/templates/mobile/base/template/eas.json +19 -0
- package/src/templates/mobile/base/template/package.json +13 -6
- package/src/templates/mobile/ui-auth-payments/template/app.json +3 -2
- package/src/templates/mobile/ui-auth-payments/template/eas.json +1 -1
- package/src/templates/mobile/ui-auth-payments/template/package.json +13 -10
- package/src/templates/mobile/ui-auth-payments-ai/template/app.json +3 -2
- package/src/templates/mobile/ui-auth-payments-ai/template/eas.json +1 -1
- package/src/templates/mobile/ui-auth-payments-ai/template/package.json +13 -10
- package/src/templates/mobile/ui-auth-payments-ai-rag/template/app.json +5 -4
- package/src/templates/mobile/ui-auth-payments-ai-rag/template/eas.json +1 -1
- package/src/templates/mobile/ui-auth-payments-ai-rag/template/package.json +13 -10
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
"type-check": "tsc --noEmit"
|
|
20
20
|
},
|
|
21
21
|
"dependencies": {
|
|
22
|
-
"expo": "~
|
|
22
|
+
"expo": "~51.0.0",
|
|
23
23
|
"react": "18.2.0",
|
|
24
24
|
"react-native": "0.73.6",
|
|
25
25
|
|
|
@@ -35,9 +35,9 @@
|
|
|
35
35
|
"react-native-gesture-handler": "~2.14.0",
|
|
36
36
|
"react-native-reanimated": "~3.6.2",
|
|
37
37
|
|
|
38
|
-
"@digilogiclabs/saas-factory-ui": "^0.27.
|
|
39
|
-
"@digilogiclabs/saas-factory-auth": "^1.0.
|
|
40
|
-
"@digilogiclabs/saas-factory-payments": "^1.2.
|
|
38
|
+
"@digilogiclabs/saas-factory-ui": "^0.27.1",
|
|
39
|
+
"@digilogiclabs/saas-factory-auth": "^1.0.5",
|
|
40
|
+
"@digilogiclabs/saas-factory-payments": "^1.2.6",
|
|
41
41
|
|
|
42
42
|
"@supabase/supabase-js": "^2.39.0",
|
|
43
43
|
"@react-native-async-storage/async-storage": "1.21.0",
|
|
@@ -47,9 +47,9 @@
|
|
|
47
47
|
|
|
48
48
|
"expo-router": "~3.4.0",
|
|
49
49
|
"expo-font": "~11.10.0",
|
|
50
|
-
"expo-linking": "~6.
|
|
51
|
-
"expo-constants": "~
|
|
52
|
-
"expo-status-bar": "~1.
|
|
50
|
+
"expo-linking": "~6.3.1",
|
|
51
|
+
"expo-constants": "~16.0.2",
|
|
52
|
+
"expo-status-bar": "~1.12.1",
|
|
53
53
|
"expo-splash-screen": "~0.26.4",
|
|
54
54
|
"expo-system-ui": "~2.9.3",
|
|
55
55
|
"expo-web-browser": "~12.8.2",
|
|
@@ -73,11 +73,15 @@
|
|
|
73
73
|
"metro-react-native-babel-transformer": "~0.77.0",
|
|
74
74
|
"metro-inspector-proxy": "~0.77.0",
|
|
75
75
|
|
|
76
|
-
"@react-native-community/netinfo": "11.
|
|
76
|
+
"@react-native-community/netinfo": "^11.0.0",
|
|
77
|
+
"expo-linear-gradient": "~12.3.0",
|
|
77
78
|
"react-native-mmkv": "^2.12.2",
|
|
78
79
|
"react-native-svg": "14.1.0",
|
|
79
80
|
"react-native-url-polyfill": "^2.0.0",
|
|
80
|
-
|
|
81
|
+
"react-native-web": "~0.19.10",
|
|
82
|
+
"react-dom": "18.2.0",
|
|
83
|
+
"@react-native/assets-registry": "^0.81.1",
|
|
84
|
+
|
|
81
85
|
"zustand": "^4.4.7",
|
|
82
86
|
"react-hook-form": "^7.48.2",
|
|
83
87
|
"@hookform/resolvers": "^3.3.2",
|
|
@@ -88,7 +92,6 @@
|
|
|
88
92
|
"devDependencies": {
|
|
89
93
|
"@babel/core": "^7.23.6",
|
|
90
94
|
"@types/react": "~18.2.45",
|
|
91
|
-
"@types/react-native": "~0.73.0",
|
|
92
95
|
"typescript": "~5.3.3",
|
|
93
96
|
"jest": "^29.7.0",
|
|
94
97
|
"@testing-library/react-native": "^12.4.2",
|
|
@@ -22,7 +22,8 @@
|
|
|
22
22
|
"usesNonExemptEncryption": false
|
|
23
23
|
},
|
|
24
24
|
"infoPlist": {
|
|
25
|
-
"NSCameraUsageDescription": "This app uses the camera to
|
|
25
|
+
"NSCameraUsageDescription": "This app uses the camera to take photos",
|
|
26
|
+
"NSPhotoLibraryUsageDescription": "This app accesses the photo library to select images",
|
|
26
27
|
"NSLocationWhenInUseUsageDescription": "This app uses location to provide location-based features",
|
|
27
28
|
"NSLocationAlwaysAndWhenInUseUsageDescription": "This app uses location to provide location-based features"
|
|
28
29
|
}
|
|
@@ -32,7 +33,7 @@
|
|
|
32
33
|
"foregroundImage": "./assets/adaptive-icon.png",
|
|
33
34
|
"backgroundColor": "#ffffff"
|
|
34
35
|
},
|
|
35
|
-
"package": "com.{{
|
|
36
|
+
"package": "com.{{slugNameCamelCase}}.app",
|
|
36
37
|
"permissions": [
|
|
37
38
|
"CAMERA",
|
|
38
39
|
"ACCESS_FINE_LOCATION",
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
"type-check": "tsc --noEmit"
|
|
20
20
|
},
|
|
21
21
|
"dependencies": {
|
|
22
|
-
"expo": "~
|
|
22
|
+
"expo": "~51.0.0",
|
|
23
23
|
"react": "18.2.0",
|
|
24
24
|
"react-native": "0.73.6",
|
|
25
25
|
|
|
@@ -35,9 +35,9 @@
|
|
|
35
35
|
"react-native-gesture-handler": "~2.14.0",
|
|
36
36
|
"react-native-reanimated": "~3.6.2",
|
|
37
37
|
|
|
38
|
-
"@digilogiclabs/saas-factory-ui": "^0.27.
|
|
39
|
-
"@digilogiclabs/saas-factory-auth": "^1.0.
|
|
40
|
-
"@digilogiclabs/saas-factory-payments": "^1.2.
|
|
38
|
+
"@digilogiclabs/saas-factory-ui": "^0.27.1",
|
|
39
|
+
"@digilogiclabs/saas-factory-auth": "^1.0.5",
|
|
40
|
+
"@digilogiclabs/saas-factory-payments": "^1.2.6",
|
|
41
41
|
"@digilogiclabs/saas-factory-ai": "^4.0.2",
|
|
42
42
|
"@digilogiclabs/saas-factory-ai-types": "^4.0.2",
|
|
43
43
|
|
|
@@ -49,9 +49,9 @@
|
|
|
49
49
|
|
|
50
50
|
"expo-router": "~3.4.0",
|
|
51
51
|
"expo-font": "~11.10.0",
|
|
52
|
-
"expo-linking": "~6.
|
|
53
|
-
"expo-constants": "~
|
|
54
|
-
"expo-status-bar": "~1.
|
|
52
|
+
"expo-linking": "~6.3.1",
|
|
53
|
+
"expo-constants": "~16.0.2",
|
|
54
|
+
"expo-status-bar": "~1.12.1",
|
|
55
55
|
"expo-splash-screen": "~0.26.4",
|
|
56
56
|
"expo-system-ui": "~2.9.3",
|
|
57
57
|
"expo-web-browser": "~12.8.2",
|
|
@@ -75,11 +75,15 @@
|
|
|
75
75
|
"metro-react-native-babel-transformer": "~0.77.0",
|
|
76
76
|
"metro-inspector-proxy": "~0.77.0",
|
|
77
77
|
|
|
78
|
-
"@react-native-community/netinfo": "11.
|
|
78
|
+
"@react-native-community/netinfo": "^11.0.0",
|
|
79
|
+
"expo-linear-gradient": "~12.3.0",
|
|
79
80
|
"react-native-mmkv": "^2.12.2",
|
|
80
81
|
"react-native-svg": "14.1.0",
|
|
81
82
|
"react-native-url-polyfill": "^2.0.0",
|
|
82
|
-
|
|
83
|
+
"react-native-web": "~0.19.10",
|
|
84
|
+
"react-dom": "18.2.0",
|
|
85
|
+
"@react-native/assets-registry": "^0.81.1",
|
|
86
|
+
|
|
83
87
|
"zustand": "^4.4.7",
|
|
84
88
|
"react-hook-form": "^7.48.2",
|
|
85
89
|
"@hookform/resolvers": "^3.3.2",
|
|
@@ -90,7 +94,6 @@
|
|
|
90
94
|
"devDependencies": {
|
|
91
95
|
"@babel/core": "^7.23.6",
|
|
92
96
|
"@types/react": "~18.2.45",
|
|
93
|
-
"@types/react-native": "~0.73.0",
|
|
94
97
|
"typescript": "~5.3.3",
|
|
95
98
|
"jest": "^29.7.0",
|
|
96
99
|
"@testing-library/react-native": "^12.4.2",
|
|
@@ -18,10 +18,11 @@
|
|
|
18
18
|
"supportsTablet": true,
|
|
19
19
|
"bundleIdentifier": "{{iosBundleId}}",
|
|
20
20
|
"infoPlist": {
|
|
21
|
-
"NSCameraUsageDescription": "This app
|
|
21
|
+
"NSCameraUsageDescription": "This app uses the camera to take photos",
|
|
22
|
+
"NSPhotoLibraryUsageDescription": "This app accesses the photo library to select images",
|
|
22
23
|
"NSMicrophoneUsageDescription": "This app needs access to microphone for audio features.",
|
|
23
|
-
"NSLocationAlwaysAndWhenInUseUsageDescription": "This app
|
|
24
|
-
"NSLocationWhenInUseUsageDescription": "This app
|
|
24
|
+
"NSLocationAlwaysAndWhenInUseUsageDescription": "This app uses location to provide location-based features",
|
|
25
|
+
"NSLocationWhenInUseUsageDescription": "This app uses location to provide location-based features"
|
|
25
26
|
}
|
|
26
27
|
},
|
|
27
28
|
"android": {
|
|
@@ -29,7 +30,7 @@
|
|
|
29
30
|
"foregroundImage": "./assets/adaptive-icon.png",
|
|
30
31
|
"backgroundColor": "#ffffff"
|
|
31
32
|
},
|
|
32
|
-
"package": "{{
|
|
33
|
+
"package": "com.{{slugNameCamelCase}}.app",
|
|
33
34
|
"permissions": [
|
|
34
35
|
"CAMERA",
|
|
35
36
|
"RECORD_AUDIO",
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
"db:types": "supabase gen types --local > types/supabase.ts"
|
|
23
23
|
},
|
|
24
24
|
"dependencies": {
|
|
25
|
-
"expo": "~
|
|
25
|
+
"expo": "~51.0.0",
|
|
26
26
|
"react": "18.2.0",
|
|
27
27
|
"react-native": "0.73.6",
|
|
28
28
|
|
|
@@ -38,9 +38,9 @@
|
|
|
38
38
|
"react-native-gesture-handler": "~2.14.0",
|
|
39
39
|
"react-native-reanimated": "~3.6.2",
|
|
40
40
|
|
|
41
|
-
"@digilogiclabs/saas-factory-ui": "^0.27.
|
|
42
|
-
"@digilogiclabs/saas-factory-auth": "^1.0.
|
|
43
|
-
"@digilogiclabs/saas-factory-payments": "^1.2.
|
|
41
|
+
"@digilogiclabs/saas-factory-ui": "^0.27.1",
|
|
42
|
+
"@digilogiclabs/saas-factory-auth": "^1.0.5",
|
|
43
|
+
"@digilogiclabs/saas-factory-payments": "^1.2.6",
|
|
44
44
|
"@digilogiclabs/saas-factory-ai": "^4.0.2",
|
|
45
45
|
"@digilogiclabs/saas-factory-ai-types": "^4.0.2",
|
|
46
46
|
|
|
@@ -52,9 +52,9 @@
|
|
|
52
52
|
|
|
53
53
|
"expo-router": "~3.4.0",
|
|
54
54
|
"expo-font": "~11.10.0",
|
|
55
|
-
"expo-linking": "~6.
|
|
56
|
-
"expo-constants": "~
|
|
57
|
-
"expo-status-bar": "~1.
|
|
55
|
+
"expo-linking": "~6.3.1",
|
|
56
|
+
"expo-constants": "~16.0.2",
|
|
57
|
+
"expo-status-bar": "~1.12.1",
|
|
58
58
|
"expo-splash-screen": "~0.26.4",
|
|
59
59
|
"expo-system-ui": "~2.9.3",
|
|
60
60
|
"expo-web-browser": "~12.8.2",
|
|
@@ -80,11 +80,15 @@
|
|
|
80
80
|
"expo-speech": "~11.7.0",
|
|
81
81
|
"expo-av": "~13.10.4",
|
|
82
82
|
|
|
83
|
-
"@react-native-community/netinfo": "11.
|
|
83
|
+
"@react-native-community/netinfo": "^11.0.0",
|
|
84
|
+
"expo-linear-gradient": "~12.3.0",
|
|
84
85
|
"react-native-mmkv": "^2.12.2",
|
|
85
86
|
"react-native-svg": "14.1.0",
|
|
86
87
|
"react-native-url-polyfill": "^2.0.0",
|
|
87
|
-
|
|
88
|
+
"react-native-web": "~0.19.10",
|
|
89
|
+
"react-dom": "18.2.0",
|
|
90
|
+
"@react-native/assets-registry": "^0.81.1",
|
|
91
|
+
|
|
88
92
|
"zustand": "^4.4.7",
|
|
89
93
|
"react-hook-form": "^7.48.2",
|
|
90
94
|
"@hookform/resolvers": "^3.3.2",
|
|
@@ -95,7 +99,6 @@
|
|
|
95
99
|
"devDependencies": {
|
|
96
100
|
"@babel/core": "^7.23.6",
|
|
97
101
|
"@types/react": "~18.2.45",
|
|
98
|
-
"@types/react-native": "~0.73.0",
|
|
99
102
|
"typescript": "~5.3.3",
|
|
100
103
|
"jest": "^29.7.0",
|
|
101
104
|
"@testing-library/react-native": "^12.4.2",
|