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 +1 -1
- package/dist/bin.js +1 -1
- package/dist/{chunk-2KG2AC6E.js → chunk-JHQEO7ZU.js} +1 -1
- package/dist/index.cjs +1 -1
- package/dist/index.d.cts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/package.json +1 -1
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.
|
|
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
|
@@ -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.
|
|
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.
|
|
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
package/dist/index.d.ts
CHANGED
package/dist/index.js
CHANGED