@uipath/llmgw-tool 1.198.0-preview.96 → 1.198.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/tool.js +2 -2
- package/package.json +1 -1
package/dist/tool.js
CHANGED
|
@@ -4,7 +4,7 @@ var __require = /* @__PURE__ */ createRequire(import.meta.url);
|
|
|
4
4
|
var package_default = {
|
|
5
5
|
name: "@uipath/llmgw-tool",
|
|
6
6
|
license: "MIT",
|
|
7
|
-
version: "1.198.0
|
|
7
|
+
version: "1.198.0",
|
|
8
8
|
description: "CLI plugin for UiPath AI Trust Layer Bring-Your-Own LLM connections.",
|
|
9
9
|
private: false,
|
|
10
10
|
repository: {
|
|
@@ -29529,4 +29529,4 @@ export {
|
|
|
29529
29529
|
metadata
|
|
29530
29530
|
};
|
|
29531
29531
|
|
|
29532
|
-
//# debugId=
|
|
29532
|
+
//# debugId=26C349BEBC0C07BC64756E2164756E21
|
package/package.json
CHANGED