MCPcopy Create free account
hub / github.com/reactnativecn/react-native-update / resolveVersion

Function resolveVersion

scripts/prepublish.ts:73–75  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

71}
72
73async function resolveVersion(): Promise<string> {
74 return getVersionFromEnvironment() ?? (await getVersionFromGit());
75}
76
77async function modifyPackageJson({
78 version,

Callers 1

mainFunction · 0.85

Calls 2

getVersionFromGitFunction · 0.85

Tested by

no test coverage detected