xparse-cli 2.2.4-beta.1 → 2.2.4

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.md +3 -0
  2. package/package.json +8 -8
package/README.md CHANGED
@@ -16,6 +16,9 @@ npm install -g xparse-cli
16
16
 
17
17
  安装后可运行 `xparse-cli version` 检查版本。
18
18
 
19
+ WorkBuddy 集成、国内/海外 Connector 区别、beta 命名规则及完整发版步骤见
20
+ [WorkBuddy Connector 概念与发版流程](docs/workbuddy_connector_release.md)。
21
+
19
22
  ### 一键安装
20
23
 
21
24
  **Linux / macOS**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "xparse-cli",
3
- "version": "2.2.4-beta.1",
3
+ "version": "2.2.4",
4
4
  "description": "TextIn xParse command-line client for document parsing",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -19,15 +19,15 @@
19
19
  "node": ">=18"
20
20
  },
21
21
  "optionalDependencies": {
22
- "xparse-cli-darwin-amd64": "2.2.4-beta.1",
23
- "xparse-cli-darwin-arm64": "2.2.4-beta.1",
24
- "xparse-cli-linux-amd64": "2.2.4-beta.1",
25
- "xparse-cli-linux-arm64": "2.2.4-beta.1",
26
- "xparse-cli-windows-amd64": "2.2.4-beta.1",
27
- "xparse-cli-windows-arm64": "2.2.4-beta.1"
22
+ "xparse-cli-darwin-amd64": "2.2.4",
23
+ "xparse-cli-darwin-arm64": "2.2.4",
24
+ "xparse-cli-linux-amd64": "2.2.4",
25
+ "xparse-cli-linux-arm64": "2.2.4",
26
+ "xparse-cli-windows-amd64": "2.2.4",
27
+ "xparse-cli-windows-arm64": "2.2.4"
28
28
  },
29
29
  "publishConfig": {
30
30
  "access": "public",
31
- "tag": "beta"
31
+ "tag": "latest"
32
32
  }
33
33
  }