@uipath/ixp-tool 1.199.0-preview.108 → 1.199.0-preview.111

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
@@ -2146,7 +2146,7 @@ var {
2146
2146
  var package_default = {
2147
2147
  name: "@uipath/ixp-tool",
2148
2148
  license: "MIT",
2149
- version: "1.199.0-preview.108",
2149
+ version: "1.199.0-preview.111",
2150
2150
  description: "Manage UiPath IXP projects, prompts, predictions, and model publishing.",
2151
2151
  private: false,
2152
2152
  repository: {
@@ -2196,4 +2196,4 @@ program2.name("ixp-tool").description("UiPath IXP Tool - Standalone CLI").versio
2196
2196
  await registerCommands(program2);
2197
2197
  program2.parse(process.argv);
2198
2198
 
2199
- //# debugId=8E43C5E2E8A7D06164756E2164756E21
2199
+ //# debugId=94621AE4168126DE64756E2164756E21
package/dist/tool.js CHANGED
@@ -21230,7 +21230,7 @@ var init_server = __esm(() => {
21230
21230
  var package_default = {
21231
21231
  name: "@uipath/ixp-tool",
21232
21232
  license: "MIT",
21233
- version: "1.199.0-preview.108",
21233
+ version: "1.199.0-preview.111",
21234
21234
  description: "Manage UiPath IXP projects, prompts, predictions, and model publishing.",
21235
21235
  private: false,
21236
21236
  repository: {
@@ -24558,7 +24558,7 @@ function requireOmap() {
24558
24558
  function resolveYamlOmap(data) {
24559
24559
  if (data === null)
24560
24560
  return true;
24561
- const objectKeys = [];
24561
+ const objectKeys = {};
24562
24562
  const object = data;
24563
24563
  for (let index = 0, length = object.length;index < length; index += 1) {
24564
24564
  const pair = object[index];
@@ -24576,10 +24576,9 @@ function requireOmap() {
24576
24576
  }
24577
24577
  if (!pairHasKey)
24578
24578
  return false;
24579
- if (objectKeys.indexOf(pairKey) === -1)
24580
- objectKeys.push(pairKey);
24581
- else
24579
+ if (_hasOwnProperty.call(objectKeys, pairKey))
24582
24580
  return false;
24581
+ Object.defineProperty(objectKeys, pairKey, { value: true });
24583
24582
  }
24584
24583
  return true;
24585
24584
  }
@@ -29957,7 +29956,7 @@ init_server();
29957
29956
  var package_default2 = {
29958
29957
  name: "@uipath/ixp-sdk",
29959
29958
  license: "MIT",
29960
- version: "1.199.0-preview.108",
29959
+ version: "1.199.0-preview.111",
29961
29960
  description: "SDK for the UiPath IXP (Intelligent eXtraction Platform) API — projects, taxonomies, prompts, predictions, and model publishing.",
29962
29961
  repository: {
29963
29962
  type: "git",
@@ -32545,4 +32544,4 @@ export {
32545
32544
  metadata
32546
32545
  };
32547
32546
 
32548
- //# debugId=6F86855BFC95AC2E64756E2164756E21
32547
+ //# debugId=B3D17974BB69655B64756E2164756E21
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@uipath/ixp-tool",
3
3
  "license": "MIT",
4
- "version": "1.199.0-preview.108",
4
+ "version": "1.199.0-preview.111",
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": "171f68daab68809916e8df10ea198c259f688ede"
29
+ "gitHead": "1a86625f94b9abd4d02444b8c5deec7e9d08d210"
30
30
  }