@pourkit/cli 0.0.0-next-20260529095319 → 0.0.0-next-20260529180337

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 +2 -1
package/dist/cli.js CHANGED
@@ -7817,11 +7817,11 @@ function createCliProgram(version) {
7817
7817
  return program;
7818
7818
  }
7819
7819
  async function resolveCliVersion() {
7820
- if (isPackageVersion("0.0.0-next-20260529095319")) {
7821
- return "0.0.0-next-20260529095319";
7820
+ if (isPackageVersion("0.0.0-next-20260529180337")) {
7821
+ return "0.0.0-next-20260529180337";
7822
7822
  }
7823
- if (isReleaseVersion("0.0.0-next-20260529095319")) {
7824
- return "0.0.0-next-20260529095319";
7823
+ if (isReleaseVersion("0.0.0-next-20260529180337")) {
7824
+ return "0.0.0-next-20260529180337";
7825
7825
  }
7826
7826
  try {
7827
7827
  const root = repoRoot();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pourkit/cli",
3
- "version": "0.0.0-next-20260529095319",
3
+ "version": "0.0.0-next-20260529180337",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "repository": {
@@ -25,6 +25,7 @@
25
25
  "@pourkit/logger": "*"
26
26
  },
27
27
  "dependencies": {
28
+ "@ai-hero/sandcastle": "^0.6.3",
28
29
  "@clack/prompts": "^0.10.1",
29
30
  "commander": "^14.0.3",
30
31
  "octokit": "^5.0.5",