cmyr-template-cli 1.27.4 → 1.27.5

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cmyr-template-cli",
3
- "version": "1.27.4",
3
+ "version": "1.27.5",
4
4
  "description": "草梅友仁自制的项目模板创建器",
5
5
  "author": "CaoMeiYouRen",
6
6
  "license": "MIT",
@@ -47,7 +47,7 @@
47
47
  "@types/node": "^20.0.0",
48
48
  "@types/promise.any": "^2.0.0",
49
49
  "@typescript-eslint/eslint-plugin": "7.5.0",
50
- "@typescript-eslint/parser": "7.5.0",
50
+ "@typescript-eslint/parser": "7.7.1",
51
51
  "commitizen": "^4.2.2",
52
52
  "conventional-changelog-cli": "^4.0.0",
53
53
  "conventional-changelog-cmyr-config": "^2.1.1",
@@ -69,7 +69,7 @@
69
69
  ```sh
70
70
  git add .
71
71
  git cz # 使用 commitizen 提交!
72
- git pull # 请合并最新代码并解决冲突后提交!
72
+ git push # 请合并最新代码并解决冲突后提交!
73
73
  #请勿直接提交git commit
74
74
  #若觉得修改太多也可分开提交。先 git add 一部分,执行 git cz 提交后再提交另外一部分
75
75
  ```
@@ -16,5 +16,6 @@ module.exports = {
16
16
  ]],
17
17
  'subject-full-stop': [0, 'never'],
18
18
  'subject-case': [0, 'never'],
19
+ 'body-max-line-length': [0, 'never'],
19
20
  },
20
21
  }
@@ -16,5 +16,6 @@ module.exports = {
16
16
  ]],
17
17
  'subject-full-stop': [0, 'never'],
18
18
  'subject-case': [0, 'never'],
19
+ 'body-max-line-length': [0, 'never'],
19
20
  },
20
21
  }