@reliverse/dler 1.7.90 → 1.7.91

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/bin/cli.js CHANGED
@@ -9,7 +9,7 @@ let isDev = process.env.DLER_DEV_MODE === "true";
9
9
  const main = defineCommand({
10
10
  meta: {
11
11
  name: "dler",
12
- version: "1.7.90",
12
+ version: "1.7.91",
13
13
  description: `Displays dler's command menu.
14
14
  To see ALL available commands and arguments, run: 'dler --help' (or 'dler <command> --help')
15
15
  Available menu commands: ${MENU_CMDS.join(", ")}`
@@ -1,5 +1,5 @@
1
1
  import { endPrompt, startPrompt } from "@reliverse/rempts";
2
- const version = "1.7.90";
2
+ const version = "1.7.91";
3
3
  export async function showStartPrompt(isDev) {
4
4
  await startPrompt({
5
5
  titleColor: "inverse",
package/package.json CHANGED
@@ -52,7 +52,7 @@
52
52
  "license": "MIT",
53
53
  "name": "@reliverse/dler",
54
54
  "type": "module",
55
- "version": "1.7.90",
55
+ "version": "1.7.91",
56
56
  "keywords": [
57
57
  "reliverse",
58
58
  "cli",