@uipath/ixp-tool 1.202.1-preview.178 → 1.202.1-preview.179

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
@@ -3,7 +3,7 @@ import {
3
3
  Command,
4
4
  package_default,
5
5
  registerCommands
6
- } from "./tool-ssgd59q2.js";
6
+ } from "./tool-0vj6jx56.js";
7
7
  import"./tool-1de529jm.js";
8
8
 
9
9
  // src/index.ts
@@ -2100,7 +2100,7 @@ var require_commander = __commonJS(function(exports) {
2100
2100
  var package_default = {
2101
2101
  name: "@uipath/ixp-tool",
2102
2102
  license: "SEE LICENSE IN LICENSE.txt",
2103
- version: "1.202.1-preview.178",
2103
+ version: "1.202.1-preview.179",
2104
2104
  description: "Manage UiPath IXP projects, prompts, predictions, and model publishing.",
2105
2105
  private: false,
2106
2106
  repository: {
@@ -7121,7 +7121,7 @@ var TENANT_SELECTION_CODES = new Set([
7121
7121
  var package_default2 = {
7122
7122
  name: "@uipath/ixp-sdk",
7123
7123
  license: "SEE LICENSE IN LICENSE.txt",
7124
- version: "1.202.1-preview.178",
7124
+ version: "1.202.1-preview.179",
7125
7125
  description: "SDK for the UiPath IXP (Intelligent eXtraction Platform) API — projects, taxonomies, prompts, predictions, and model publishing.",
7126
7126
  repository: {
7127
7127
  type: "git",
@@ -9972,4 +9972,4 @@ var registerCommands = async (program2) => {
9972
9972
 
9973
9973
  export { package_default, Command, metadata, registerCommands };
9974
9974
 
9975
- //# debugId=970899275C6F1DB964756E2164756E21
9975
+ //# debugId=DA6730D05FE3DE1964756E2164756E21
package/dist/tool.js CHANGED
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  metadata,
3
3
  registerCommands
4
- } from "./tool-ssgd59q2.js";
4
+ } from "./tool-0vj6jx56.js";
5
5
  import"./tool-1de529jm.js";
6
6
  export {
7
7
  metadata,
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@uipath/ixp-tool",
3
3
  "license": "SEE LICENSE IN LICENSE.txt",
4
- "version": "1.202.1-preview.178",
4
+ "version": "1.202.1-preview.179",
5
5
  "description": "Manage UiPath IXP projects, prompts, predictions, and model publishing.",
6
6
  "private": false,
7
7
  "repository": {
@@ -26,5 +26,5 @@
26
26
  "files": [
27
27
  "dist"
28
28
  ],
29
- "gitHead": "de7ccb8416c2979b608452d0dc0ce270dbf1a382"
29
+ "gitHead": "bd6c3806d42b65cb1511e52a8cfca44ee2160398"
30
30
  }