@forinda/kickjs-cli 1.4.1-alpha.0 → 1.5.0
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/cli.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
|
-
import { _ as E, a as ee, b as P, c as te, d as oe, f as re, g as S, h as L, i as ne, l as ie, m as se, n as w, o as ae, p as _, r as R, s as ce, u as de, v as M, y as $ } from "./config-
|
|
2
|
+
import { _ as E, a as ee, b as P, c as te, d as oe, f as re, g as S, h as L, i as ne, l as ie, m as se, n as w, o as ae, p as _, r as R, s as ce, u as de, v as M, y as $ } from "./config-BfcuZ6Xh.js";
|
|
3
3
|
import { basename as pe, dirname as le, join as g, resolve as m } from "node:path";
|
|
4
4
|
import { createInterface as N } from "node:readline";
|
|
5
5
|
import { readFile as B, rm as me, writeFile as W } from "node:fs/promises";
|
|
@@ -2090,10 +2090,10 @@ function je(r, e, t) {
|
|
|
2090
2090
|
"@forinda/kickjs-cli": t,
|
|
2091
2091
|
"@swc/core": "^1.7.28",
|
|
2092
2092
|
"@types/express": "^5.0.6",
|
|
2093
|
-
"@types/node": "^
|
|
2093
|
+
"@types/node": "^24.5.2",
|
|
2094
2094
|
"unplugin-swc": "^1.5.9",
|
|
2095
2095
|
vite: "^8.0.2",
|
|
2096
|
-
vitest: "^
|
|
2096
|
+
vitest: "^3.2.4",
|
|
2097
2097
|
typescript: "^5.9.2",
|
|
2098
2098
|
prettier: "^3.8.1"
|
|
2099
2099
|
}
|
package/dist/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { _ as a, a as s, c as r, d as t, g as o, h as n, i, l as g, n as l, o as d, p as C, s as c, t as p, u as f } from "./config-
|
|
1
|
+
import { _ as a, a as s, c as r, d as t, g as o, h as n, i, l as g, n as l, o as d, p as C, s as c, t as p, u as f } from "./config-BfcuZ6Xh.js";
|
|
2
2
|
export {
|
|
3
3
|
p as defineConfig,
|
|
4
4
|
f as generateAdapter,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@forinda/kickjs-cli",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.5.0",
|
|
4
4
|
"description": "CLI for KickJS — project scaffolding, DDD module generation, dev/build/start",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"kickjs",
|
|
@@ -57,10 +57,10 @@
|
|
|
57
57
|
},
|
|
58
58
|
"devDependencies": {
|
|
59
59
|
"@swc/core": "^1.7.28",
|
|
60
|
-
"@types/node": "^
|
|
60
|
+
"@types/node": "^24.5.2",
|
|
61
61
|
"vite": "^8.0.2",
|
|
62
62
|
"typescript": "^5.9.2",
|
|
63
|
-
"vitest": "^
|
|
63
|
+
"vitest": "^3.2.4"
|
|
64
64
|
},
|
|
65
65
|
"publishConfig": {
|
|
66
66
|
"access": "public"
|