done-coding-create 0.11.14 → 0.11.16
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-4a647b16.js → index-899813ab.js} +2 -2
- package/es/index.mjs +1 -1
- package/package.json +7 -7
package/es/cli.mjs
CHANGED
|
@@ -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.
|
|
10
|
+
version: "0.11.16",
|
|
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.
|
|
3572
|
+
version: "0.6.9",
|
|
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-
|
|
2
|
+
import { S as d, e as s, a as p, b as c, h as b, d as l } from "./index-899813ab.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.
|
|
3
|
+
"version": "0.11.16",
|
|
4
4
|
"description": "项目创建命令行工具",
|
|
5
5
|
"module": "es/index.mjs",
|
|
6
6
|
"type": "module",
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
],
|
|
20
20
|
"repository": {
|
|
21
21
|
"type": "git",
|
|
22
|
-
"url": "https://gitee.com/
|
|
22
|
+
"url": "https://gitee.com/done-coding/done-coding-cli.git",
|
|
23
23
|
"directory": "packages/create"
|
|
24
24
|
},
|
|
25
25
|
"publishConfig": {
|
|
@@ -41,11 +41,11 @@
|
|
|
41
41
|
"node": ">=18.0.0"
|
|
42
42
|
},
|
|
43
43
|
"dependencies": {
|
|
44
|
-
"@done-coding/cli-git": "
|
|
45
|
-
"@done-coding/cli-inject": "
|
|
46
|
-
"@done-coding/cli-template": "
|
|
47
|
-
"@done-coding/cli-utils": "
|
|
44
|
+
"@done-coding/cli-git": "0.6.9",
|
|
45
|
+
"@done-coding/cli-inject": "0.5.17",
|
|
46
|
+
"@done-coding/cli-template": "0.8.4",
|
|
47
|
+
"@done-coding/cli-utils": "0.7.7"
|
|
48
48
|
},
|
|
49
|
-
"gitHead": "
|
|
49
|
+
"gitHead": "60699aec488072491ef8643fafa9ffc4bdce48c3",
|
|
50
50
|
"scripts": {}
|
|
51
51
|
}
|