auto-cr-cmd 2.0.85 → 2.0.87

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.
@@ -21,7 +21,7 @@ var translations = {
21
21
  },
22
22
  scanProgress: function (_a) {
23
23
  var percent = _a.percent, current = _a.current, total = _a.total;
24
- return "auto-cr-cmd \u626B\u63CF\u8FDB\u5EA6: ".concat(percent, "% (").concat(current, "/").concat(total, ")");
24
+ return "Auto Code Review \u626B\u63CF\u8FDB\u5EA6: ".concat(percent, "% (").concat(current, "/").concat(total, ")");
25
25
  },
26
26
  scanComplete: function () { return '代码扫描完成'; },
27
27
  scanError: function () { return '代码扫描过程中发生错误:'; },
@@ -139,7 +139,7 @@ var translations = {
139
139
  },
140
140
  scanProgress: function (_a) {
141
141
  var percent = _a.percent, current = _a.current, total = _a.total;
142
- return "auto-cr-cmd scan progress: ".concat(percent, "% (").concat(current, "/").concat(total, ")");
142
+ return "'Auto Code Review' scan progress: ".concat(percent, "% (").concat(current, "/").concat(total, ")");
143
143
  },
144
144
  scanComplete: function () { return 'Code scan complete'; },
145
145
  scanError: function () { return 'An error occurred during code scanning:'; },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "auto-cr-cmd",
3
- "version": "2.0.85",
3
+ "version": "2.0.87",
4
4
  "description": "Fast automated code review CLI powered by SWC-based static analysis",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/types/index.d.ts",
@@ -47,7 +47,7 @@
47
47
  "dependencies": {
48
48
  "@swc/core": "^1.15.8",
49
49
  "@swc/wasm": "^1.15.8",
50
- "auto-cr-rules": "^2.0.85",
50
+ "auto-cr-rules": "^2.0.87",
51
51
  "commander": "^14.0.2",
52
52
  "consola": "^3.4.2",
53
53
  "jsonc-parser": "^3.3.1",