create-done-coding 0.11.24-alpha.7 → 0.11.24

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-722e0050.js";
2
+ import { c as m } from "./index-16ca177d.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 Vo, MODULE_DEFAULT_CONFIG_R
6
6
  import { getTargetRepoUrl as Qo } from "@done-coding/cli-git";
7
7
  const ie = {
8
8
  name: "create-done-coding",
9
- version: "0.11.24-alpha.7",
9
+ version: "0.11.24",
10
10
  description: "项目创建命令行工具",
11
11
  bin: {
12
12
  "create-done-coding": "es/cli.mjs"
@@ -3607,7 +3607,7 @@ const lp = 3e4, Kn = Math.random(), Ro = {
3607
3607
  }
3608
3608
  }), tn = {
3609
3609
  name: "@done-coding/cli-git",
3610
- version: "0.6.14-alpha.3",
3610
+ version: "0.6.14",
3611
3611
  description: "git跨平台操作命令行工具",
3612
3612
  bin: {
3613
3613
  "dc-git": "es/cli.mjs"
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-722e0050.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-16ca177d.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.24-alpha.7",
3
+ "version": "0.11.24",
4
4
  "description": "项目创建命令行工具",
5
5
  "module": "es/index.mjs",
6
6
  "type": "module",
@@ -37,7 +37,7 @@
37
37
  "license": "MIT",
38
38
  "sideEffects": false,
39
39
  "devDependencies": {
40
- "@done-coding/cli-inject": "0.5.22-alpha.3",
40
+ "@done-coding/cli-inject": "0.5.22",
41
41
  "@types/node": "^18.0.0",
42
42
  "@types/yargs": "^17.0.28",
43
43
  "typescript": "^5.8.3",
@@ -45,12 +45,12 @@
45
45
  "vite-plugin-dts": "^3.6.0"
46
46
  },
47
47
  "dependencies": {
48
- "@done-coding/cli-git": "0.6.14-alpha.3",
49
- "@done-coding/cli-template": "0.8.9-alpha.3",
50
- "@done-coding/cli-utils": "0.8.3-alpha.3"
48
+ "@done-coding/cli-git": "0.6.14",
49
+ "@done-coding/cli-template": "0.8.9",
50
+ "@done-coding/cli-utils": "0.8.3"
51
51
  },
52
52
  "engines": {
53
53
  "node": ">=18.0.0"
54
54
  },
55
- "gitHead": "30a4e6c8721e6bcafa72d4e05b35b5ed5fc75c0d"
55
+ "gitHead": "4893b466954ef5925151d8dfc8fc8aa558ce654c"
56
56
  }
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.7",
124
+ "version": "0.11.24",
125
125
  "description": "项目创建命令行工具",
126
126
  "bin": {
127
127
  "create-done-coding": "es/cli.mjs"