done-coding-create 0.11.12 → 0.11.13

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-35579987.js";
2
+ import { c as m } from "./index-84747a83.js";
3
3
  import "@done-coding/cli-utils";
4
4
  import "node:child_process";
5
5
  import "node:fs";
@@ -7,7 +7,7 @@ import { getConfigPath as Mo, batchCompileHandler as ko, MODULE_DEFAULT_CONFIG_R
7
7
  import { getTargetRepoUrl as Go } from "@done-coding/cli-git";
8
8
  const Kn = "自定义模版路径", Wn = "某个git平台用户仓库", se = {
9
9
  name: "create-done-coding",
10
- version: "0.11.12",
10
+ version: "0.11.13",
11
11
  description: "项目创建命令行工具",
12
12
  bin: "es/cli.mjs",
13
13
  cliConfig: {
@@ -3569,7 +3569,7 @@ const Qf = 3e4, kn = Math.random(), mo = {
3569
3569
  }
3570
3570
  }), Zt = {
3571
3571
  name: "@done-coding/cli-git",
3572
- version: "0.6.5",
3572
+ version: "0.6.6",
3573
3573
  description: "git跨平台操作命令行工具",
3574
3574
  bin: {
3575
3575
  "dc-git": "es/cli.mjs"
package/es/index.mjs CHANGED
@@ -1,5 +1,5 @@
1
1
  #!/usr/bin/env node
2
- import { S as d, e as s, a as p, b as c, h as b, d as l } from "./index-35579987.js";
2
+ import { S as d, e as s, a as p, b as c, h as b, d as l } from "./index-84747a83.js";
3
3
  import "@done-coding/cli-utils";
4
4
  import "node:child_process";
5
5
  import "node:fs";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "done-coding-create",
3
- "version": "0.11.12",
3
+ "version": "0.11.13",
4
4
  "description": "项目创建命令行工具",
5
5
  "module": "es/index.mjs",
6
6
  "type": "module",
@@ -8,7 +8,8 @@
8
8
  "bin": "es/cli.mjs",
9
9
  "exports": {
10
10
  ".": {
11
- "import": "./es/index.mjs"
11
+ "import": "./es/index.mjs",
12
+ "types": "./types/index.d.ts"
12
13
  }
13
14
  },
14
15
  "files": [
@@ -40,11 +41,11 @@
40
41
  "node": ">=18.0.0"
41
42
  },
42
43
  "dependencies": {
43
- "@done-coding/cli-git": "^0.6.5",
44
- "@done-coding/cli-inject": "^0.5.13",
45
- "@done-coding/cli-template": "^0.8.0",
46
- "@done-coding/cli-utils": "^0.7.4"
44
+ "@done-coding/cli-git": "^0.6.6",
45
+ "@done-coding/cli-inject": "^0.5.14",
46
+ "@done-coding/cli-template": "^0.8.1",
47
+ "@done-coding/cli-utils": "^0.7.5"
47
48
  },
48
- "gitHead": "9b52d0d18f2b0f7e0498a8ef4dbd4a4c5fcd1ddf",
49
+ "gitHead": "fb405d55a9fe10014863d725b1f4e3bcd45412af",
49
50
  "scripts": {}
50
51
  }