auto-cr-cmd 2.0.4 → 2.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.
@@ -52,6 +52,7 @@ var translations = {
52
52
  var tag = _a.tag;
53
53
  var labels = {
54
54
  base: '基础规则',
55
+ untagged: '未定义'
55
56
  };
56
57
  return (_b = labels[tag]) !== null && _b !== void 0 ? _b : tag;
57
58
  },
@@ -103,6 +104,7 @@ var translations = {
103
104
  var tag = _a.tag;
104
105
  var labels = {
105
106
  base: 'Base Rules',
107
+ untagged: 'untagged'
106
108
  };
107
109
  return (_b = labels[tag]) !== null && _b !== void 0 ? _b : tag;
108
110
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "auto-cr-cmd",
3
- "version": "2.0.4",
3
+ "version": "2.0.8",
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",
@@ -36,7 +36,7 @@
36
36
  "dependencies": {
37
37
  "@swc/core": "^1.13.20",
38
38
  "@swc/wasm": "^1.13.20",
39
- "auto-cr-rules": "workspace:*",
39
+ "auto-cr-rules": "^2.0.8",
40
40
  "commander": "^14.0.0",
41
41
  "consola": "^3.4.2"
42
42
  },