@uipath/llm-gateway-tool 1.200.0-preview.118 → 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/tool.js +2 -2
- package/package.json +2 -2
package/dist/tool.js
CHANGED
|
@@ -2128,7 +2128,7 @@ var require_commander = __commonJS((exports) => {
|
|
|
2128
2128
|
var package_default = {
|
|
2129
2129
|
name: "@uipath/llm-gateway-tool",
|
|
2130
2130
|
license: "MIT",
|
|
2131
|
-
version: "1.200.0
|
|
2131
|
+
version: "1.200.0",
|
|
2132
2132
|
description: "CLI plugin for UiPath LLM Gateway model discovery.",
|
|
2133
2133
|
private: false,
|
|
2134
2134
|
repository: {
|
|
@@ -12825,4 +12825,4 @@ export {
|
|
|
12825
12825
|
metadata
|
|
12826
12826
|
};
|
|
12827
12827
|
|
|
12828
|
-
//# debugId=
|
|
12828
|
+
//# debugId=F1E0CC6629F596BD64756E2164756E21
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uipath/llm-gateway-tool",
|
|
3
3
|
"license": "MIT",
|
|
4
|
-
"version": "1.200.0
|
|
4
|
+
"version": "1.200.0",
|
|
5
5
|
"description": "CLI plugin for UiPath LLM Gateway model discovery.",
|
|
6
6
|
"private": false,
|
|
7
7
|
"repository": {
|
|
@@ -23,5 +23,5 @@
|
|
|
23
23
|
"publishConfig": {
|
|
24
24
|
"registry": "https://registry.npmjs.org/"
|
|
25
25
|
},
|
|
26
|
-
"gitHead": "
|
|
26
|
+
"gitHead": "173ad4b4930bd3e17a493b32e9f1c3c616ea1c10"
|
|
27
27
|
}
|