@uipath/integrationservice-tool 1.198.0-preview.82 → 1.198.0-preview.83
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
|
@@ -23528,7 +23528,7 @@ var require_adm_zip = __commonJS((exports, module) => {
|
|
|
23528
23528
|
var package_default = {
|
|
23529
23529
|
name: "@uipath/integrationservice-tool",
|
|
23530
23530
|
license: "MIT",
|
|
23531
|
-
version: "1.198.0-preview.
|
|
23531
|
+
version: "1.198.0-preview.83",
|
|
23532
23532
|
description: "Manage Integration Service connectors, connections, and triggers.",
|
|
23533
23533
|
private: false,
|
|
23534
23534
|
repository: {
|
|
@@ -31559,7 +31559,7 @@ class TextApiResponse {
|
|
|
31559
31559
|
var package_default2 = {
|
|
31560
31560
|
name: "@uipath/integrationservice-sdk",
|
|
31561
31561
|
license: "MIT",
|
|
31562
|
-
version: "1.198.0-preview.
|
|
31562
|
+
version: "1.198.0-preview.83",
|
|
31563
31563
|
repository: {
|
|
31564
31564
|
type: "git",
|
|
31565
31565
|
url: "https://github.com/UiPath/cli.git",
|
|
@@ -53862,4 +53862,4 @@ export {
|
|
|
53862
53862
|
metadata
|
|
53863
53863
|
};
|
|
53864
53864
|
|
|
53865
|
-
//# debugId=
|
|
53865
|
+
//# debugId=7B96EF89322A313864756E2164756E21
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uipath/integrationservice-tool",
|
|
3
3
|
"license": "MIT",
|
|
4
|
-
"version": "1.198.0-preview.
|
|
4
|
+
"version": "1.198.0-preview.83",
|
|
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": "38fc9a0872ac9260d7ee783e20d57c18fcd479f5"
|
|
30
30
|
}
|