@alibaba-group/open-code-review 1.11.0 → 1.11.2

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/README.zh-CN.md +1 -1
  2. package/package.json +7 -7
package/README.zh-CN.md CHANGED
@@ -137,7 +137,7 @@ cd your-project
137
137
  # 工作区模式 —— 审查所有暂存、未暂存和未跟踪的变更
138
138
  ocr review
139
139
 
140
- # 分支范围 —— 评审 feature-branch 自与 main 分叉以来的变更(合并基准模式)
140
+ # 分支范围 —— 评审 feature-branch main 分叉后的变更(合并基准模式)
141
141
  ocr review --from main --to feature-branch
142
142
 
143
143
  # 单个提交
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alibaba-group/open-code-review",
3
- "version": "1.11.0",
3
+ "version": "1.11.2",
4
4
  "description": "OpenCodeReview CLI — AI-powered code review tool",
5
5
  "bin": {
6
6
  "ocr": "bin/ocr.js"
@@ -31,12 +31,12 @@
31
31
  "checksumPattern": "https://github.com/alibaba/open-code-review/releases/download/v{version}/sha256sum.txt"
32
32
  },
33
33
  "optionalDependencies": {
34
- "@alibaba-group/ocr-darwin-arm64": "1.11.0",
35
- "@alibaba-group/ocr-darwin-x64": "1.11.0",
36
- "@alibaba-group/ocr-linux-arm64": "1.11.0",
37
- "@alibaba-group/ocr-linux-x64": "1.11.0",
38
- "@alibaba-group/ocr-win32-arm64": "1.11.0",
39
- "@alibaba-group/ocr-win32-x64": "1.11.0"
34
+ "@alibaba-group/ocr-darwin-arm64": "1.11.2",
35
+ "@alibaba-group/ocr-darwin-x64": "1.11.2",
36
+ "@alibaba-group/ocr-linux-arm64": "1.11.2",
37
+ "@alibaba-group/ocr-linux-x64": "1.11.2",
38
+ "@alibaba-group/ocr-win32-arm64": "1.11.2",
39
+ "@alibaba-group/ocr-win32-x64": "1.11.2"
40
40
  },
41
41
  "engines": {
42
42
  "node": ">=14"