@uipath/integrationservice-tool 1.199.0-preview.113 → 1.199.0-preview.116
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 +3 -3
- 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.116",
|
|
23592
23592
|
description: "Manage Integration Service connectors, connections, and triggers.",
|
|
23593
23593
|
private: false,
|
|
23594
23594
|
repository: {
|
|
@@ -32137,7 +32137,7 @@ class TextApiResponse {
|
|
|
32137
32137
|
var package_default2 = {
|
|
32138
32138
|
name: "@uipath/integrationservice-sdk",
|
|
32139
32139
|
license: "MIT",
|
|
32140
|
-
version: "1.199.0-preview.
|
|
32140
|
+
version: "1.199.0-preview.116",
|
|
32141
32141
|
repository: {
|
|
32142
32142
|
type: "git",
|
|
32143
32143
|
url: "https://github.com/UiPath/cli.git",
|
|
@@ -54810,4 +54810,4 @@ export {
|
|
|
54810
54810
|
metadata
|
|
54811
54811
|
};
|
|
54812
54812
|
|
|
54813
|
-
//# debugId=
|
|
54813
|
+
//# debugId=03D1BD055C07DB6364756E2164756E21
|
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.116",
|
|
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": "c91f4f9738502a4b1ca2849631890fcf59304484"
|
|
30
30
|
}
|