@uipath/integrationservice-tool 1.199.0-preview.97 → 1.199.0-preview.99
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.99",
|
|
23592
23592
|
description: "Manage Integration Service connectors, connections, and triggers.",
|
|
23593
23593
|
private: false,
|
|
23594
23594
|
repository: {
|
|
@@ -32106,7 +32106,7 @@ class TextApiResponse {
|
|
|
32106
32106
|
var package_default2 = {
|
|
32107
32107
|
name: "@uipath/integrationservice-sdk",
|
|
32108
32108
|
license: "MIT",
|
|
32109
|
-
version: "1.199.0-preview.
|
|
32109
|
+
version: "1.199.0-preview.99",
|
|
32110
32110
|
repository: {
|
|
32111
32111
|
type: "git",
|
|
32112
32112
|
url: "https://github.com/UiPath/cli.git",
|
|
@@ -54779,4 +54779,4 @@ export {
|
|
|
54779
54779
|
metadata
|
|
54780
54780
|
};
|
|
54781
54781
|
|
|
54782
|
-
//# debugId=
|
|
54782
|
+
//# debugId=9ECF5CAAB991130764756E2164756E21
|
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.99",
|
|
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": "6ba217cddceb86e3fa39ed82e49c5062878a85c6"
|
|
30
30
|
}
|