create-done-coding 0.10.2-alpha.0 → 0.10.3
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 R, batchCompileHandler as A, MODULE_DEFAULT_CONFIG_REL
|
|
|
7
7
|
import { getTargetRepoUrl as O } from "@done-coding/cli-git";
|
|
8
8
|
const y = {
|
|
9
9
|
name: "create-done-coding",
|
|
10
|
-
version: "0.10.
|
|
10
|
+
version: "0.10.3",
|
|
11
11
|
description: "项目创建命令行工具",
|
|
12
12
|
cliConfig: {
|
|
13
13
|
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.10.
|
|
3
|
+
"version": "0.10.3",
|
|
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.
|
|
52
|
-
"@done-coding/cli-inject": "^0.5.
|
|
53
|
-
"@done-coding/cli-template": "^0.7.
|
|
54
|
-
"@done-coding/cli-utils": "^0.3.
|
|
51
|
+
"@done-coding/cli-git": "^0.4.0",
|
|
52
|
+
"@done-coding/cli-inject": "^0.5.2",
|
|
53
|
+
"@done-coding/cli-template": "^0.7.3",
|
|
54
|
+
"@done-coding/cli-utils": "^0.3.2"
|
|
55
55
|
},
|
|
56
|
-
"gitHead": "
|
|
56
|
+
"gitHead": "7a8d554748b844c8b7694c587983b21af902d5d1"
|
|
57
57
|
}
|