@uipath/resourcecatalog-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
@@ -21247,7 +21247,7 @@ var {
21247
21247
  var package_default = {
21248
21248
  name: "@uipath/resourcecatalog-tool",
21249
21249
  license: "MIT",
21250
- version: "1.199.0-preview.108",
21250
+ version: "1.199.0-preview.111",
21251
21251
  description: "CLI plugin for the UiPath Resource Catalog Service.",
21252
21252
  private: false,
21253
21253
  repository: {
@@ -24562,7 +24562,7 @@ function requireOmap() {
24562
24562
  function resolveYamlOmap(data) {
24563
24563
  if (data === null)
24564
24564
  return true;
24565
- const objectKeys = [];
24565
+ const objectKeys = {};
24566
24566
  const object = data;
24567
24567
  for (let index = 0, length = object.length;index < length; index += 1) {
24568
24568
  const pair = object[index];
@@ -24580,10 +24580,9 @@ function requireOmap() {
24580
24580
  }
24581
24581
  if (!pairHasKey)
24582
24582
  return false;
24583
- if (objectKeys.indexOf(pairKey) === -1)
24584
- objectKeys.push(pairKey);
24585
- else
24583
+ if (_hasOwnProperty.call(objectKeys, pairKey))
24586
24584
  return false;
24585
+ Object.defineProperty(objectKeys, pairKey, { value: true });
24587
24586
  }
24588
24587
  return true;
24589
24588
  }
@@ -31906,4 +31905,4 @@ program2.name(metadata.commandPrefix).description(metadata.description).version(
31906
31905
  await registerCommands(program2);
31907
31906
  program2.parse(process.argv);
31908
31907
 
31909
- //# debugId=B25AC996D1ADA55464756E2164756E21
31908
+ //# debugId=C6BDEDFE93FF294464756E2164756E21
package/dist/tool.js CHANGED
@@ -19137,7 +19137,7 @@ var init_server = __esm(() => {
19137
19137
  var package_default = {
19138
19138
  name: "@uipath/resourcecatalog-tool",
19139
19139
  license: "MIT",
19140
- version: "1.199.0-preview.108",
19140
+ version: "1.199.0-preview.111",
19141
19141
  description: "CLI plugin for the UiPath Resource Catalog Service.",
19142
19142
  private: false,
19143
19143
  repository: {
@@ -22453,7 +22453,7 @@ function requireOmap() {
22453
22453
  function resolveYamlOmap(data) {
22454
22454
  if (data === null)
22455
22455
  return true;
22456
- const objectKeys = [];
22456
+ const objectKeys = {};
22457
22457
  const object = data;
22458
22458
  for (let index = 0, length = object.length;index < length; index += 1) {
22459
22459
  const pair = object[index];
@@ -22471,10 +22471,9 @@ function requireOmap() {
22471
22471
  }
22472
22472
  if (!pairHasKey)
22473
22473
  return false;
22474
- if (objectKeys.indexOf(pairKey) === -1)
22475
- objectKeys.push(pairKey);
22476
- else
22474
+ if (_hasOwnProperty.call(objectKeys, pairKey))
22477
22475
  return false;
22476
+ Object.defineProperty(objectKeys, pairKey, { value: true });
22478
22477
  }
22479
22478
  return true;
22480
22479
  }
@@ -29804,4 +29803,4 @@ export {
29804
29803
  metadata
29805
29804
  };
29806
29805
 
29807
- //# debugId=EB036B5EFB8A0B2064756E2164756E21
29806
+ //# debugId=5F0E2CEB21C6074264756E2164756E21
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@uipath/resourcecatalog-tool",
3
3
  "license": "MIT",
4
- "version": "1.199.0-preview.108",
4
+ "version": "1.199.0-preview.111",
5
5
  "description": "CLI plugin for the UiPath Resource Catalog Service.",
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
  }