@uipath/gov-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 require_commander = __commonJS((exports) => {
|
|
|
21230
21230
|
var package_default = {
|
|
21231
21231
|
name: "@uipath/gov-tool",
|
|
21232
21232
|
license: "MIT",
|
|
21233
|
-
version: "1.199.0-preview.
|
|
21233
|
+
version: "1.199.0-preview.111",
|
|
21234
21234
|
description: "Manage UiPath governance — AOps policies, Access policies, and compliance packs.",
|
|
21235
21235
|
private: false,
|
|
21236
21236
|
repository: {
|
|
@@ -26754,7 +26754,7 @@ function requireOmap() {
|
|
|
26754
26754
|
function resolveYamlOmap(data) {
|
|
26755
26755
|
if (data === null)
|
|
26756
26756
|
return true;
|
|
26757
|
-
const objectKeys =
|
|
26757
|
+
const objectKeys = {};
|
|
26758
26758
|
const object = data;
|
|
26759
26759
|
for (let index = 0, length = object.length;index < length; index += 1) {
|
|
26760
26760
|
const pair = object[index];
|
|
@@ -26772,10 +26772,9 @@ function requireOmap() {
|
|
|
26772
26772
|
}
|
|
26773
26773
|
if (!pairHasKey)
|
|
26774
26774
|
return false;
|
|
26775
|
-
if (
|
|
26776
|
-
objectKeys.push(pairKey);
|
|
26777
|
-
else
|
|
26775
|
+
if (_hasOwnProperty.call(objectKeys, pairKey))
|
|
26778
26776
|
return false;
|
|
26777
|
+
Object.defineProperty(objectKeys, pairKey, { value: true });
|
|
26779
26778
|
}
|
|
26780
26779
|
return true;
|
|
26781
26780
|
}
|
|
@@ -59537,4 +59536,4 @@ export {
|
|
|
59537
59536
|
metadata
|
|
59538
59537
|
};
|
|
59539
59538
|
|
|
59540
|
-
//# debugId=
|
|
59539
|
+
//# debugId=DB8DA5878B6F4A5F64756E2164756E21
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uipath/gov-tool",
|
|
3
3
|
"license": "MIT",
|
|
4
|
-
"version": "1.199.0-preview.
|
|
4
|
+
"version": "1.199.0-preview.111",
|
|
5
5
|
"description": "Manage UiPath governance — AOps policies, Access policies, and compliance packs.",
|
|
6
6
|
"private": false,
|
|
7
7
|
"repository": {
|
|
@@ -23,5 +23,5 @@
|
|
|
23
23
|
"files": [
|
|
24
24
|
"dist"
|
|
25
25
|
],
|
|
26
|
-
"gitHead": "
|
|
26
|
+
"gitHead": "1a86625f94b9abd4d02444b8c5deec7e9d08d210"
|
|
27
27
|
}
|