@uipath/apms-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 +5 -6
- package/dist/tool.js +5 -6
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -21247,7 +21247,7 @@ var {
|
|
|
21247
21247
|
var package_default = {
|
|
21248
21248
|
name: "@uipath/apms-tool",
|
|
21249
21249
|
license: "MIT",
|
|
21250
|
-
version: "1.199.0-preview.
|
|
21250
|
+
version: "1.199.0-preview.111",
|
|
21251
21251
|
description: "CLI plugin for the UiPath Access Policy Management Service.",
|
|
21252
21252
|
private: false,
|
|
21253
21253
|
repository: {
|
|
@@ -27153,7 +27153,7 @@ function requireOmap() {
|
|
|
27153
27153
|
function resolveYamlOmap(data) {
|
|
27154
27154
|
if (data === null)
|
|
27155
27155
|
return true;
|
|
27156
|
-
const objectKeys =
|
|
27156
|
+
const objectKeys = {};
|
|
27157
27157
|
const object = data;
|
|
27158
27158
|
for (let index = 0, length = object.length;index < length; index += 1) {
|
|
27159
27159
|
const pair = object[index];
|
|
@@ -27171,10 +27171,9 @@ function requireOmap() {
|
|
|
27171
27171
|
}
|
|
27172
27172
|
if (!pairHasKey)
|
|
27173
27173
|
return false;
|
|
27174
|
-
if (
|
|
27175
|
-
objectKeys.push(pairKey);
|
|
27176
|
-
else
|
|
27174
|
+
if (_hasOwnProperty.call(objectKeys, pairKey))
|
|
27177
27175
|
return false;
|
|
27176
|
+
Object.defineProperty(objectKeys, pairKey, { value: true });
|
|
27178
27177
|
}
|
|
27179
27178
|
return true;
|
|
27180
27179
|
}
|
|
@@ -32427,4 +32426,4 @@ program2.name(metadata.commandPrefix).description(metadata.description).version(
|
|
|
32427
32426
|
await registerCommands(program2);
|
|
32428
32427
|
program2.parse(process.argv);
|
|
32429
32428
|
|
|
32430
|
-
//# debugId=
|
|
32429
|
+
//# debugId=58D28AF1DF4B5BE464756E2164756E21
|
package/dist/tool.js
CHANGED
|
@@ -19137,7 +19137,7 @@ var init_server = __esm(() => {
|
|
|
19137
19137
|
var package_default = {
|
|
19138
19138
|
name: "@uipath/apms-tool",
|
|
19139
19139
|
license: "MIT",
|
|
19140
|
-
version: "1.199.0-preview.
|
|
19140
|
+
version: "1.199.0-preview.111",
|
|
19141
19141
|
description: "CLI plugin for the UiPath Access Policy Management Service.",
|
|
19142
19142
|
private: false,
|
|
19143
19143
|
repository: {
|
|
@@ -25044,7 +25044,7 @@ function requireOmap() {
|
|
|
25044
25044
|
function resolveYamlOmap(data) {
|
|
25045
25045
|
if (data === null)
|
|
25046
25046
|
return true;
|
|
25047
|
-
const objectKeys =
|
|
25047
|
+
const objectKeys = {};
|
|
25048
25048
|
const object = data;
|
|
25049
25049
|
for (let index = 0, length = object.length;index < length; index += 1) {
|
|
25050
25050
|
const pair = object[index];
|
|
@@ -25062,10 +25062,9 @@ function requireOmap() {
|
|
|
25062
25062
|
}
|
|
25063
25063
|
if (!pairHasKey)
|
|
25064
25064
|
return false;
|
|
25065
|
-
if (
|
|
25066
|
-
objectKeys.push(pairKey);
|
|
25067
|
-
else
|
|
25065
|
+
if (_hasOwnProperty.call(objectKeys, pairKey))
|
|
25068
25066
|
return false;
|
|
25067
|
+
Object.defineProperty(objectKeys, pairKey, { value: true });
|
|
25069
25068
|
}
|
|
25070
25069
|
return true;
|
|
25071
25070
|
}
|
|
@@ -30324,4 +30323,4 @@ export {
|
|
|
30324
30323
|
metadata
|
|
30325
30324
|
};
|
|
30326
30325
|
|
|
30327
|
-
//# debugId=
|
|
30326
|
+
//# debugId=85EF367FC17E7BBB64756E2164756E21
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uipath/apms-tool",
|
|
3
3
|
"license": "MIT",
|
|
4
|
-
"version": "1.199.0-preview.
|
|
4
|
+
"version": "1.199.0-preview.111",
|
|
5
5
|
"description": "CLI plugin for the UiPath Access Policy Management Service.",
|
|
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
|
}
|