@uipath/llmgw-tool 1.200.0-preview.120 → 1.200.0

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-t6vf8140.js";
6
+ } from "./tool-szxytghn.js";
7
7
 
8
8
  // src/index.ts
9
9
  var program = new Command;
@@ -2128,7 +2128,7 @@ var require_commander = __commonJS((exports) => {
2128
2128
  var package_default = {
2129
2129
  name: "@uipath/llmgw-tool",
2130
2130
  license: "MIT",
2131
- version: "1.200.0-preview.120",
2131
+ version: "1.200.0",
2132
2132
  description: "CLI plugin for UiPath AI Trust Layer Bring-Your-Own LLM connections.",
2133
2133
  private: false,
2134
2134
  repository: {
@@ -13947,4 +13947,4 @@ var registerCommands = async (program2) => {
13947
13947
 
13948
13948
  export { Command, metadata, registerCommands };
13949
13949
 
13950
- //# debugId=C6D53D2D1C8D50C664756E2164756E21
13950
+ //# debugId=AC8C768CBE0167A064756E2164756E21
package/dist/tool.js CHANGED
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  metadata,
3
3
  registerCommands
4
- } from "./tool-t6vf8140.js";
4
+ } from "./tool-szxytghn.js";
5
5
  export {
6
6
  registerCommands,
7
7
  metadata
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@uipath/llmgw-tool",
3
3
  "license": "MIT",
4
- "version": "1.200.0-preview.120",
4
+ "version": "1.200.0",
5
5
  "description": "CLI plugin for UiPath AI Trust Layer Bring-Your-Own LLM connections.",
6
6
  "private": false,
7
7
  "repository": {