@uipath/ixp-tool 1.203.0-preview.180 → 1.203.0-preview.182
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/dist/index.js
CHANGED
|
@@ -2101,7 +2101,7 @@ var package_default = {
|
|
|
2101
2101
|
name: "@uipath/ixp-tool",
|
|
2102
2102
|
author: "UiPath",
|
|
2103
2103
|
license: "SEE LICENSE IN LICENSE.txt",
|
|
2104
|
-
version: "1.203.0-preview.
|
|
2104
|
+
version: "1.203.0-preview.182",
|
|
2105
2105
|
description: "Manage UiPath IXP projects, prompts, predictions, and model publishing.",
|
|
2106
2106
|
private: false,
|
|
2107
2107
|
repository: {
|
|
@@ -7402,7 +7402,7 @@ var package_default2 = {
|
|
|
7402
7402
|
name: "@uipath/ixp-sdk",
|
|
7403
7403
|
author: "UiPath",
|
|
7404
7404
|
license: "SEE LICENSE IN LICENSE.txt",
|
|
7405
|
-
version: "1.203.0-preview.
|
|
7405
|
+
version: "1.203.0-preview.182",
|
|
7406
7406
|
description: "SDK for the UiPath IXP (Intelligent eXtraction Platform) API — projects, taxonomies, prompts, predictions, and model publishing.",
|
|
7407
7407
|
repository: {
|
|
7408
7408
|
type: "git",
|
|
@@ -10253,4 +10253,4 @@ var registerCommands = async (program2) => {
|
|
|
10253
10253
|
|
|
10254
10254
|
export { package_default, Command, metadata, registerCommands };
|
|
10255
10255
|
|
|
10256
|
-
//# debugId=
|
|
10256
|
+
//# debugId=9D0AE051AB1E9C0564756E2164756E21
|
package/dist/tool.js
CHANGED
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@uipath/ixp-tool",
|
|
3
3
|
"author": "UiPath",
|
|
4
4
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
5
|
-
"version": "1.203.0-preview.
|
|
5
|
+
"version": "1.203.0-preview.182",
|
|
6
6
|
"description": "Manage UiPath IXP projects, prompts, predictions, and model publishing.",
|
|
7
7
|
"private": false,
|
|
8
8
|
"repository": {
|
|
@@ -27,5 +27,5 @@
|
|
|
27
27
|
"files": [
|
|
28
28
|
"dist"
|
|
29
29
|
],
|
|
30
|
-
"gitHead": "
|
|
30
|
+
"gitHead": "f4f19f4d98117736cd2b34629dc1564ae6761aef"
|
|
31
31
|
}
|