create-done-coding 0.11.4 → 0.11.6-alpha.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
|
@@ -7,7 +7,7 @@ import { getConfigPath as fo, batchCompileHandler as po, MODULE_DEFAULT_CONFIG_R
|
|
|
7
7
|
import { getTargetRepoUrl as mo } from "@done-coding/cli-git";
|
|
8
8
|
const Le = {
|
|
9
9
|
name: "create-done-coding",
|
|
10
|
-
version: "0.11.
|
|
10
|
+
version: "0.11.6-alpha.0",
|
|
11
11
|
description: "项目创建命令行工具",
|
|
12
12
|
cliConfig: {
|
|
13
13
|
namespaceDir: ".done-coding",
|
|
@@ -3587,7 +3587,7 @@ const Of = 3e4, An = Math.random(), eo = {
|
|
|
3587
3587
|
}
|
|
3588
3588
|
}), Nf = {
|
|
3589
3589
|
name: "@done-coding/cli-git",
|
|
3590
|
-
version: "0.5.
|
|
3590
|
+
version: "0.5.5-alpha.0",
|
|
3591
3591
|
description: "git跨平台操作命令行工具",
|
|
3592
3592
|
cliConfig: {
|
|
3593
3593
|
namespaceDir: ".done-coding",
|
package/es/index.mjs
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "create-done-coding",
|
|
3
|
-
"version": "0.11.
|
|
3
|
+
"version": "0.11.6-alpha.0",
|
|
4
4
|
"description": "项目创建命令行工具",
|
|
5
5
|
"module": "es/index.mjs",
|
|
6
6
|
"type": "module",
|
|
@@ -48,10 +48,10 @@
|
|
|
48
48
|
"node": ">=18.0.0"
|
|
49
49
|
},
|
|
50
50
|
"dependencies": {
|
|
51
|
-
"@done-coding/cli-git": "^0.5.
|
|
52
|
-
"@done-coding/cli-inject": "^0.5.
|
|
53
|
-
"@done-coding/cli-template": "^0.7.
|
|
54
|
-
"@done-coding/cli-utils": "^0.
|
|
51
|
+
"@done-coding/cli-git": "^0.5.5-alpha.0",
|
|
52
|
+
"@done-coding/cli-inject": "^0.5.7-alpha.0",
|
|
53
|
+
"@done-coding/cli-template": "^0.7.8-alpha.0",
|
|
54
|
+
"@done-coding/cli-utils": "^0.5.0-alpha.0"
|
|
55
55
|
},
|
|
56
|
-
"gitHead": "
|
|
56
|
+
"gitHead": "86cdd3eaf8cc8be3e48a812b93fd7c2110fcc879"
|
|
57
57
|
}
|