@uipath/model-hub-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/index.js
CHANGED
|
@@ -2127,7 +2127,7 @@ var require_commander = __commonJS((exports) => {
|
|
|
2127
2127
|
// package.json
|
|
2128
2128
|
var package_default = {
|
|
2129
2129
|
name: "@uipath/model-hub-tool",
|
|
2130
|
-
version: "1.200.0
|
|
2130
|
+
version: "1.200.0",
|
|
2131
2131
|
description: "CLI plugin for the UiPath Model Hub (LLM Gateway organization-scoped views).",
|
|
2132
2132
|
private: false,
|
|
2133
2133
|
repository: {
|
|
@@ -13199,4 +13199,4 @@ var registerCommands = async (program2) => {
|
|
|
13199
13199
|
|
|
13200
13200
|
export { Command, metadata, registerCommands };
|
|
13201
13201
|
|
|
13202
|
-
//# debugId=
|
|
13202
|
+
//# debugId=45D9981F723197F064756E2164756E21
|
package/dist/tool.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uipath/model-hub-tool",
|
|
3
|
-
"version": "1.200.0
|
|
3
|
+
"version": "1.200.0",
|
|
4
4
|
"description": "CLI plugin for the UiPath Model Hub (LLM Gateway organization-scoped views).",
|
|
5
5
|
"private": false,
|
|
6
6
|
"repository": {
|
|
@@ -25,5 +25,5 @@
|
|
|
25
25
|
"files": [
|
|
26
26
|
"dist"
|
|
27
27
|
],
|
|
28
|
-
"gitHead": "
|
|
28
|
+
"gitHead": "173ad4b4930bd3e17a493b32e9f1c3c616ea1c10"
|
|
29
29
|
}
|