@theholocron/cli 2.2.0 → 2.2.2

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.mjs +1 -1
  2. package/package.json +2 -2
package/dist/cli.mjs CHANGED
@@ -4580,7 +4580,7 @@ function tokenContext(rawTokens) {
4580
4580
  }
4581
4581
  }
4582
4582
  const updateCheckPromise = checkForUpdates(CLI_VERSION);
4583
- await yargs(hideBin(process.argv)).scriptName("holocron").usage("$0 <command> [options]").option("dry-run", {
4583
+ await yargs(hideBin(process.argv)).scriptName("").usage("holocron <command> [options]").option("dry-run", {
4584
4584
  type: "boolean",
4585
4585
  default: false,
4586
4586
  describe: "Print what would be mutated without calling capability mutators. Commands branch on this; read-only commands ignore it."
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@theholocron/cli",
3
- "version": "2.2.0",
3
+ "version": "2.2.2",
4
4
  "description": "The Holocron CLI — a pluggable, capability-based orchestrator for spinning up and operating software projects.",
5
5
  "homepage": "https://github.com/theholocron/holocron/tree/main/packages/cli#readme",
6
6
  "bugs": "https://github.com/theholocron/holocron/issues",
@@ -37,7 +37,7 @@
37
37
  "@theholocron/github-client": "^1.3.0",
38
38
  "@theholocron/http-client": "^1.3.0",
39
39
  "chalk": "^5.4.1",
40
- "ora": "^8.2.0",
40
+ "ora": "^9.4.1",
41
41
  "tsx": "4.22.4",
42
42
  "yargs": "^18.0.0"
43
43
  },