@uipath/integrationservice-tool 1.199.0-preview.113 → 1.199.0-preview.119

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
@@ -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.113",
23591
+ version: "1.199.0-preview.119",
23592
23592
  description: "Manage Integration Service connectors, connections, and triggers.",
23593
23593
  private: false,
23594
23594
  repository: {
@@ -32137,7 +32137,7 @@ class TextApiResponse {
32137
32137
  var package_default2 = {
32138
32138
  name: "@uipath/integrationservice-sdk",
32139
32139
  license: "MIT",
32140
- version: "1.199.0-preview.113",
32140
+ version: "1.199.0-preview.119",
32141
32141
  repository: {
32142
32142
  type: "git",
32143
32143
  url: "https://github.com/UiPath/cli.git",
@@ -54810,4 +54810,4 @@ export {
54810
54810
  metadata
54811
54811
  };
54812
54812
 
54813
- //# debugId=02F2ACE8A64865ED64756E2164756E21
54813
+ //# debugId=995301E40A45E2AA64756E2164756E21
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.113",
4
+ "version": "1.199.0-preview.119",
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": "723e6801b77b5926ba75e75b6a756cc38b1b7adc"
29
+ "gitHead": "9237653cf731fb275714c8ee5aab5dc057424b42"
30
30
  }