@uipath/aops-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/tool.js +5 -6
- package/package.json +2 -2
package/dist/tool.js
CHANGED
|
@@ -21230,7 +21230,7 @@ var init_server = __esm(() => {
|
|
|
21230
21230
|
var package_default = {
|
|
21231
21231
|
name: "@uipath/aops-tool",
|
|
21232
21232
|
license: "MIT",
|
|
21233
|
-
version: "1.199.0-preview.
|
|
21233
|
+
version: "1.199.0-preview.111",
|
|
21234
21234
|
description: "Manage UiPath StudioAdmin AOps — connections, repos, projects, solutions, pipelines, executions.",
|
|
21235
21235
|
private: false,
|
|
21236
21236
|
repository: {
|
|
@@ -24563,7 +24563,7 @@ function requireOmap() {
|
|
|
24563
24563
|
function resolveYamlOmap(data) {
|
|
24564
24564
|
if (data === null)
|
|
24565
24565
|
return true;
|
|
24566
|
-
const objectKeys =
|
|
24566
|
+
const objectKeys = {};
|
|
24567
24567
|
const object = data;
|
|
24568
24568
|
for (let index = 0, length = object.length;index < length; index += 1) {
|
|
24569
24569
|
const pair = object[index];
|
|
@@ -24581,10 +24581,9 @@ function requireOmap() {
|
|
|
24581
24581
|
}
|
|
24582
24582
|
if (!pairHasKey)
|
|
24583
24583
|
return false;
|
|
24584
|
-
if (
|
|
24585
|
-
objectKeys.push(pairKey);
|
|
24586
|
-
else
|
|
24584
|
+
if (_hasOwnProperty.call(objectKeys, pairKey))
|
|
24587
24585
|
return false;
|
|
24586
|
+
Object.defineProperty(objectKeys, pairKey, { value: true });
|
|
24588
24587
|
}
|
|
24589
24588
|
return true;
|
|
24590
24589
|
}
|
|
@@ -35960,4 +35959,4 @@ export {
|
|
|
35960
35959
|
metadata
|
|
35961
35960
|
};
|
|
35962
35961
|
|
|
35963
|
-
//# debugId=
|
|
35962
|
+
//# debugId=4A9A3CB33785884364756E2164756E21
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uipath/aops-tool",
|
|
3
3
|
"license": "MIT",
|
|
4
|
-
"version": "1.199.0-preview.
|
|
4
|
+
"version": "1.199.0-preview.111",
|
|
5
5
|
"description": "Manage UiPath StudioAdmin AOps — connections, repos, projects, solutions, pipelines, executions.",
|
|
6
6
|
"private": false,
|
|
7
7
|
"repository": {
|
|
@@ -26,5 +26,5 @@
|
|
|
26
26
|
"files": [
|
|
27
27
|
"dist"
|
|
28
28
|
],
|
|
29
|
-
"gitHead": "
|
|
29
|
+
"gitHead": "1a86625f94b9abd4d02444b8c5deec7e9d08d210"
|
|
30
30
|
}
|