MCPcopy
hub / github.com/QwikDev/qwik / getQwikVersion

Function getQwikVersion

scripts/util.ts:364–368  ·  view source on GitHub ↗
(config: BuildConfig)

Source from the content-addressed store, hash-verified

362};
363
364export async function getQwikVersion(config: BuildConfig) {
365 const qwikDir = join(config.packagesDir, 'qwik');
366 const qwikPkgJson = await readPackageJson(qwikDir);
367 return qwikPkgJson.version;
368}
369
370// pascal to snake case
371export const toSnakeCase = (str: string) =>

Callers 2

updatePackageJsonFunction · 0.90

Calls 2

readPackageJsonFunction · 0.90
joinFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…