opticore-cli 1.0.4 → 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,7 +30,7 @@ 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
35
  const title = import_chalk.default.bold.hex("#427ff5");
36
36
  const name = import_chalk.default.bold.hex("#003A9F");
package/dist/bin.js CHANGED
@@ -1,7 +1,7 @@
1
1
  #!/usr/bin/env node
2
2
  import {
3
3
  runOpticoreCli
4
- } from "./chunk-2KG2AC6E.js";
4
+ } from "./chunk-JHQEO7ZU.js";
5
5
 
6
6
  // src/bin.ts
7
7
  runOpticoreCli();
@@ -5,7 +5,7 @@ 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
10
  const title = chalk.bold.hex("#427ff5");
11
11
  const name = chalk.bold.hex("#003A9F");
package/dist/index.cjs CHANGED
@@ -40,7 +40,7 @@ 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
45
  const title = import_chalk.default.bold.hex("#427ff5");
46
46
  const name = import_chalk.default.bold.hex("#003A9F");
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-2KG2AC6E.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.4",
3
+ "version": "1.0.5",
4
4
  "main": "dist/index.js",
5
5
  "module": "dist/index.js",
6
6
  "types": "dist/index.d.ts",