Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
73
async
function
resolveVersion(): Promise<string> {
74
return
getVersionFromEnvironment() ?? (
await
getVersionFromGit());
75
}
76
77
async
function
modifyPackageJson({
78
version,
Callers
1
main
Function · 0.85
Calls
2
getVersionFromEnvironment
Function · 0.85
getVersionFromGit
Function · 0.85
Tested by
no test coverage detected