@super-one/cli 0.53.4-alpha → 0.53.5-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.53.4-alpha",
3
+ "version": "0.53.5-alpha",
4
4
  "kind": "npm",
5
5
  "minNodeMajor": 20,
6
- "builtAt": "2026-08-14T08:17:08.820Z"
6
+ "builtAt": "2026-08-14T19:25:04.917Z"
7
7
  }
package/lib/cli.mjs CHANGED
@@ -61149,8 +61149,8 @@ import { fileURLToPath } from "node:url";
61149
61149
  function resolveCliReleaseVersion() {
61150
61150
  const fromEnv = process.env.SUPERONE_CLI_VERSION?.trim();
61151
61151
  if (fromEnv) return fromEnv;
61152
- if ("0.53.4-alpha".trim()) {
61153
- return "0.53.4-alpha".trim();
61152
+ if ("0.53.5-alpha".trim()) {
61153
+ return "0.53.5-alpha".trim();
61154
61154
  }
61155
61155
  const fromDist = readDistManifestVersion();
61156
61156
  if (fromDist) return fromDist;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@super-one/cli",
3
- "version": "0.53.4-alpha",
3
+ "version": "0.53.5-alpha",
4
4
  "description": "SuperOne headless node CLI — remote execution environment (RPC, workspaces, sessions).",
5
5
  "type": "module",
6
6
  "license": "BUSL-1.1",