@uipath/integrationservice-tool 1.198.0-preview.93 → 1.198.0-preview.94
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.198.0-preview.
|
|
23591
|
+
version: "1.198.0-preview.94",
|
|
23592
23592
|
description: "Manage Integration Service connectors, connections, and triggers.",
|
|
23593
23593
|
private: false,
|
|
23594
23594
|
repository: {
|
|
@@ -31992,7 +31992,7 @@ class TextApiResponse {
|
|
|
31992
31992
|
var package_default2 = {
|
|
31993
31993
|
name: "@uipath/integrationservice-sdk",
|
|
31994
31994
|
license: "MIT",
|
|
31995
|
-
version: "1.198.0-preview.
|
|
31995
|
+
version: "1.198.0-preview.94",
|
|
31996
31996
|
repository: {
|
|
31997
31997
|
type: "git",
|
|
31998
31998
|
url: "https://github.com/UiPath/cli.git",
|
|
@@ -54295,4 +54295,4 @@ export {
|
|
|
54295
54295
|
metadata
|
|
54296
54296
|
};
|
|
54297
54297
|
|
|
54298
|
-
//# debugId=
|
|
54298
|
+
//# debugId=80A917B4962DA92C64756E2164756E21
|
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.94",
|
|
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": "c888e1ce7cd807c1629d556241a0d07ab156841c"
|
|
30
30
|
}
|