@uipath/integrationservice-tool 1.197.0-preview.63 → 1.197.0-preview.65

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
@@ -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-preview.63",
21233
+ version: "1.197.0-preview.65",
21234
21234
  description: "Manage Integration Service connectors, connections, and triggers.",
21235
21235
  private: false,
21236
21236
  repository: {
@@ -28675,7 +28675,7 @@ class TextApiResponse {
28675
28675
  var package_default2 = {
28676
28676
  name: "@uipath/integrationservice-sdk",
28677
28677
  license: "MIT",
28678
- version: "1.197.0-preview.63",
28678
+ version: "1.197.0-preview.65",
28679
28679
  repository: {
28680
28680
  type: "git",
28681
28681
  url: "https://github.com/UiPath/cli.git",
@@ -39396,4 +39396,4 @@ export {
39396
39396
  metadata
39397
39397
  };
39398
39398
 
39399
- //# debugId=863FE3504D950C8964756E2164756E21
39399
+ //# debugId=8D06A9D2DA32DDBD64756E2164756E21
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-preview.63",
4
+ "version": "1.197.0-preview.65",
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": "f11c510734215113744bf42073c327ecd776c7c2"
29
+ "gitHead": "9388ccbe5e739c9578bfd9b5395980fb63e11d9c"
30
30
  }