@uipath/llmgw-tool 1.201.0-preview.128 → 1.201.0-preview.131

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-reh624e1.js";
6
+ } from "./tool-b1238nx3.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.128",
2103
+ version: "1.201.0-preview.131",
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=9ABA7D49CC886DBC64756E2164756E21
8442
+ //# debugId=0D4F7817297872E764756E2164756E21
package/dist/tool.js CHANGED
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  metadata,
3
3
  registerCommands
4
- } from "./tool-reh624e1.js";
4
+ } from "./tool-b1238nx3.js";
5
5
  import"./tool-0v6na3yp.js";
6
6
  export {
7
7
  registerCommands,
package/package.json CHANGED
@@ -1,27 +1,27 @@
1
1
  {
2
- "name": "@uipath/llmgw-tool",
3
- "license": "MIT",
4
- "version": "1.201.0-preview.128",
5
- "description": "CLI plugin for UiPath AI Trust Layer Bring-Your-Own LLM connections.",
6
- "private": false,
7
- "repository": {
8
- "type": "git",
9
- "url": "https://github.com/UiPath/cli.git",
10
- "directory": "packages/admin/llmgw-tool"
11
- },
12
- "publishConfig": {
13
- "registry": "https://registry.npmjs.org/"
14
- },
15
- "keywords": [
16
- "cli-tool"
17
- ],
18
- "type": "module",
19
- "main": "./dist/tool.js",
20
- "exports": {
21
- ".": "./dist/tool.js"
22
- },
23
- "files": [
24
- "dist"
25
- ],
26
- "gitHead": "a72e454cd7025bbbdac37d6105afef8282138c88"
2
+ "name": "@uipath/llmgw-tool",
3
+ "license": "MIT",
4
+ "version": "1.201.0-preview.131",
5
+ "description": "CLI plugin for UiPath AI Trust Layer Bring-Your-Own LLM connections.",
6
+ "private": false,
7
+ "repository": {
8
+ "type": "git",
9
+ "url": "https://github.com/UiPath/cli.git",
10
+ "directory": "packages/admin/llmgw-tool"
11
+ },
12
+ "publishConfig": {
13
+ "registry": "https://registry.npmjs.org/"
14
+ },
15
+ "keywords": [
16
+ "cli-tool"
17
+ ],
18
+ "type": "module",
19
+ "main": "./dist/tool.js",
20
+ "exports": {
21
+ ".": "./dist/tool.js"
22
+ },
23
+ "files": [
24
+ "dist"
25
+ ],
26
+ "gitHead": "5b0a03e4ee4be352459ac9fd82341ff77bc82ee6"
27
27
  }