@ankhorage/studio 1.13.3 → 1.13.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/README.md +1 -1
- package/dist/core/apiBase.d.ts +6 -0
- package/dist/core/apiBase.d.ts.map +1 -0
- package/dist/core/apiBase.js +14 -0
- package/dist/core/apiBase.js.map +1 -0
- package/dist/core/constants.d.ts.map +1 -1
- package/dist/core/constants.js +7 -11
- package/dist/core/constants.js.map +1 -1
- package/dist/host/http/projectRuntimeRoutes.d.ts +11 -0
- package/dist/host/http/projectRuntimeRoutes.d.ts.map +1 -0
- package/dist/host/http/projectRuntimeRoutes.js +42 -0
- package/dist/host/http/projectRuntimeRoutes.js.map +1 -0
- package/dist/host/http/server.d.ts.map +1 -1
- package/dist/host/http/server.js +3 -28
- package/dist/host/http/server.js.map +1 -1
- package/dist/host/orchestrator/infraSession.d.ts +8 -4
- package/dist/host/orchestrator/infraSession.d.ts.map +1 -1
- package/dist/host/orchestrator/infraSession.js +34 -17
- package/dist/host/orchestrator/infraSession.js.map +1 -1
- package/dist/host/orchestrator/scaffolder.d.ts +1 -0
- package/dist/host/orchestrator/scaffolder.d.ts.map +1 -1
- package/dist/host/orchestrator/scaffolder.js +14 -7
- package/dist/host/orchestrator/scaffolder.js.map +1 -1
- package/dist/host/orchestrator/studioInfraUp.d.ts +10 -2
- package/dist/host/orchestrator/studioInfraUp.d.ts.map +1 -1
- package/dist/host/orchestrator/studioInfraUp.js +8 -4
- package/dist/host/orchestrator/studioInfraUp.js.map +1 -1
- package/dist/host/orchestrator/templates.d.ts +6 -3
- package/dist/host/orchestrator/templates.d.ts.map +1 -1
- package/dist/host/orchestrator/templates.js +673 -11
- package/dist/host/orchestrator/templates.js.map +1 -1
- package/package.json +4 -4
|
@@ -12,6 +12,10 @@ export declare function getAppConfigTs({ name, slug, targets, splashScreen, runt
|
|
|
12
12
|
}): string;
|
|
13
13
|
export declare function getMetroConfigJs(): string;
|
|
14
14
|
export declare function getBabelConfigJs(): string;
|
|
15
|
+
export declare function getAndroidRunTs(args: {
|
|
16
|
+
readonly projectId: string;
|
|
17
|
+
readonly includeStudio: boolean;
|
|
18
|
+
}): string;
|
|
15
19
|
export declare function getPackageJson(args: {
|
|
16
20
|
name: string;
|
|
17
21
|
includeStudio?: boolean;
|
|
@@ -43,7 +47,6 @@ export declare function getPackageJson(args: {
|
|
|
43
47
|
'expo-font': string;
|
|
44
48
|
'expo-linear-gradient': string;
|
|
45
49
|
'expo-linking': string;
|
|
46
|
-
'expo-modules-core': string;
|
|
47
50
|
'expo-router': string;
|
|
48
51
|
'expo-splash-screen': string;
|
|
49
52
|
'expo-status-bar': string;
|
|
@@ -59,12 +62,12 @@ export declare function getPackageJson(args: {
|
|
|
59
62
|
'react-native-web': string;
|
|
60
63
|
'react-native-worklets': "0.8.3";
|
|
61
64
|
'reanimated-color-picker': string;
|
|
62
|
-
'@expo/vector-icons'?: string | undefined;
|
|
63
|
-
'@react-native-picker/picker'?: string | undefined;
|
|
64
65
|
'expo-document-picker'?: string | undefined;
|
|
65
66
|
'expo-file-system'?: string | undefined;
|
|
66
67
|
'expo-image-picker'?: string | undefined;
|
|
67
68
|
'@ankhorage/zora': string;
|
|
69
|
+
'@expo/vector-icons': string;
|
|
70
|
+
'@react-native-picker/picker': string;
|
|
68
71
|
'@ankhorage/supabase-storage'?: string | undefined;
|
|
69
72
|
'@ankhorage/supabase-auth'?: string | undefined;
|
|
70
73
|
'expo-secure-store'?: string | undefined;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"templates.d.ts","sourceRoot":"","sources":["../../../src/host/orchestrator/templates.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,sBAAsB,CAAC;AAC7D,OAAO,KAAK,EAGV,gBAAgB,EACjB,MAAM,6BAA6B,CAAC;AACrC,OAAO,EAEL,KAAK,eAAe,EAIrB,MAAM,kCAAkC,CAAC;AAI1C,MAAM,MAAM,qBAAqB,GAAG,UAAU,GAAG,IAAI,CAAC;AACtD,MAAM,MAAM,wBAAwB,GAAG,UAAU,GAAG,IAAI,CAAC;
|
|
1
|
+
{"version":3,"file":"templates.d.ts","sourceRoot":"","sources":["../../../src/host/orchestrator/templates.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,sBAAsB,CAAC;AAC7D,OAAO,KAAK,EAGV,gBAAgB,EACjB,MAAM,6BAA6B,CAAC;AACrC,OAAO,EAEL,KAAK,eAAe,EAIrB,MAAM,kCAAkC,CAAC;AAI1C,MAAM,MAAM,qBAAqB,GAAG,UAAU,GAAG,IAAI,CAAC;AACtD,MAAM,MAAM,wBAAwB,GAAG,UAAU,GAAG,IAAI,CAAC;AAuLzD,wBAAgB,cAAc,CAAC,EAC7B,IAAI,EACJ,IAAI,EACJ,OAAO,EACP,YAAmB,EACnB,WAAW,GACZ,EAAE;IACD,IAAI,EAAE,MAAM,CAAC;IACb,IAAI,EAAE,MAAM,CAAC;IACb,OAAO,EAAE,gBAAgB,CAAC;IAC1B,YAAY,CAAC,EAAE,gBAAgB,GAAG,IAAI,CAAC;IACvC,WAAW,CAAC,EAAE,eAAe,CAAC;CAC/B,UAmBA;AAED,wBAAgB,gBAAgB,WA8B/B;AAED,wBAAgB,gBAAgB,WAsB/B;AAED,wBAAgB,eAAe,CAAC,IAAI,EAAE;IACpC,QAAQ,CAAC,SAAS,EAAE,MAAM,CAAC;IAC3B,QAAQ,CAAC,aAAa,EAAE,OAAO,CAAC;CACjC,UA+nBA;AAED,wBAAgB,cAAc,CAAC,IAAI,EAAE;IACnC,IAAI,EAAE,MAAM,CAAC;IACb,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB,YAAY,CAAC,EAAE,qBAAqB,CAAC;IACrC,eAAe,CAAC,EAAE,wBAAwB,CAAC;IAC3C,WAAW,CAAC,EAAE,eAAe,CAAC;IAC9B,OAAO,CAAC,EAAE,gBAAgB,CAAC;CAC5B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAwFA;AAED,wBAAgB,kBAAkB,WAsBjC;AAED,wBAAgB,eAAe,WAG9B;AAED,wBAAgB,UAAU,WAGzB;AAED,wBAAgB,eAAe,WAqB9B"}
|