@howdoi-cli/core 1.0.1 → 1.0.4
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.js +1 -1
- package/dist/package.json +1 -1
- package/package.json +1 -1
package/dist/cli.js
CHANGED
|
@@ -308,7 +308,7 @@ function renderList(tools, packageFilter) {
|
|
|
308
308
|
// src/cli/index.ts
|
|
309
309
|
import chalk2 from "chalk";
|
|
310
310
|
import { select } from "@inquirer/prompts";
|
|
311
|
-
var VERSION = "
|
|
311
|
+
var VERSION = "1.0.4";
|
|
312
312
|
async function promptSelect(message, choices) {
|
|
313
313
|
try {
|
|
314
314
|
return await select({
|
package/dist/package.json
CHANGED