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 +1 -1
- package/es/{index-890cd24a.js → index-47ef88b7.js} +2 -2
- package/es/index.mjs +1 -1
- package/package.json +6 -6
package/es/cli.mjs
CHANGED
|
@@ -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.
|
|
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.
|
|
3571
|
+
version: "0.6.3",
|
|
3572
3572
|
description: "git跨平台操作命令行工具",
|
|
3573
3573
|
cliConfig: {
|
|
3574
3574
|
namespaceDir: ".done-coding",
|
package/es/index.mjs
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "done-coding-create",
|
|
3
|
-
"version": "0.11.
|
|
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.
|
|
44
|
-
"@done-coding/cli-inject": "^0.5.
|
|
45
|
-
"@done-coding/cli-template": "^0.7.
|
|
46
|
-
"@done-coding/cli-utils": "^0.7.
|
|
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": "
|
|
48
|
+
"gitHead": "ad322da7f5d0897ee91a399aff9a14b111d62825",
|
|
49
49
|
"scripts": {}
|
|
50
50
|
}
|