@stacksjs/cli 0.59.7 → 0.59.9
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
|
@@ -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.
|
|
523
|
+
var version = "0.59.9";
|
|
524
524
|
|
|
525
525
|
// src/helpers.ts
|
|
526
526
|
async function intro(command2, options) {
|
package/package.json
CHANGED