Lines Matching refs:sdkVersion
39 const sdkVersion = await resolveTargetSdkVersionAsync(); constant
43 const currentBundledNativeModules = await getCurrentBundledNativeModules(env, sdkVersion);
46 await syncModulesAsync({ env, secret }, sdkVersion, syncPayload);
47 logger.success(`Successfully synced the modules for SDK ${sdkVersion}!`);
100 const sdkVersion = `${majorVersion}.0.0`; constant
107 `SDK ${sdkVersion}`
117 return sdkVersion;
128 sdkVersion: string
131 const result = await fetch(`${baseApiUrl}/--/api/v2/sdks/${sdkVersion}/native-modules`);
179 sdkVersion: string,
183 const result = await fetch(`${baseApiUrl}/--/api/v2/sdks/${sdkVersion}/native-modules/sync`, {