done-coding-create 0.11.9 → 0.11.10

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-890cd24a.js";
2
+ import { c as m } from "./index-47ef88b7.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 Do, batchCompileHandler as Lo, MODULE_DEFAULT_CONFIG_R
7
7
  import { getTargetRepoUrl as Mo } from "@done-coding/cli-git";
8
8
  const Gn = "自定义模版路径", qn = "某个git平台用户仓库", St = {
9
9
  name: "create-done-coding",
10
- version: "0.11.9",
10
+ version: "0.11.10",
11
11
  description: "项目创建命令行工具",
12
12
  cliConfig: {
13
13
  namespaceDir: ".done-coding",
@@ -3568,7 +3568,7 @@ const Jf = 3e4, In = Math.random(), po = {
3568
3568
  }
3569
3569
  }), go = {
3570
3570
  name: "@done-coding/cli-git",
3571
- version: "0.6.2",
3571
+ version: "0.6.3",
3572
3572
  description: "git跨平台操作命令行工具",
3573
3573
  cliConfig: {
3574
3574
  namespaceDir: ".done-coding",
package/es/index.mjs CHANGED
@@ -1,5 +1,5 @@
1
1
  #!/usr/bin/env node
2
- import { a as n, h as s } from "./index-890cd24a.js";
2
+ import { a as n, h as s } from "./index-47ef88b7.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.9",
3
+ "version": "0.11.10",
4
4
  "description": "项目创建命令行工具",
5
5
  "module": "es/index.mjs",
6
6
  "type": "module",
@@ -40,11 +40,11 @@
40
40
  "node": ">=18.0.0"
41
41
  },
42
42
  "dependencies": {
43
- "@done-coding/cli-git": "^0.6.2",
44
- "@done-coding/cli-inject": "^0.5.10",
45
- "@done-coding/cli-template": "^0.7.10",
46
- "@done-coding/cli-utils": "^0.7.1"
43
+ "@done-coding/cli-git": "^0.6.3",
44
+ "@done-coding/cli-inject": "^0.5.11",
45
+ "@done-coding/cli-template": "^0.7.11",
46
+ "@done-coding/cli-utils": "^0.7.2"
47
47
  },
48
- "gitHead": "299ab3991d6842c83d65816dfba6efd175aa885a",
48
+ "gitHead": "ad322da7f5d0897ee91a399aff9a14b111d62825",
49
49
  "scripts": {}
50
50
  }