xparse-cli 2.2.1-beta.3 → 2.2.1-beta.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 +1 -1
  2. package/package.json +7 -7
package/README.md CHANGED
@@ -11,7 +11,7 @@ Textin xParser 文档解析命令行工具,基于 [TextIn xParse API](https://
11
11
  需要 Node.js 18 或更高版本。Beta 版本必须显式安装,不会被普通安装或升级自动选中:
12
12
 
13
13
  ```bash
14
- npm install -g xparse-cli@2.2.1-beta.3
14
+ npm install -g xparse-cli@2.2.1-beta.2
15
15
  ```
16
16
 
17
17
  安装后可运行 `xparse-cli version` 检查版本。
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "xparse-cli",
3
- "version": "2.2.1-beta.3",
3
+ "version": "2.2.1-beta.4",
4
4
  "description": "TextIn xParse command-line client for document parsing",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -19,12 +19,12 @@
19
19
  "node": ">=18"
20
20
  },
21
21
  "optionalDependencies": {
22
- "xparse-cli-darwin-amd64": "2.2.1-beta.3",
23
- "xparse-cli-darwin-arm64": "2.2.1-beta.3",
24
- "xparse-cli-linux-amd64": "2.2.1-beta.3",
25
- "xparse-cli-linux-arm64": "2.2.1-beta.3",
26
- "xparse-cli-windows-amd64": "2.2.1-beta.3",
27
- "xparse-cli-windows-arm64": "2.2.1-beta.3"
22
+ "xparse-cli-darwin-amd64": "2.2.1-beta.4",
23
+ "xparse-cli-darwin-arm64": "2.2.1-beta.4",
24
+ "xparse-cli-linux-amd64": "2.2.1-beta.4",
25
+ "xparse-cli-linux-arm64": "2.2.1-beta.4",
26
+ "xparse-cli-windows-amd64": "2.2.1-beta.4",
27
+ "xparse-cli-windows-arm64": "2.2.1-beta.4"
28
28
  },
29
29
  "publishConfig": {
30
30
  "access": "public",