auto-cr-cmd 1.0.7 → 1.0.8

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/index.js +0 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -106,7 +106,6 @@ function run() {
106
106
  plugins = void 0;
107
107
  if (ruleDir === null || ruleDir === void 0 ? void 0 : ruleDir.length) {
108
108
  ruleFullDir = path_1.default.resolve(__dirname, ruleDir !== null && ruleDir !== void 0 ? ruleDir : '');
109
- consola_1.consola.info("\u6269\u5C55\u89C4\u5219\u76EE\u5F55\uFF1A".concat(ruleFullDir));
110
109
  plugins = (0, file_1.getAllFiles)(ruleFullDir, [], ['.js'])
111
110
  .map(function (file) {
112
111
  var fileName = file.split('/').reverse()[0];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "auto-cr-cmd",
3
- "version": "1.0.7",
3
+ "version": "1.0.8",
4
4
  "description": "旨在帮助开发团队在代码合并或提交时快速进行智能化审查,提升代码质量与开发效率。",
5
5
  "type": "commonjs",
6
6
  "main": "./dist/index.js",