@uipath/llmgw-tool 1.202.1-preview.169 → 1.202.1

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-dfc91t7s.js";
6
+ } from "./tool-yygkmgq6.js";
7
7
  import"./tool-1de529jm.js";
8
8
 
9
9
  // src/index.ts
@@ -2100,7 +2100,7 @@ var require_commander = __commonJS(function(exports) {
2100
2100
  var package_default = {
2101
2101
  name: "@uipath/llmgw-tool",
2102
2102
  license: "SEE LICENSE IN LICENSE.txt",
2103
- version: "1.202.1-preview.169",
2103
+ version: "1.202.1",
2104
2104
  description: "CLI plugin for UiPath AI Trust Layer Bring-Your-Own LLM connections.",
2105
2105
  private: false,
2106
2106
  repository: {
@@ -9266,4 +9266,4 @@ var registerCommands = async (program2) => {
9266
9266
 
9267
9267
  export { Command, metadata, registerCommands };
9268
9268
 
9269
- //# debugId=64E96070CF05697A64756E2164756E21
9269
+ //# debugId=23BEB0714D252C5664756E2164756E21
package/dist/tool.js CHANGED
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  metadata,
3
3
  registerCommands
4
- } from "./tool-dfc91t7s.js";
4
+ } from "./tool-yygkmgq6.js";
5
5
  import"./tool-1de529jm.js";
6
6
  export {
7
7
  metadata,
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@uipath/llmgw-tool",
3
3
  "license": "SEE LICENSE IN LICENSE.txt",
4
- "version": "1.202.1-preview.169",
4
+ "version": "1.202.1",
5
5
  "description": "CLI plugin for UiPath AI Trust Layer Bring-Your-Own LLM connections.",
6
6
  "private": false,
7
7
  "repository": {