@pourkit/cli 0.0.0-next-20260703224310 → 0.0.0-next-20260703225916
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cli.js +4 -4
- package/package.json +1 -1
package/dist/cli.js
CHANGED
|
@@ -19327,11 +19327,11 @@ function createCliProgram(version) {
|
|
|
19327
19327
|
return program;
|
|
19328
19328
|
}
|
|
19329
19329
|
async function resolveCliVersion() {
|
|
19330
|
-
if (isPackageVersion("0.0.0-next-
|
|
19331
|
-
return "0.0.0-next-
|
|
19330
|
+
if (isPackageVersion("0.0.0-next-20260703225916")) {
|
|
19331
|
+
return "0.0.0-next-20260703225916";
|
|
19332
19332
|
}
|
|
19333
|
-
if (isReleaseVersion("0.0.0-next-
|
|
19334
|
-
return "0.0.0-next-
|
|
19333
|
+
if (isReleaseVersion("0.0.0-next-20260703225916")) {
|
|
19334
|
+
return "0.0.0-next-20260703225916";
|
|
19335
19335
|
}
|
|
19336
19336
|
try {
|
|
19337
19337
|
const root = repoRoot();
|