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.
- package/README.md +1 -1
- 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
|
|
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.
|
|
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.
|
|
23
|
-
"xparse-cli-darwin-arm64": "2.4.
|
|
24
|
-
"xparse-cli-linux-amd64": "2.4.
|
|
25
|
-
"xparse-cli-linux-arm64": "2.4.
|
|
26
|
-
"xparse-cli-windows-amd64": "2.4.
|
|
27
|
-
"xparse-cli-windows-arm64": "2.4.
|
|
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",
|