Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/garrytan/gstack
/ pkgVersion
Function
pkgVersion
test/ship-version-sync.test.ts:114–115 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
112
};
113
114
const
pkgVersion = () =>
115
JSON.parse(readFileSync(join(dir,
"package.json"
),
"utf8"
)).version;
116
117
// --- Idempotency classification: 6 cases ---
118
Callers
1
ship-version-sync.test.ts
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected