cmyr-template-cli 1.43.1 → 1.43.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/dist/plopfile.js +1 -6
- package/package.json +5 -5
package/dist/plopfile.js
CHANGED
|
@@ -2214,11 +2214,6 @@ async function init(projectPath, answers) {
|
|
|
2214
2214
|
cwd: projectPath
|
|
2215
2215
|
});
|
|
2216
2216
|
const pkg = await readPackageJson(projectPath);
|
|
2217
|
-
if (pkg?.scripts?.lint) {
|
|
2218
|
-
await asyncExec(`${PACKAGE_MANAGER} run lint`, {
|
|
2219
|
-
cwd: projectPath
|
|
2220
|
-
});
|
|
2221
|
-
}
|
|
2222
2217
|
} else if (templateMeta?.runtime === "java") {
|
|
2223
2218
|
await asyncExec("java -version", {
|
|
2224
2219
|
cwd: projectPath
|
|
@@ -2277,7 +2272,7 @@ async function init(projectPath, answers) {
|
|
|
2277
2272
|
await asyncExec("git add .", {
|
|
2278
2273
|
cwd: projectPath
|
|
2279
2274
|
});
|
|
2280
|
-
await asyncExec('git commit -m "chore: init" --no-gpg', {
|
|
2275
|
+
await asyncExec('git commit -m "chore: init" --no-gpg --no-verify', {
|
|
2281
2276
|
cwd: projectPath
|
|
2282
2277
|
});
|
|
2283
2278
|
} catch (error) {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "cmyr-template-cli",
|
|
3
|
-
"version": "1.43.
|
|
3
|
+
"version": "1.43.3",
|
|
4
4
|
"description": "草梅友仁自制的项目模板创建器",
|
|
5
5
|
"author": "CaoMeiYouRen",
|
|
6
6
|
"license": "MIT",
|
|
@@ -43,7 +43,7 @@
|
|
|
43
43
|
"@types/inquirer": "^9.0.3",
|
|
44
44
|
"@types/libsodium-wrappers": "^0.7.14",
|
|
45
45
|
"@types/lodash": "^4.14.165",
|
|
46
|
-
"@types/node": "^
|
|
46
|
+
"@types/node": "^25.3.0",
|
|
47
47
|
"@vitest/coverage-v8": "^4.0.9",
|
|
48
48
|
"commitizen": "^4.3.1",
|
|
49
49
|
"commitlint-config-cmyr": "1.0.0",
|
|
@@ -57,7 +57,7 @@
|
|
|
57
57
|
"husky": "^9.0.5",
|
|
58
58
|
"lint-staged": "^16.1.0",
|
|
59
59
|
"rimraf": "^6.0.0",
|
|
60
|
-
"semantic-release": "25.0.
|
|
60
|
+
"semantic-release": "25.0.3",
|
|
61
61
|
"semantic-release-cmyr-config": "1.0.1",
|
|
62
62
|
"tsup": "^8.3.5",
|
|
63
63
|
"tsx": "^4.20.5",
|
|
@@ -73,10 +73,10 @@
|
|
|
73
73
|
"commander": "^14.0.0",
|
|
74
74
|
"dayjs": "^1.9.6",
|
|
75
75
|
"download-git-repo": "^3.0.2",
|
|
76
|
-
"ejs": "^
|
|
76
|
+
"ejs": "^4.0.1",
|
|
77
77
|
"fs-extra": "^11.0.0",
|
|
78
78
|
"json5": "^2.2.1",
|
|
79
|
-
"libsodium-wrappers": "
|
|
79
|
+
"libsodium-wrappers": "0.8.2",
|
|
80
80
|
"lodash": "^4.17.20",
|
|
81
81
|
"minimist": "^1.2.5",
|
|
82
82
|
"ora": "^5.4.1",
|