auto-cr-cmd 2.0.44 → 2.0.46

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/README.md CHANGED
@@ -199,7 +199,7 @@ We welcome contributions through Issues or Pull Requests. Please read:
199
199
  ## Community & Support
200
200
 
201
201
  - Issues: [Issue Tracker](https://github.com/wangweiwei/auto-cr/issues)
202
- - Discussions: [Community Discussions](https://github.com/wangweiwei/auto-cr/wiki)
202
+ - Discussions: [Community Discussions](https://github.com/wangweiwei/auto-cr/discussions)
203
203
 
204
204
  ---
205
205
 
package/README.zh-CN.md CHANGED
@@ -199,7 +199,7 @@ examples/
199
199
  ## 社区与支持
200
200
 
201
201
  - 问题反馈:[Issue Tracker](https://github.com/wangweiwei/auto-cr/issues)
202
- - 讨论社区:[Community Discussions](https://github.com/wangweiwei/auto-cr/wiki)
202
+ - 讨论社区:[Community Discussions](https://github.com/wangweiwei/auto-cr/discussions)
203
203
 
204
204
  ---
205
205
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "auto-cr-cmd",
3
- "version": "2.0.44",
3
+ "version": "2.0.46",
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",
@@ -48,7 +48,7 @@
48
48
  "dependencies": {
49
49
  "@swc/core": "^1.13.20",
50
50
  "@swc/wasm": "^1.13.20",
51
- "auto-cr-rules": "^2.0.44",
51
+ "auto-cr-rules": "^2.0.46",
52
52
  "commander": "^14.0.0",
53
53
  "consola": "^3.4.2"
54
54
  },