@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.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @forinda/kickjs-cli v5.2.0
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-DRNQpoZP.mjs";
12
- import { a as resolveModuleConfig, i as loadKickConfig, o as resolveTokenScope, t as PACKAGE_MANAGERS } from "./config-DDrgs-I3.mjs";
13
- import { n as defineCliPlugin } from "./types-CGB8BiQh.mjs";
14
- import { n as mergeCliPlugins } from "./plugin-6_YlK-JG.mjs";
15
- import { a as discoverAssets, i as TokenCollisionError, o as renderAssetTypes, r as watchTypegen, s as scanProject, t as runTypegen$1 } from "./typegen-DugZmi-0.mjs";
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-6_YlK-JG.mjs").then((n) => n.t);
3428
- const { builtinCliPlugins } = await import("./builtins-C_VfEGdg.mjs");
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-C_VfEGdg.mjs.map
4182
+ //# sourceMappingURL=builtins-B0dptoXq.mjs.map