create-done-coding 0.11.27-alpha.1 → 0.12.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 CHANGED
@@ -1,5 +1,5 @@
1
1
  #!/usr/bin/env node
2
- import { c as m } from "./index-52a37dc7.js";
2
+ import { c as m } from "./index-2fb632d3.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.27-alpha.1",
9
+ version: "0.12.0",
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.16-alpha.0",
3610
+ version: "0.7.0",
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-52a37dc7.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-2fb632d3.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.27-alpha.1",
3
+ "version": "0.12.0",
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.24-alpha.0",
40
+ "@done-coding/cli-inject": "0.6.0",
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.16-alpha.0",
49
- "@done-coding/cli-template": "0.8.11-alpha.0",
50
- "@done-coding/cli-utils": "0.8.5-alpha.0"
48
+ "@done-coding/cli-git": "0.7.0",
49
+ "@done-coding/cli-template": "0.9.0",
50
+ "@done-coding/cli-utils": "0.9.0"
51
51
  },
52
52
  "engines": {
53
53
  "node": ">=18.0.0"
54
54
  },
55
- "gitHead": "de494b5801a560c4d2dc9a7f2067ac390fb960b3"
55
+ "gitHead": "d72c025c7c59964ef0617891bec9e34df015bd47"
56
56
  }
package/types/index.d.ts CHANGED
@@ -120,7 +120,7 @@ export declare const handler: (command: SubcommandEnum, argv: CliHandlerArgv<any
120
120
 
121
121
  export declare const injectInfo: {
122
122
  "name": "create-done-coding",
123
- "version": "0.11.27-alpha.1",
123
+ "version": "0.12.0",
124
124
  "description": "项目创建命令行工具",
125
125
  "bin": {
126
126
  "create-done-coding": "es/cli.mjs"