xparse-cli 2.4.4-beta.8 → 2.4.5-beta.1

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
@@ -660,4 +660,4 @@ return upload identities for recovery and use the page's managed import pipeline
660
660
  `task page` requires the backend's `page-session?result_page_url=true` support and
661
661
  returns the exact server-issued URL; never build grants in the client.
662
662
 
663
- Regional availability follows the page: task list, spec set/clarify, whole-task or scoped retry, preview and version history are domestic-only. Other operations retain their existing regional rules. These additions are source changes and require a new CLI/Connector build; they are not part of the previously released beta.3.
663
+ Regional availability follows the page: task list, spec set/clarify, whole-task or scoped retry, preview and version history are domestic-only. Other operations retain their existing regional rules. These additions require a matching CLI/Connector build; check the installed CLI's command help before using them.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "xparse-cli",
3
- "version": "2.4.4-beta.8",
3
+ "version": "2.4.5-beta.1",
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.4.4-beta.8",
23
- "xparse-cli-darwin-arm64": "2.4.4-beta.8",
24
- "xparse-cli-linux-amd64": "2.4.4-beta.8",
25
- "xparse-cli-linux-arm64": "2.4.4-beta.8",
26
- "xparse-cli-windows-amd64": "2.4.4-beta.8",
27
- "xparse-cli-windows-arm64": "2.4.4-beta.8"
22
+ "xparse-cli-darwin-amd64": "2.4.5-beta.1",
23
+ "xparse-cli-darwin-arm64": "2.4.5-beta.1",
24
+ "xparse-cli-linux-amd64": "2.4.5-beta.1",
25
+ "xparse-cli-linux-arm64": "2.4.5-beta.1",
26
+ "xparse-cli-windows-amd64": "2.4.5-beta.1",
27
+ "xparse-cli-windows-arm64": "2.4.5-beta.1"
28
28
  },
29
29
  "publishConfig": {
30
30
  "access": "public",