opticore-feature-component 1.1.0 → 1.1.2

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.
@@ -11,17 +11,17 @@ function UWelcomeMessage() {
11
11
  cfonts.say("OpticoreJS", {
12
12
  font: "block",
13
13
  align: "left",
14
- colors: ["yellow", "#FF6B35"],
14
+ colors: ["#D4E4FF", "#427ff5"],
15
15
  background: "transparent",
16
16
  letterSpacing: 1,
17
17
  lineHeight: 1,
18
18
  space: true,
19
19
  maxLength: "0"
20
20
  });
21
- const blue = chalk.bold.hex("#00D4FF");
22
- const orange = chalk.bold.hex("#FF6B35");
23
- const dim = chalk.bold.yellow;
24
- const subTitle = ` ${blue("")} ${orange(" OPTICORE F E A T U R E M O D U L E")}
21
+ const blue = chalk.bold.hex("#427ff5");
22
+ const name = chalk.bold.hex("#003A9F");
23
+ const dim = chalk.bold.hex("#D4E4FF");
24
+ const subTitle = ` ${blue("")} ${name(" OPTICORE F E A T U R E M O D U L E")}
25
25
  ${blue("")} ${dim(" Create \xB7 Structure \xB7 Scaffold \xB7 Generate \xB7 Organize ")} ${blue("")}
26
26
  ${blue("")}`;
27
27
  const FOOTER = `
package/dist/cli.cjs CHANGED
@@ -49,17 +49,17 @@ function UWelcomeMessage() {
49
49
  import_cfonts.default.say("OpticoreJS", {
50
50
  font: "block",
51
51
  align: "left",
52
- colors: ["yellow", "#FF6B35"],
52
+ colors: ["#D4E4FF", "#427ff5"],
53
53
  background: "transparent",
54
54
  letterSpacing: 1,
55
55
  lineHeight: 1,
56
56
  space: true,
57
57
  maxLength: "0"
58
58
  });
59
- const blue = import_chalk.default.bold.hex("#00D4FF");
60
- const orange = import_chalk.default.bold.hex("#FF6B35");
61
- const dim = import_chalk.default.bold.yellow;
62
- const subTitle = ` ${blue("")} ${orange(" OPTICORE F E A T U R E M O D U L E")}
59
+ const blue = import_chalk.default.bold.hex("#427ff5");
60
+ const name = import_chalk.default.bold.hex("#003A9F");
61
+ const dim = import_chalk.default.bold.hex("#D4E4FF");
62
+ const subTitle = ` ${blue("")} ${name(" OPTICORE F E A T U R E M O D U L E")}
63
63
  ${blue("")} ${dim(" Create \xB7 Structure \xB7 Scaffold \xB7 Generate \xB7 Organize ")} ${blue("")}
64
64
  ${blue("")}`;
65
65
  const FOOTER = `
package/dist/cli.js CHANGED
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  runFeatureCommand
3
- } from "./chunk-X2ZHQ6T5.js";
3
+ } from "./chunk-22JBML4S.js";
4
4
 
5
5
  // src/cli/registerFeatureCommand.ts
6
6
  import chalk from "chalk";
package/dist/index.cjs CHANGED
@@ -36,17 +36,17 @@ function UWelcomeMessage() {
36
36
  import_cfonts.default.say("OpticoreJS", {
37
37
  font: "block",
38
38
  align: "left",
39
- colors: ["yellow", "#FF6B35"],
39
+ colors: ["#D4E4FF", "#427ff5"],
40
40
  background: "transparent",
41
41
  letterSpacing: 1,
42
42
  lineHeight: 1,
43
43
  space: true,
44
44
  maxLength: "0"
45
45
  });
46
- const blue = import_chalk.default.bold.hex("#00D4FF");
47
- const orange = import_chalk.default.bold.hex("#FF6B35");
48
- const dim = import_chalk.default.bold.yellow;
49
- const subTitle = ` ${blue("")} ${orange(" OPTICORE F E A T U R E M O D U L E")}
46
+ const blue = import_chalk.default.bold.hex("#427ff5");
47
+ const name = import_chalk.default.bold.hex("#003A9F");
48
+ const dim = import_chalk.default.bold.hex("#D4E4FF");
49
+ const subTitle = ` ${blue("")} ${name(" OPTICORE F E A T U R E M O D U L E")}
50
50
  ${blue("")} ${dim(" Create \xB7 Structure \xB7 Scaffold \xB7 Generate \xB7 Organize ")} ${blue("")}
51
51
  ${blue("")}`;
52
52
  const FOOTER = `
package/dist/index.js CHANGED
@@ -1,7 +1,7 @@
1
1
  #!/usr/bin/env node
2
2
  import {
3
3
  runFeatureCommand
4
- } from "./chunk-X2ZHQ6T5.js";
4
+ } from "./chunk-22JBML4S.js";
5
5
 
6
6
  // src/index.ts
7
7
  runFeatureCommand();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "opticore-feature-component",
3
- "version": "1.1.0",
3
+ "version": "1.1.2",
4
4
  "description": "CLI to create feature component",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",
@@ -33,13 +33,10 @@
33
33
  "commander": "^14.0.3",
34
34
  "opticore-express": "^1.0.9",
35
35
  "gradient-string": "^3.0.0",
36
- "opticore-http-response": "^1.0.11",
37
- "opticore-logger": "^1.0.33",
38
- "opticore-router": "^1.0.22",
39
- "ora": "^9.4.1",
40
- "tsup": "^8.5.1",
41
- "tsx": "^4.22.4",
42
- "typescript": "^5.4.5"
36
+ "opticore-http-response": "^1.0.12",
37
+ "opticore-logger": "^1.0.35",
38
+ "opticore-router": "^1.0.26",
39
+ "ora": "^9.4.1"
43
40
  },
44
41
  "overrides": {
45
42
  "esbuild": "^0.28.1",
@@ -55,6 +52,9 @@
55
52
  "devDependencies": {
56
53
  "@types/cli-progress": "^3.11.6",
57
54
  "@types/gradient-string": "^1.1.6",
58
- "@types/node": "^24.13.2"
55
+ "@types/node": "^24.13.2",
56
+ "tsup": "^8.5.1",
57
+ "tsx": "^4.22.4",
58
+ "typescript": "^5.4.5"
59
59
  }
60
60
  }