create-done-coding 0.11.24-alpha.4 → 0.11.24-alpha.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/es/cli.mjs CHANGED
@@ -1,5 +1,5 @@
1
1
  #!/usr/bin/env node
2
- import { c as m } from "./main-e22325b3.js";
2
+ import { c as m } from "./main-3641f957.js";
3
3
  import "@done-coding/cli-utils";
4
4
  import "node:fs";
5
5
  import "node:path";
package/es/index.mjs CHANGED
@@ -1,6 +1,6 @@
1
1
  #!/usr/bin/env node
2
- import { i as s, F as n, g as c } from "./main-e22325b3.js";
3
- import { G as S, S as j, e as G, a as M, b as I, h as O, d as H } from "./main-e22325b3.js";
2
+ import { i as s, F as n, g as c } from "./main-3641f957.js";
3
+ import { G as S, S as j, e as G, a as M, b as I, h as O, d as H } from "./main-3641f957.js";
4
4
  import { outputConsole as i, hijackChildProcess as l, params2cliParams as p, updateEnvConfig as u } from "@done-coding/cli-utils";
5
5
  import { createServer as d } from "@done-coding/mcp-utils";
6
6
  import { fileURLToPath as g } from "node:url";
@@ -7,7 +7,7 @@ import { getTargetRepoUrl as Qo } from "@done-coding/cli-git";
7
7
  import { execSync as F } from "node:child_process";
8
8
  const ie = {
9
9
  name: "create-done-coding",
10
- version: "0.11.24-alpha.4",
10
+ version: "0.11.24-alpha.5",
11
11
  description: "项目创建命令行工具",
12
12
  bin: {
13
13
  "create-done-coding": "es/cli.mjs",
@@ -3609,7 +3609,7 @@ const lp = 3e4, Kn = Math.random(), Ro = {
3609
3609
  }
3610
3610
  }), tn = {
3611
3611
  name: "@done-coding/cli-git",
3612
- version: "0.6.14-alpha.0",
3612
+ version: "0.6.14-alpha.1",
3613
3613
  description: "git跨平台操作命令行工具",
3614
3614
  bin: {
3615
3615
  "dc-git": "es/cli.mjs"
@@ -4288,7 +4288,7 @@ const Wp = async (e) => {
4288
4288
  $projectName: s
4289
4289
  }
4290
4290
  }), lt(g, { force: !0 }), _.stage("模板项目配置编译成功, 编译配置文件已删除"))), !e.openGitDetailOptimize)
4291
- return _.stage("移除克隆仓库的git控制"), await cn(a), process.exit(0);
4291
+ return _.stage("移除克隆仓库的git控制"), await cn(a), _.success("项目创建成功,移除克隆仓库的git控制成功"), process.exit(0);
4292
4292
  if (_.stage("项目初始化完成"), u) {
4293
4293
  const h = Be.resolve(a), m = Be.resolve(h, ".git");
4294
4294
  if (!un(m))
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-done-coding",
3
- "version": "0.11.24-alpha.4",
3
+ "version": "0.11.24-alpha.5",
4
4
  "description": "项目创建命令行工具",
5
5
  "module": "es/index.mjs",
6
6
  "type": "module",
@@ -38,7 +38,7 @@
38
38
  "license": "MIT",
39
39
  "sideEffects": false,
40
40
  "devDependencies": {
41
- "@done-coding/cli-inject": "0.5.22-alpha.0",
41
+ "@done-coding/cli-inject": "0.5.22-alpha.1",
42
42
  "@types/node": "^18.0.0",
43
43
  "@types/yargs": "^17.0.28",
44
44
  "typescript": "^5.8.3",
@@ -46,13 +46,13 @@
46
46
  "vite-plugin-dts": "^3.6.0"
47
47
  },
48
48
  "dependencies": {
49
- "@done-coding/cli-git": "0.6.14-alpha.0",
50
- "@done-coding/cli-template": "0.8.9-alpha.0",
51
- "@done-coding/cli-utils": "0.8.3-alpha.0",
49
+ "@done-coding/cli-git": "0.6.14-alpha.1",
50
+ "@done-coding/cli-template": "0.8.9-alpha.1",
51
+ "@done-coding/cli-utils": "0.8.3-alpha.1",
52
52
  "@done-coding/mcp-utils": "0.0.2-alpha.2"
53
53
  },
54
54
  "engines": {
55
55
  "node": ">=18.0.0"
56
56
  },
57
- "gitHead": "9ef471070bc3f5010365ee288d3ef2a2a553ab02"
57
+ "gitHead": "c316dae3339308b554618b88b3e826502c5fc9f1"
58
58
  }
package/types/index.d.ts CHANGED
@@ -121,7 +121,7 @@ export declare const handler: (command: SubcommandEnum, argv: CliHandlerArgv<any
121
121
 
122
122
  export declare const injectInfo: {
123
123
  "name": "create-done-coding",
124
- "version": "0.11.24-alpha.4",
124
+ "version": "0.11.24-alpha.5",
125
125
  "description": "项目创建命令行工具",
126
126
  "bin": {
127
127
  "create-done-coding": "es/cli.mjs",