create-done-coding 0.13.1-alpha.0 → 0.14.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/es/cli.mjs +1 -1
- package/es/{index-42cea2ea.js → index-8c566507.js} +723 -732
- package/es/index.mjs +1 -1
- package/package.json +6 -6
- package/types/index.d.ts +1 -1
package/es/index.mjs
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
|
-
import { C as p, F as c, G as l, L as C, S as d, k as u, f as T, a as f, e as E, h as L, g as P, j as I, i as A, p as F, b as R, d as b, r as g } from "./index-
|
|
2
|
+
import { C as p, F as c, G as l, L as C, S as d, k as u, f as T, a as f, e as E, h as L, g as P, j as I, i as A, p as F, b as R, d as b, r as g } from "./index-8c566507.js";
|
|
3
3
|
import "@done-coding/cli-utils";
|
|
4
4
|
import "node:os";
|
|
5
5
|
import "node:path";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "create-done-coding",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.14.0",
|
|
4
4
|
"description": "项目创建命令行工具",
|
|
5
5
|
"module": "es/index.mjs",
|
|
6
6
|
"type": "module",
|
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
"license": "MIT",
|
|
40
40
|
"sideEffects": false,
|
|
41
41
|
"devDependencies": {
|
|
42
|
-
"@done-coding/cli-inject": "0.6.4
|
|
42
|
+
"@done-coding/cli-inject": "0.6.4",
|
|
43
43
|
"@types/node": "^18.0.0",
|
|
44
44
|
"@types/yargs": "^17.0.28",
|
|
45
45
|
"typescript": "^5.8.3",
|
|
@@ -48,12 +48,12 @@
|
|
|
48
48
|
"vitest": "^1.6.1"
|
|
49
49
|
},
|
|
50
50
|
"dependencies": {
|
|
51
|
-
"@done-coding/cli-git": "0.7.4
|
|
52
|
-
"@done-coding/cli-template": "0.
|
|
53
|
-
"@done-coding/cli-utils": "0.
|
|
51
|
+
"@done-coding/cli-git": "0.7.4",
|
|
52
|
+
"@done-coding/cli-template": "0.11.0",
|
|
53
|
+
"@done-coding/cli-utils": "0.11.0"
|
|
54
54
|
},
|
|
55
55
|
"engines": {
|
|
56
56
|
"node": ">=18.0.0"
|
|
57
57
|
},
|
|
58
|
-
"gitHead": "
|
|
58
|
+
"gitHead": "d5d89297f6cf953893f2d9ceb591c96ce0114656"
|
|
59
59
|
}
|
package/types/index.d.ts
CHANGED
|
@@ -230,7 +230,7 @@ export declare const handler: (command: SubcommandEnum, argv: CliHandlerArgv<any
|
|
|
230
230
|
|
|
231
231
|
export declare const injectInfo: {
|
|
232
232
|
"name": "create-done-coding",
|
|
233
|
-
"version": "0.
|
|
233
|
+
"version": "0.14.0",
|
|
234
234
|
"description": "项目创建命令行工具",
|
|
235
235
|
"bin": {
|
|
236
236
|
"create-done-coding": "es/cli.mjs"
|