@uipath/integrationservice-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 +6 -7
- package/package.json +2 -2
package/dist/tool.js
CHANGED
|
@@ -23588,7 +23588,7 @@ var require_adm_zip = __commonJS((exports, module) => {
|
|
|
23588
23588
|
var package_default = {
|
|
23589
23589
|
name: "@uipath/integrationservice-tool",
|
|
23590
23590
|
license: "MIT",
|
|
23591
|
-
version: "1.199.0-preview.
|
|
23591
|
+
version: "1.199.0-preview.110",
|
|
23592
23592
|
description: "Manage Integration Service connectors, connections, and triggers.",
|
|
23593
23593
|
private: false,
|
|
23594
23594
|
repository: {
|
|
@@ -26922,7 +26922,7 @@ function requireOmap() {
|
|
|
26922
26922
|
function resolveYamlOmap(data) {
|
|
26923
26923
|
if (data === null)
|
|
26924
26924
|
return true;
|
|
26925
|
-
const objectKeys =
|
|
26925
|
+
const objectKeys = {};
|
|
26926
26926
|
const object = data;
|
|
26927
26927
|
for (let index = 0, length = object.length;index < length; index += 1) {
|
|
26928
26928
|
const pair = object[index];
|
|
@@ -26940,10 +26940,9 @@ function requireOmap() {
|
|
|
26940
26940
|
}
|
|
26941
26941
|
if (!pairHasKey)
|
|
26942
26942
|
return false;
|
|
26943
|
-
if (
|
|
26944
|
-
objectKeys.push(pairKey);
|
|
26945
|
-
else
|
|
26943
|
+
if (_hasOwnProperty.call(objectKeys, pairKey))
|
|
26946
26944
|
return false;
|
|
26945
|
+
Object.defineProperty(objectKeys, pairKey, { value: true });
|
|
26947
26946
|
}
|
|
26948
26947
|
return true;
|
|
26949
26948
|
}
|
|
@@ -32138,7 +32137,7 @@ class TextApiResponse {
|
|
|
32138
32137
|
var package_default2 = {
|
|
32139
32138
|
name: "@uipath/integrationservice-sdk",
|
|
32140
32139
|
license: "MIT",
|
|
32141
|
-
version: "1.199.0-preview.
|
|
32140
|
+
version: "1.199.0-preview.110",
|
|
32142
32141
|
repository: {
|
|
32143
32142
|
type: "git",
|
|
32144
32143
|
url: "https://github.com/UiPath/cli.git",
|
|
@@ -54811,4 +54810,4 @@ export {
|
|
|
54811
54810
|
metadata
|
|
54812
54811
|
};
|
|
54813
54812
|
|
|
54814
|
-
//# debugId=
|
|
54813
|
+
//# debugId=676D8207B2BC498A64756E2164756E21
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uipath/integrationservice-tool",
|
|
3
3
|
"license": "MIT",
|
|
4
|
-
"version": "1.199.0-preview.
|
|
4
|
+
"version": "1.199.0-preview.110",
|
|
5
5
|
"description": "Manage Integration Service connectors, connections, and triggers.",
|
|
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
|
}
|