@uipath/integrationservice-tool 1.200.0-preview.118 → 1.200.0
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/index.js
CHANGED
|
@@ -4470,7 +4470,7 @@ var require_adm_zip = __commonJS((exports, module) => {
|
|
|
4470
4470
|
var package_default = {
|
|
4471
4471
|
name: "@uipath/integrationservice-tool",
|
|
4472
4472
|
license: "MIT",
|
|
4473
|
-
version: "1.200.0
|
|
4473
|
+
version: "1.200.0",
|
|
4474
4474
|
description: "Manage Integration Service connectors, connections, and triggers.",
|
|
4475
4475
|
private: false,
|
|
4476
4476
|
repository: {
|
|
@@ -13088,7 +13088,7 @@ class TextApiResponse {
|
|
|
13088
13088
|
var package_default2 = {
|
|
13089
13089
|
name: "@uipath/integrationservice-sdk",
|
|
13090
13090
|
license: "MIT",
|
|
13091
|
-
version: "1.200.0
|
|
13091
|
+
version: "1.200.0",
|
|
13092
13092
|
repository: {
|
|
13093
13093
|
type: "git",
|
|
13094
13094
|
url: "https://github.com/UiPath/cli.git",
|
|
@@ -35576,4 +35576,4 @@ var registerCommands = async (program2) => {
|
|
|
35576
35576
|
|
|
35577
35577
|
export { Command, metadata, registerCommands };
|
|
35578
35578
|
|
|
35579
|
-
//# debugId=
|
|
35579
|
+
//# debugId=F2B4C1B16158BA5C64756E2164756E21
|
package/dist/tool.js
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uipath/integrationservice-tool",
|
|
3
3
|
"license": "MIT",
|
|
4
|
-
"version": "1.200.0
|
|
4
|
+
"version": "1.200.0",
|
|
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": "173ad4b4930bd3e17a493b32e9f1c3c616ea1c10"
|
|
30
30
|
}
|