@uipath/integrationservice-tool 1.197.0-preview.76 → 1.197.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/tool.js +3 -3
- package/package.json +2 -2
package/dist/tool.js
CHANGED
|
@@ -21230,7 +21230,7 @@ var init_server = __esm(() => {
|
|
|
21230
21230
|
var package_default = {
|
|
21231
21231
|
name: "@uipath/integrationservice-tool",
|
|
21232
21232
|
license: "MIT",
|
|
21233
|
-
version: "1.197.0
|
|
21233
|
+
version: "1.197.0",
|
|
21234
21234
|
description: "Manage Integration Service connectors, connections, and triggers.",
|
|
21235
21235
|
private: false,
|
|
21236
21236
|
repository: {
|
|
@@ -29244,7 +29244,7 @@ class TextApiResponse {
|
|
|
29244
29244
|
var package_default2 = {
|
|
29245
29245
|
name: "@uipath/integrationservice-sdk",
|
|
29246
29246
|
license: "MIT",
|
|
29247
|
-
version: "1.197.0
|
|
29247
|
+
version: "1.197.0",
|
|
29248
29248
|
repository: {
|
|
29249
29249
|
type: "git",
|
|
29250
29250
|
url: "https://github.com/UiPath/cli.git",
|
|
@@ -39965,4 +39965,4 @@ export {
|
|
|
39965
39965
|
metadata
|
|
39966
39966
|
};
|
|
39967
39967
|
|
|
39968
|
-
//# debugId=
|
|
39968
|
+
//# debugId=C43DA2A70E3A8A4264756E2164756E21
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uipath/integrationservice-tool",
|
|
3
3
|
"license": "MIT",
|
|
4
|
-
"version": "1.197.0
|
|
4
|
+
"version": "1.197.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": "56f68b263cec4ea1f2a39d738bd99ecf52f88fea"
|
|
30
30
|
}
|