@uipath/pm-tool 1.199.0-preview.108 → 1.199.0-preview.110
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/pm-tool",
|
|
21232
21232
|
license: "MIT",
|
|
21233
|
-
version: "1.199.0-preview.
|
|
21233
|
+
version: "1.199.0-preview.110",
|
|
21234
21234
|
description: "Process Mining — process apps, transformations, and data ingestion.",
|
|
21235
21235
|
private: false,
|
|
21236
21236
|
repository: {
|
|
@@ -24275,7 +24275,7 @@ function requireOmap() {
|
|
|
24275
24275
|
function resolveYamlOmap(data) {
|
|
24276
24276
|
if (data === null)
|
|
24277
24277
|
return true;
|
|
24278
|
-
const objectKeys =
|
|
24278
|
+
const objectKeys = {};
|
|
24279
24279
|
const object = data;
|
|
24280
24280
|
for (let index = 0, length = object.length;index < length; index += 1) {
|
|
24281
24281
|
const pair = object[index];
|
|
@@ -24293,10 +24293,9 @@ function requireOmap() {
|
|
|
24293
24293
|
}
|
|
24294
24294
|
if (!pairHasKey)
|
|
24295
24295
|
return false;
|
|
24296
|
-
if (
|
|
24297
|
-
objectKeys.push(pairKey);
|
|
24298
|
-
else
|
|
24296
|
+
if (_hasOwnProperty.call(objectKeys, pairKey))
|
|
24299
24297
|
return false;
|
|
24298
|
+
Object.defineProperty(objectKeys, pairKey, { value: true });
|
|
24300
24299
|
}
|
|
24301
24300
|
return true;
|
|
24302
24301
|
}
|
|
@@ -30484,4 +30483,4 @@ export {
|
|
|
30484
30483
|
metadata
|
|
30485
30484
|
};
|
|
30486
30485
|
|
|
30487
|
-
//# debugId=
|
|
30486
|
+
//# debugId=008C1013857823C664756E2164756E21
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uipath/pm-tool",
|
|
3
3
|
"license": "MIT",
|
|
4
|
-
"version": "1.199.0-preview.
|
|
4
|
+
"version": "1.199.0-preview.110",
|
|
5
5
|
"description": "Process Mining — process apps, transformations, and data ingestion.",
|
|
6
6
|
"private": false,
|
|
7
7
|
"repository": {
|
|
@@ -26,5 +26,5 @@
|
|
|
26
26
|
"files": [
|
|
27
27
|
"dist"
|
|
28
28
|
],
|
|
29
|
-
"gitHead": "
|
|
29
|
+
"gitHead": "a714aed479181e56e2a867470c3050b7230ec41f"
|
|
30
30
|
}
|