opticore-cli 1.0.3 → 1.0.5

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/bin.cjs CHANGED
@@ -30,13 +30,13 @@ var import_cfonts = __toESM(require("cfonts"), 1);
30
30
  var import_cli = require("opticore-validator/cli");
31
31
  var import_cli2 = require("opticore-orm-orchestrator/cli");
32
32
  var import_cli3 = require("opticore-feature-component/cli");
33
- var OPTICORE_CLI_VERSION = "1.0.2";
33
+ var OPTICORE_CLI_VERSION = "1.0.5";
34
34
  function printCommandList(program) {
35
- const title = import_chalk.default.bold.hex("#FF6B35");
36
- const name = import_chalk.default.bold.cyan;
35
+ const title = import_chalk.default.bold.hex("#427ff5");
36
+ const name = import_chalk.default.bold.hex("#003A9F");
37
37
  const alias = import_chalk.default.dim;
38
38
  const desc = import_chalk.default.dim;
39
- const flag = import_chalk.default.green;
39
+ const flag = import_chalk.default.hex("#427ff5");
40
40
  console.log(`
41
41
  ${title("Available Commands")}
42
42
  `);
@@ -63,16 +63,16 @@ function printBanner() {
63
63
  import_cfonts.default.say("OpticoreJs", {
64
64
  font: "block",
65
65
  align: "left",
66
- colors: ["yellow", "#FF6B35"],
66
+ colors: ["#D4E4FF", "#427ff5"],
67
67
  background: "transparent",
68
68
  letterSpacing: 1,
69
69
  lineHeight: 1,
70
70
  space: true,
71
71
  maxLength: "0"
72
72
  });
73
- const orange = import_chalk.default.bold.hex("#FF6B35");
74
- const dim = import_chalk.default.bold.yellow;
75
- console.log(` ${orange("OPTICOREJS C L I")}`);
73
+ const blue = import_chalk.default.bold.hex("#427ff5");
74
+ const dim = import_chalk.default.bold.hex("#D4E4FF");
75
+ console.log(` ${blue("OPTICOREJS C L I")}`);
76
76
  console.log(` ${dim("Validator \xB7 ORM Orchestrator \xB7 Feature Generator")}
77
77
  `);
78
78
  console.log(` ${import_chalk.default.bold.dim("Documentation")} ${import_chalk.default.underline.cyan("https://github.com/guyzoum77/opticore-cli#readme")}
package/dist/bin.js CHANGED
@@ -1,7 +1,7 @@
1
1
  #!/usr/bin/env node
2
2
  import {
3
3
  runOpticoreCli
4
- } from "./chunk-53EMHB2D.js";
4
+ } from "./chunk-JHQEO7ZU.js";
5
5
 
6
6
  // src/bin.ts
7
7
  runOpticoreCli();
@@ -5,13 +5,13 @@ import cfonts from "cfonts";
5
5
  import { registerValidatorCommand, forceOpticoreColors, helpConfig } from "opticore-validator/cli";
6
6
  import { registerOrmCommand } from "opticore-orm-orchestrator/cli";
7
7
  import { registerFeatureCommand } from "opticore-feature-component/cli";
8
- var OPTICORE_CLI_VERSION = "1.0.2";
8
+ var OPTICORE_CLI_VERSION = "1.0.5";
9
9
  function printCommandList(program) {
10
- const title = chalk.bold.hex("#FF6B35");
11
- const name = chalk.bold.cyan;
10
+ const title = chalk.bold.hex("#427ff5");
11
+ const name = chalk.bold.hex("#003A9F");
12
12
  const alias = chalk.dim;
13
13
  const desc = chalk.dim;
14
- const flag = chalk.green;
14
+ const flag = chalk.hex("#427ff5");
15
15
  console.log(`
16
16
  ${title("Available Commands")}
17
17
  `);
@@ -38,16 +38,16 @@ function printBanner() {
38
38
  cfonts.say("OpticoreJs", {
39
39
  font: "block",
40
40
  align: "left",
41
- colors: ["yellow", "#FF6B35"],
41
+ colors: ["#D4E4FF", "#427ff5"],
42
42
  background: "transparent",
43
43
  letterSpacing: 1,
44
44
  lineHeight: 1,
45
45
  space: true,
46
46
  maxLength: "0"
47
47
  });
48
- const orange = chalk.bold.hex("#FF6B35");
49
- const dim = chalk.bold.yellow;
50
- console.log(` ${orange("OPTICOREJS C L I")}`);
48
+ const blue = chalk.bold.hex("#427ff5");
49
+ const dim = chalk.bold.hex("#D4E4FF");
50
+ console.log(` ${blue("OPTICOREJS C L I")}`);
51
51
  console.log(` ${dim("Validator \xB7 ORM Orchestrator \xB7 Feature Generator")}
52
52
  `);
53
53
  console.log(` ${chalk.bold.dim("Documentation")} ${chalk.underline.cyan("https://github.com/guyzoum77/opticore-cli#readme")}
package/dist/index.cjs CHANGED
@@ -40,13 +40,13 @@ var import_cfonts = __toESM(require("cfonts"), 1);
40
40
  var import_cli = require("opticore-validator/cli");
41
41
  var import_cli2 = require("opticore-orm-orchestrator/cli");
42
42
  var import_cli3 = require("opticore-feature-component/cli");
43
- var OPTICORE_CLI_VERSION = "1.0.2";
43
+ var OPTICORE_CLI_VERSION = "1.0.5";
44
44
  function printCommandList(program) {
45
- const title = import_chalk.default.bold.hex("#FF6B35");
46
- const name = import_chalk.default.bold.cyan;
45
+ const title = import_chalk.default.bold.hex("#427ff5");
46
+ const name = import_chalk.default.bold.hex("#003A9F");
47
47
  const alias = import_chalk.default.dim;
48
48
  const desc = import_chalk.default.dim;
49
- const flag = import_chalk.default.green;
49
+ const flag = import_chalk.default.hex("#427ff5");
50
50
  console.log(`
51
51
  ${title("Available Commands")}
52
52
  `);
@@ -73,16 +73,16 @@ function printBanner() {
73
73
  import_cfonts.default.say("OpticoreJs", {
74
74
  font: "block",
75
75
  align: "left",
76
- colors: ["yellow", "#FF6B35"],
76
+ colors: ["#D4E4FF", "#427ff5"],
77
77
  background: "transparent",
78
78
  letterSpacing: 1,
79
79
  lineHeight: 1,
80
80
  space: true,
81
81
  maxLength: "0"
82
82
  });
83
- const orange = import_chalk.default.bold.hex("#FF6B35");
84
- const dim = import_chalk.default.bold.yellow;
85
- console.log(` ${orange("OPTICOREJS C L I")}`);
83
+ const blue = import_chalk.default.bold.hex("#427ff5");
84
+ const dim = import_chalk.default.bold.hex("#D4E4FF");
85
+ console.log(` ${blue("OPTICOREJS C L I")}`);
86
86
  console.log(` ${dim("Validator \xB7 ORM Orchestrator \xB7 Feature Generator")}
87
87
  `);
88
88
  console.log(` ${import_chalk.default.bold.dim("Documentation")} ${import_chalk.default.underline.cyan("https://github.com/guyzoum77/opticore-cli#readme")}
package/dist/index.d.cts CHANGED
@@ -1,4 +1,4 @@
1
- declare const OPTICORE_CLI_VERSION = "1.0.2";
1
+ declare const OPTICORE_CLI_VERSION = "1.0.5";
2
2
  declare function runOpticoreCli(): void;
3
3
 
4
4
  export { OPTICORE_CLI_VERSION, runOpticoreCli };
package/dist/index.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- declare const OPTICORE_CLI_VERSION = "1.0.2";
1
+ declare const OPTICORE_CLI_VERSION = "1.0.5";
2
2
  declare function runOpticoreCli(): void;
3
3
 
4
4
  export { OPTICORE_CLI_VERSION, runOpticoreCli };
package/dist/index.js CHANGED
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  OPTICORE_CLI_VERSION,
3
3
  runOpticoreCli
4
- } from "./chunk-53EMHB2D.js";
4
+ } from "./chunk-JHQEO7ZU.js";
5
5
  export {
6
6
  OPTICORE_CLI_VERSION,
7
7
  runOpticoreCli
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "opticore-cli",
3
- "version": "1.0.3",
3
+ "version": "1.0.5",
4
4
  "main": "dist/index.js",
5
5
  "module": "dist/index.js",
6
6
  "types": "dist/index.d.ts",