@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.
Files changed (2) hide show
  1. package/dist/cli.js +4 -4
  2. 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-20260703224310")) {
19331
- return "0.0.0-next-20260703224310";
19330
+ if (isPackageVersion("0.0.0-next-20260703225916")) {
19331
+ return "0.0.0-next-20260703225916";
19332
19332
  }
19333
- if (isReleaseVersion("0.0.0-next-20260703224310")) {
19334
- return "0.0.0-next-20260703224310";
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();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pourkit/cli",
3
- "version": "0.0.0-next-20260703224310",
3
+ "version": "0.0.0-next-20260703225916",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "repository": {