@uipath/integrationservice-tool 1.199.0-preview.91 → 1.199.0-preview.92
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.92",
|
|
23592
23592
|
description: "Manage Integration Service connectors, connections, and triggers.",
|
|
23593
23593
|
private: false,
|
|
23594
23594
|
repository: {
|
|
@@ -31999,7 +31999,7 @@ class TextApiResponse {
|
|
|
31999
31999
|
var package_default2 = {
|
|
32000
32000
|
name: "@uipath/integrationservice-sdk",
|
|
32001
32001
|
license: "MIT",
|
|
32002
|
-
version: "1.199.0-preview.
|
|
32002
|
+
version: "1.199.0-preview.92",
|
|
32003
32003
|
repository: {
|
|
32004
32004
|
type: "git",
|
|
32005
32005
|
url: "https://github.com/UiPath/cli.git",
|
|
@@ -54672,4 +54672,4 @@ export {
|
|
|
54672
54672
|
metadata
|
|
54673
54673
|
};
|
|
54674
54674
|
|
|
54675
|
-
//# debugId=
|
|
54675
|
+
//# debugId=BCF870A33504F2B464756E2164756E21
|
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.92",
|
|
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": "d7b66f18f30e2e80a17293b6a0b656b54da35d49"
|
|
30
30
|
}
|