@uipath/ixp-tool 1.201.0-preview.127 → 1.201.0-preview.131
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 +1 -1
- package/dist/{tool-whxdap6t.js → tool-ddpvra80.js} +3 -3
- package/dist/tool.js +1 -1
- package/package.json +28 -28
package/dist/index.js
CHANGED
|
@@ -2112,7 +2112,7 @@ var require_commander = __commonJS((exports) => {
|
|
|
2112
2112
|
var package_default = {
|
|
2113
2113
|
name: "@uipath/ixp-tool",
|
|
2114
2114
|
license: "MIT",
|
|
2115
|
-
version: "1.201.0-preview.
|
|
2115
|
+
version: "1.201.0-preview.131",
|
|
2116
2116
|
description: "Manage UiPath IXP projects, prompts, predictions, and model publishing.",
|
|
2117
2117
|
private: false,
|
|
2118
2118
|
repository: {
|
|
@@ -5999,7 +5999,7 @@ var TENANT_SELECTION_CODES = new Set([
|
|
|
5999
5999
|
var package_default2 = {
|
|
6000
6000
|
name: "@uipath/ixp-sdk",
|
|
6001
6001
|
license: "MIT",
|
|
6002
|
-
version: "1.201.0-preview.
|
|
6002
|
+
version: "1.201.0-preview.131",
|
|
6003
6003
|
description: "SDK for the UiPath IXP (Intelligent eXtraction Platform) API — projects, taxonomies, prompts, predictions, and model publishing.",
|
|
6004
6004
|
repository: {
|
|
6005
6005
|
type: "git",
|
|
@@ -8843,4 +8843,4 @@ var registerCommands = async (program2) => {
|
|
|
8843
8843
|
|
|
8844
8844
|
export { package_default, Command, metadata, registerCommands };
|
|
8845
8845
|
|
|
8846
|
-
//# debugId=
|
|
8846
|
+
//# debugId=63FD2EC63906A97164756E2164756E21
|
package/dist/tool.js
CHANGED
package/package.json
CHANGED
|
@@ -1,30 +1,30 @@
|
|
|
1
1
|
{
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
2
|
+
"name": "@uipath/ixp-tool",
|
|
3
|
+
"license": "MIT",
|
|
4
|
+
"version": "1.201.0-preview.131",
|
|
5
|
+
"description": "Manage UiPath IXP projects, prompts, predictions, and model publishing.",
|
|
6
|
+
"private": false,
|
|
7
|
+
"repository": {
|
|
8
|
+
"type": "git",
|
|
9
|
+
"url": "https://github.com/UiPath/cli.git",
|
|
10
|
+
"directory": "packages/ixp-tool"
|
|
11
|
+
},
|
|
12
|
+
"publishConfig": {
|
|
13
|
+
"registry": "https://registry.npmjs.org/"
|
|
14
|
+
},
|
|
15
|
+
"keywords": [
|
|
16
|
+
"cli-tool"
|
|
17
|
+
],
|
|
18
|
+
"type": "module",
|
|
19
|
+
"main": "./dist/tool.js",
|
|
20
|
+
"exports": {
|
|
21
|
+
".": "./dist/tool.js"
|
|
22
|
+
},
|
|
23
|
+
"bin": {
|
|
24
|
+
"ixp-tool": "./dist/index.js"
|
|
25
|
+
},
|
|
26
|
+
"files": [
|
|
27
|
+
"dist"
|
|
28
|
+
],
|
|
29
|
+
"gitHead": "5b0a03e4ee4be352459ac9fd82341ff77bc82ee6"
|
|
30
30
|
}
|