@stacksjs/cli 0.59.1 → 0.59.3

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/index.js +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -520,7 +520,7 @@ import {log as log3} from "@stacksjs/logging";
520
520
  import {ExitCode as ExitCode2} from "@stacksjs/types";
521
521
  import {bgCyan as bgCyan2, bold as bold2, cyan as cyan2, dim as dim2, gray as gray2, green as green2, italic as italic2} from "kolorist";
522
522
  // package.json
523
- var version = "0.59.1";
523
+ var version = "0.59.3";
524
524
 
525
525
  // src/helpers.ts
526
526
  async function intro(command2, options) {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/cli",
3
3
  "type": "module",
4
- "version": "0.59.1",
4
+ "version": "0.59.3",
5
5
  "description": "TypeScript framework for CLI artisans. Build beautiful console apps with ease.",
6
6
  "author": "Chris Breuer",
7
7
  "license": "MIT",