cmyr-template-cli 1.46.0 → 1.46.1

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.
Files changed (2) hide show
  1. package/dist/plopfile.js +2 -2
  2. package/package.json +6 -6
package/dist/plopfile.js CHANGED
@@ -576,10 +576,10 @@ var fix = (markdown, rules) => (0, import_core.lintMarkdown)(markdown, rules, tr
576
576
  function lintMd(markdown) {
577
577
  const rules = {
578
578
  "no-empty-code": 0,
579
- "no-trailing-punctuation": 0,
579
+ "correct-title-trailing-punctuation": 0,
580
580
  "no-long-code": 0,
581
581
  "no-empty-code-lang": 0,
582
- "no-empty-inlinecode": 0
582
+ "no-empty-inline-code": 0
583
583
  };
584
584
  const fixed = fix(markdown, rules);
585
585
  return fixed ?? markdown;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cmyr-template-cli",
3
- "version": "1.46.0",
3
+ "version": "1.46.1",
4
4
  "description": "草梅友仁自制的项目模板创建器",
5
5
  "author": "CaoMeiYouRen",
6
6
  "license": "MIT",
@@ -60,7 +60,7 @@
60
60
  "husky": "^9.0.5",
61
61
  "lint-staged": "^17.0.4",
62
62
  "rimraf": "^6.1.3",
63
- "semantic-release": "25.0.8",
63
+ "semantic-release": "25.0.9",
64
64
  "semantic-release-cmyr-config": "1.0.2",
65
65
  "tsup": "^8.5.1",
66
66
  "tsx": "^4.22.0",
@@ -71,14 +71,14 @@
71
71
  "dependencies": {
72
72
  "@colors/colors": "^1.6.0",
73
73
  "@lint-md/core": "^2.0.0",
74
- "acorn": "^8.16.0",
74
+ "acorn": "^8.18.0",
75
75
  "acorn-walk": "^8.3.5",
76
- "adm-zip": "^0.6.0",
77
- "axios": "^1.16.1",
76
+ "adm-zip": "^0.6.1",
77
+ "axios": "^1.20.0",
78
78
  "commander": "^15.0.0",
79
79
  "dayjs": "^1.11.20",
80
80
  "ejs": "^6.0.1",
81
- "fs-extra": "^11.3.5",
81
+ "fs-extra": "^11.4.0",
82
82
  "json5": "^2.2.1",
83
83
  "libsodium-wrappers": "0.8.4",
84
84
  "lodash": "^4.18.1",