@pourkit/cli 0.0.0-next-20260712174037 → 0.0.0-next-20260714055657

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.
Files changed (2) hide show
  1. package/dist/cli.js +4 -4
  2. package/package.json +1 -1
package/dist/cli.js CHANGED
@@ -21450,11 +21450,11 @@ function createCliProgram(version) {
21450
21450
  return program;
21451
21451
  }
21452
21452
  async function resolveCliVersion() {
21453
- if (isPackageVersion("0.0.0-next-20260712174037")) {
21454
- return "0.0.0-next-20260712174037";
21453
+ if (isPackageVersion("0.0.0-next-20260714055657")) {
21454
+ return "0.0.0-next-20260714055657";
21455
21455
  }
21456
- if (isReleaseVersion("0.0.0-next-20260712174037")) {
21457
- return "0.0.0-next-20260712174037";
21456
+ if (isReleaseVersion("0.0.0-next-20260714055657")) {
21457
+ return "0.0.0-next-20260714055657";
21458
21458
  }
21459
21459
  try {
21460
21460
  const root = repoRoot();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pourkit/cli",
3
- "version": "0.0.0-next-20260712174037",
3
+ "version": "0.0.0-next-20260714055657",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "repository": {