@uipath/llmgw-tool 1.201.0-preview.121 → 1.201.0-preview.122

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-g0n3949d.js";
6
+ } from "./tool-4rn0p4ax.js";
7
7
  import"./tool-0v6na3yp.js";
8
8
 
9
9
  // src/index.ts
@@ -2100,7 +2100,7 @@ var require_commander = __commonJS((exports) => {
2100
2100
  var package_default = {
2101
2101
  name: "@uipath/llmgw-tool",
2102
2102
  license: "MIT",
2103
- version: "1.201.0-preview.121",
2103
+ version: "1.201.0-preview.122",
2104
2104
  description: "CLI plugin for UiPath AI Trust Layer Bring-Your-Own LLM connections.",
2105
2105
  private: false,
2106
2106
  repository: {
@@ -8439,4 +8439,4 @@ var registerCommands = async (program2) => {
8439
8439
 
8440
8440
  export { Command, metadata, registerCommands };
8441
8441
 
8442
- //# debugId=ED4F4D4BA49A1A1564756E2164756E21
8442
+ //# debugId=1629BAD10AFDC90464756E2164756E21
package/dist/tool.js CHANGED
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  metadata,
3
3
  registerCommands
4
- } from "./tool-g0n3949d.js";
4
+ } from "./tool-4rn0p4ax.js";
5
5
  import"./tool-0v6na3yp.js";
6
6
  export {
7
7
  registerCommands,
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@uipath/llmgw-tool",
3
3
  "license": "MIT",
4
- "version": "1.201.0-preview.121",
4
+ "version": "1.201.0-preview.122",
5
5
  "description": "CLI plugin for UiPath AI Trust Layer Bring-Your-Own LLM connections.",
6
6
  "private": false,
7
7
  "repository": {
@@ -23,5 +23,5 @@
23
23
  "files": [
24
24
  "dist"
25
25
  ],
26
- "gitHead": "c70ccfc0b12e637441d67df1d212b71d7784b5f8"
26
+ "gitHead": "6c56f56100be96231fccbaa59e99d64d94808d58"
27
27
  }