@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 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 = "__HOWDOI_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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@howdoi-cli/core",
3
- "version": "1.0.1",
3
+ "version": "1.0.4",
4
4
  "description": "The howdoi CLI engine — intent-based command discovery for the terminal.",
5
5
  "type": "module",
6
6
  "bin": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@howdoi-cli/core",
3
- "version": "1.0.1",
3
+ "version": "1.0.4",
4
4
  "description": "The howdoi CLI engine — intent-based command discovery for the terminal.",
5
5
  "type": "module",
6
6
  "bin": {