@forinda/kickjs-cli 5.2.0 → 5.2.1
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/{builtins-C_VfEGdg.mjs → builtins-B0dptoXq.mjs} +9 -9
- package/dist/{builtins-C_VfEGdg.mjs.map → builtins-B0dptoXq.mjs.map} +1 -1
- package/dist/{builtins-BW3g09hP.mjs → builtins-N3mDa6bM.mjs} +7 -7
- package/dist/cli.mjs +4 -4
- package/dist/{config-DsQe2yzy.mjs → config-Bc6ERRTE.mjs} +2 -2
- package/dist/{config-DDrgs-I3.mjs → config-CRi3zCxk.mjs} +3 -3
- package/dist/{config-DDrgs-I3.mjs.map → config-CRi3zCxk.mjs.map} +1 -1
- package/dist/{generator-extension-DRNQpoZP.mjs → generator-extension-C-HwKvFf.mjs} +3 -3
- package/dist/{generator-extension-DRNQpoZP.mjs.map → generator-extension-C-HwKvFf.mjs.map} +1 -1
- package/dist/index.mjs +4 -4
- package/dist/{plugin-6_YlK-JG.mjs → plugin-DfomEcef.mjs} +4 -4
- package/dist/{plugin-6_YlK-JG.mjs.map → plugin-DfomEcef.mjs.map} +1 -1
- package/dist/{plugin-CQ0yYXyr.mjs → plugin-b7ig7Uxv.mjs} +2 -2
- package/dist/{rolldown-runtime-CYBbkZNy.mjs → rolldown-runtime-CV_zlh2d.mjs} +1 -1
- package/dist/{run-plugins-B1R0HG0g.mjs → run-plugins-D9abb5Nx.mjs} +2 -2
- package/dist/{typegen-DugZmi-0.mjs → typegen-B9S81bOx.mjs} +6 -6
- package/dist/{typegen-DugZmi-0.mjs.map → typegen-B9S81bOx.mjs.map} +1 -1
- package/dist/{typegen-CYCsmCRF.mjs → typegen-BKUAdp_3.mjs} +5 -5
- package/dist/{types-CGB8BiQh.mjs → types-CU89yUxU.mjs} +2 -2
- package/dist/{types-CGB8BiQh.mjs.map → types-CU89yUxU.mjs.map} +1 -1
- package/package.json +4 -4
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @forinda/kickjs-cli v5.2.
|
|
2
|
+
* @forinda/kickjs-cli v5.2.1
|
|
3
3
|
*
|
|
4
4
|
* Copyright (c) Felix Orinda
|
|
5
5
|
*
|
|
@@ -8,11 +8,11 @@
|
|
|
8
8
|
*
|
|
9
9
|
* @license MIT
|
|
10
10
|
*/
|
|
11
|
-
import { A as httpMethodColor, C as intro, D as select, E as outro, F as writeFileSafe, M as severityColor, N as fileExists, O as spinner, P as setDryRun, S as confirm, T as multiSelect, _ as pluralize, a as initProject, b as toKebabCase, c as generateKickJsSkills, d as generateService, f as generateGuard, g as resolveRepoType, h as generateModule, j as pc, k as text, l as generateDto, m as generateAdapter, n as tryDispatchPluginGenerator, o as generateAgents, p as generateMiddleware, s as generateClaude, t as listPluginGenerators, u as generateController, v as pluralizePascal, w as log, x as toPascalCase, y as toCamelCase } from "./generator-extension-
|
|
12
|
-
import { a as resolveModuleConfig, i as loadKickConfig, o as resolveTokenScope, t as PACKAGE_MANAGERS } from "./config-
|
|
13
|
-
import { n as defineCliPlugin } from "./types-
|
|
14
|
-
import { n as mergeCliPlugins } from "./plugin-
|
|
15
|
-
import { a as discoverAssets, i as TokenCollisionError, o as renderAssetTypes, r as watchTypegen, s as scanProject, t as runTypegen$1 } from "./typegen-
|
|
11
|
+
import { A as httpMethodColor, C as intro, D as select, E as outro, F as writeFileSafe, M as severityColor, N as fileExists, O as spinner, P as setDryRun, S as confirm, T as multiSelect, _ as pluralize, a as initProject, b as toKebabCase, c as generateKickJsSkills, d as generateService, f as generateGuard, g as resolveRepoType, h as generateModule, j as pc, k as text, l as generateDto, m as generateAdapter, n as tryDispatchPluginGenerator, o as generateAgents, p as generateMiddleware, s as generateClaude, t as listPluginGenerators, u as generateController, v as pluralizePascal, w as log, x as toPascalCase, y as toCamelCase } from "./generator-extension-C-HwKvFf.mjs";
|
|
12
|
+
import { a as resolveModuleConfig, i as loadKickConfig, o as resolveTokenScope, t as PACKAGE_MANAGERS } from "./config-CRi3zCxk.mjs";
|
|
13
|
+
import { n as defineCliPlugin } from "./types-CU89yUxU.mjs";
|
|
14
|
+
import { n as mergeCliPlugins } from "./plugin-DfomEcef.mjs";
|
|
15
|
+
import { a as discoverAssets, i as TokenCollisionError, o as renderAssetTypes, r as watchTypegen, s as scanProject, t as runTypegen$1 } from "./typegen-B9S81bOx.mjs";
|
|
16
16
|
import path, { basename, dirname, isAbsolute, join, relative, resolve, sep } from "node:path";
|
|
17
17
|
import { cpSync, existsSync, mkdirSync, readFileSync, readdirSync, rmSync, statSync, writeFileSync } from "node:fs";
|
|
18
18
|
import { mkdir, readFile, rm, writeFile } from "node:fs/promises";
|
|
@@ -3424,8 +3424,8 @@ function registerTypegenCommand(program) {
|
|
|
3424
3424
|
const cwd = process.cwd();
|
|
3425
3425
|
const config = await loadKickConfig(cwd);
|
|
3426
3426
|
if (opts.list) {
|
|
3427
|
-
const { mergeCliPlugins } = await import("./plugin-
|
|
3428
|
-
const { builtinCliPlugins } = await import("./builtins-
|
|
3427
|
+
const { mergeCliPlugins } = await import("./plugin-DfomEcef.mjs").then((n) => n.t);
|
|
3428
|
+
const { builtinCliPlugins } = await import("./builtins-B0dptoXq.mjs");
|
|
3429
3429
|
const merged = mergeCliPlugins([...builtinCliPlugins, ...config?.plugins ?? []], config?.commands ?? []);
|
|
3430
3430
|
const disabled = new Set(config?.typegen?.disable ?? []);
|
|
3431
3431
|
if (merged.typegens.length === 0) {
|
|
@@ -4179,4 +4179,4 @@ const builtinCliPlugins = [
|
|
|
4179
4179
|
//#endregion
|
|
4180
4180
|
export { builtinCliPlugins, applyDisableFilter as n, runAllPluginTypegens as t };
|
|
4181
4181
|
|
|
4182
|
-
//# sourceMappingURL=builtins-
|
|
4182
|
+
//# sourceMappingURL=builtins-B0dptoXq.mjs.map
|