@stacksjs/cli 0.61.16 → 0.61.17
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/dist/index.js +1 -1
- 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.
|
|
573
|
+
var version = "0.61.17";
|
|
574
574
|
|
|
575
575
|
// src/helpers.ts
|
|
576
576
|
async function intro(command2, options) {
|
package/package.json
CHANGED