@super-one/cli 0.57.0-alpha → 0.57.1-alpha

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/MANIFEST.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@super-one/cli",
3
- "version": "0.57.0-alpha",
3
+ "version": "0.57.1-alpha",
4
4
  "kind": "npm",
5
5
  "minNodeMajor": 20,
6
- "builtAt": "2026-08-22T22:14:12.822Z"
6
+ "builtAt": "2026-08-23T06:46:56.142Z"
7
7
  }
package/lib/cli.mjs CHANGED
@@ -70562,8 +70562,8 @@ import { fileURLToPath } from "node:url";
70562
70562
  function resolveCliReleaseVersion() {
70563
70563
  const fromEnv = process.env.SUPERONE_CLI_VERSION?.trim();
70564
70564
  if (fromEnv) return fromEnv;
70565
- if ("0.57.0-alpha".trim()) {
70566
- return "0.57.0-alpha".trim();
70565
+ if ("0.57.1-alpha".trim()) {
70566
+ return "0.57.1-alpha".trim();
70567
70567
  }
70568
70568
  const fromDist = readDistManifestVersion();
70569
70569
  if (fromDist) return fromDist;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@super-one/cli",
3
- "version": "0.57.0-alpha",
3
+ "version": "0.57.1-alpha",
4
4
  "description": "SuperOne headless node CLI — remote execution environment (RPC, workspaces, sessions).",
5
5
  "type": "module",
6
6
  "license": "BUSL-1.1",