@stacksjs/cli 0.61.14 → 0.61.16

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
@@ -570,7 +570,7 @@ import {log as log2} from "@stacksjs/logging";
570
570
  import {ExitCode as ExitCode3} from "@stacksjs/types";
571
571
  import {bgCyan as bgCyan2, bold as bold2, cyan as cyan2, dim as dim2, gray as gray2, green as green2, italic as italic2} from "kolorist";
572
572
  // package.json
573
- var version = "0.61.14";
573
+ var version = "0.61.16";
574
574
 
575
575
  // src/helpers.ts
576
576
  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.61.14",
4
+ "version": "0.61.16",
5
5
  "description": "TypeScript framework for CLI artisans. Build beautiful console apps with ease.",
6
6
  "author": "Chris Breuer",
7
7
  "license": "MIT",