@uipath/integrationservice-tool 1.198.0-preview.80 → 1.198.0-preview.81

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.
Files changed (2) hide show
  1. package/dist/tool.js +3 -3
  2. package/package.json +2 -2
package/dist/tool.js CHANGED
@@ -23528,7 +23528,7 @@ var require_adm_zip = __commonJS((exports, module) => {
23528
23528
  var package_default = {
23529
23529
  name: "@uipath/integrationservice-tool",
23530
23530
  license: "MIT",
23531
- version: "1.198.0-preview.80",
23531
+ version: "1.198.0-preview.81",
23532
23532
  description: "Manage Integration Service connectors, connections, and triggers.",
23533
23533
  private: false,
23534
23534
  repository: {
@@ -31559,7 +31559,7 @@ class TextApiResponse {
31559
31559
  var package_default2 = {
31560
31560
  name: "@uipath/integrationservice-sdk",
31561
31561
  license: "MIT",
31562
- version: "1.198.0-preview.80",
31562
+ version: "1.198.0-preview.81",
31563
31563
  repository: {
31564
31564
  type: "git",
31565
31565
  url: "https://github.com/UiPath/cli.git",
@@ -53862,4 +53862,4 @@ export {
53862
53862
  metadata
53863
53863
  };
53864
53864
 
53865
- //# debugId=C5393C871588718464756E2164756E21
53865
+ //# debugId=3448535D46453A8E64756E2164756E21
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.80",
4
+ "version": "1.198.0-preview.81",
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": "9b2c3c0f21a256d2f38dd28bc97e72e6f7b10a9c"
29
+ "gitHead": "d6a326ee051d553694b61f4923bcf1719d2e5110"
30
30
  }