create-done-coding 0.11.23-alpha.2 → 0.11.23-alpha.3

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 "./index-47b6ff1a.js";
2
+ import { c as m } from "./index-d77483f4.js";
3
3
  import "@done-coding/cli-utils";
4
4
  import "node:fs";
5
5
  import "node:path";
@@ -6,7 +6,7 @@ import { getConfigPath as zo, batchCompileHandler as Xo, MODULE_DEFAULT_CONFIG_R
6
6
  import { getTargetRepoUrl as Yo } from "@done-coding/cli-git";
7
7
  const ie = {
8
8
  name: "create-done-coding",
9
- version: "0.11.23-alpha.2",
9
+ version: "0.11.23-alpha.3",
10
10
  description: "项目创建命令行工具",
11
11
  bin: "es/cli.mjs",
12
12
  cliConfig: {
@@ -4183,6 +4183,7 @@ const Vp = async (e) => {
4183
4183
  type: "string"
4184
4184
  }
4185
4185
  }), Ao = async (e) => {
4186
+ console.log(process.env);
4186
4187
  const t = Ho();
4187
4188
  _.info(`版本: ${ie.version}`);
4188
4189
  const {
package/es/index.mjs CHANGED
@@ -1,5 +1,5 @@
1
1
  #!/usr/bin/env node
2
- import { F as s, G as t, S as d, e as c, a as p, b as u, h as l, d as b, i as f } from "./index-47b6ff1a.js";
2
+ import { F as s, G as t, S as d, e as c, a as p, b as u, h as l, d as b, i as f } from "./index-d77483f4.js";
3
3
  import "@done-coding/cli-utils";
4
4
  import "node:fs";
5
5
  import "node:path";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-done-coding",
3
- "version": "0.11.23-alpha.2",
3
+ "version": "0.11.23-alpha.3",
4
4
  "description": "项目创建命令行工具",
5
5
  "module": "es/index.mjs",
6
6
  "type": "module",
@@ -55,5 +55,5 @@
55
55
  "@done-coding/cli-utils": "0.8.2-alpha.2",
56
56
  "@done-coding/mcp-utils": "0.0.1-alpha.0"
57
57
  },
58
- "gitHead": "7683cce31678dfecc6b35014f9658ad8b59f0c97"
58
+ "gitHead": "e2df73975399b183aafc272e31472063dd415993"
59
59
  }
package/types/index.d.ts CHANGED
@@ -112,7 +112,7 @@ export declare const handler: (command: SubcommandEnum, argv: CliHandlerArgv<any
112
112
 
113
113
  export declare const injectInfo: {
114
114
  "name": "create-done-coding",
115
- "version": "0.11.23-alpha.2",
115
+ "version": "0.11.23-alpha.3",
116
116
  "description": "项目创建命令行工具",
117
117
  "bin": "es/cli.mjs",
118
118
  "cliConfig": {