@uipath/codedapp-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.
Files changed (2) hide show
  1. package/dist/tool.js +6 -7
  2. package/package.json +2 -2
package/dist/tool.js CHANGED
@@ -59716,7 +59716,7 @@ var init_src2 = __esm(() => {
59716
59716
  var package_default = {
59717
59717
  name: "@uipath/codedapp-tool",
59718
59718
  license: "MIT",
59719
- version: "1.199.0-preview.108",
59719
+ version: "1.199.0-preview.111",
59720
59720
  description: "Build, pack, publish, deploy, and manage UiPath Coded Web Applications.",
59721
59721
  keywords: [
59722
59722
  "cli-tool",
@@ -62774,7 +62774,7 @@ function requireOmap() {
62774
62774
  function resolveYamlOmap(data) {
62775
62775
  if (data === null)
62776
62776
  return true;
62777
- const objectKeys = [];
62777
+ const objectKeys = {};
62778
62778
  const object = data;
62779
62779
  for (let index = 0, length = object.length;index < length; index += 1) {
62780
62780
  const pair = object[index];
@@ -62792,10 +62792,9 @@ function requireOmap() {
62792
62792
  }
62793
62793
  if (!pairHasKey)
62794
62794
  return false;
62795
- if (objectKeys.indexOf(pairKey) === -1)
62796
- objectKeys.push(pairKey);
62797
- else
62795
+ if (_hasOwnProperty.call(objectKeys, pairKey))
62798
62796
  return false;
62797
+ Object.defineProperty(objectKeys, pairKey, { value: true });
62799
62798
  }
62800
62799
  return true;
62801
62800
  }
@@ -91089,7 +91088,7 @@ function querystringSingleKey(key, value, keyPrefix = "") {
91089
91088
  var package_default2 = {
91090
91089
  name: "@uipath/solution-sdk",
91091
91090
  license: "MIT",
91092
- version: "1.199.0-preview.108",
91091
+ version: "1.199.0-preview.111",
91093
91092
  repository: {
91094
91093
  type: "git",
91095
91094
  url: "https://github.com/UiPath/cli.git",
@@ -99035,4 +99034,4 @@ export {
99035
99034
  metadata
99036
99035
  };
99037
99036
 
99038
- //# debugId=DB8EDD3AE4495C0564756E2164756E21
99037
+ //# debugId=786A4E2C8875F14D64756E2164756E21
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@uipath/codedapp-tool",
3
3
  "license": "MIT",
4
- "version": "1.199.0-preview.108",
4
+ "version": "1.199.0-preview.111",
5
5
  "description": "Build, pack, publish, deploy, and manage UiPath Coded Web Applications.",
6
6
  "keywords": [
7
7
  "cli-tool",
@@ -27,5 +27,5 @@
27
27
  "publishConfig": {
28
28
  "registry": "https://registry.npmjs.org/"
29
29
  },
30
- "gitHead": "171f68daab68809916e8df10ea198c259f688ede"
30
+ "gitHead": "1a86625f94b9abd4d02444b8c5deec7e9d08d210"
31
31
  }