@uipath/integrationservice-tool 1.203.0-preview.160 → 1.203.0-preview.182

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
@@ -3,7 +3,7 @@ import {
3
3
  Command,
4
4
  metadata,
5
5
  registerCommands
6
- } from "./tool-f7xtwj1c.js";
6
+ } from "./tool-ffe5nvwr.js";
7
7
  import"./tool-1de529jm.js";
8
8
 
9
9
  // src/index.ts
@@ -2101,7 +2101,7 @@ var package_default = {
2101
2101
  name: "@uipath/integrationservice-tool",
2102
2102
  author: "UiPath",
2103
2103
  license: "SEE LICENSE IN LICENSE.txt",
2104
- version: "1.203.0-preview.160",
2104
+ version: "1.203.0-preview.182",
2105
2105
  description: "Manage Integration Service connectors, connections, and triggers.",
2106
2106
  private: false,
2107
2107
  repository: {
@@ -7022,7 +7022,7 @@ var package_default2 = {
7022
7022
  name: "@uipath/integrationservice-sdk",
7023
7023
  author: "UiPath",
7024
7024
  license: "SEE LICENSE IN LICENSE.txt",
7025
- version: "1.203.0-preview.160",
7025
+ version: "1.203.0-preview.182",
7026
7026
  repository: {
7027
7027
  type: "git",
7028
7028
  url: "https://github.com/UiPath/cli.git",
@@ -31125,4 +31125,4 @@ var registerCommands = async (program2) => {
31125
31125
 
31126
31126
  export { Command, metadata, registerCommands };
31127
31127
 
31128
- //# debugId=5DFA468B35CB7BFB64756E2164756E21
31128
+ //# debugId=418A04CD8100C2F564756E2164756E21
package/dist/tool.js CHANGED
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  metadata,
3
3
  registerCommands
4
- } from "./tool-f7xtwj1c.js";
4
+ } from "./tool-ffe5nvwr.js";
5
5
  import"./tool-1de529jm.js";
6
6
  export {
7
7
  metadata,
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@uipath/integrationservice-tool",
3
3
  "author": "UiPath",
4
4
  "license": "SEE LICENSE IN LICENSE.txt",
5
- "version": "1.203.0-preview.160",
5
+ "version": "1.203.0-preview.182",
6
6
  "description": "Manage Integration Service connectors, connections, and triggers.",
7
7
  "private": false,
8
8
  "repository": {
@@ -27,5 +27,5 @@
27
27
  "files": [
28
28
  "dist"
29
29
  ],
30
- "gitHead": "3a42062ba731afca4595ba9aa8a80afc9667528d"
30
+ "gitHead": "f4f19f4d98117736cd2b34629dc1564ae6761aef"
31
31
  }