colbrush 1.20.0 → 1.21.0
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/cli.cjs +1 -1
- package/package.json +1 -1
package/dist/cli.cjs
CHANGED
|
@@ -690,7 +690,7 @@ ${bold("LEARN MORE")}
|
|
|
690
690
|
|
|
691
691
|
// src/cli/index.ts
|
|
692
692
|
var import_node_fs3 = __toESM(require("fs"), 1);
|
|
693
|
-
var VERSION = "1.
|
|
693
|
+
var VERSION = "1.21.0";
|
|
694
694
|
async function main() {
|
|
695
695
|
const flags = parseFlags();
|
|
696
696
|
const progress = createCliProgress();
|
package/package.json
CHANGED