@uipath/model-hub-tool 1.201.0-preview.131 → 1.201.0-preview.133
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
|
@@ -2099,7 +2099,7 @@ var require_commander = __commonJS((exports) => {
|
|
|
2099
2099
|
// package.json
|
|
2100
2100
|
var package_default = {
|
|
2101
2101
|
name: "@uipath/model-hub-tool",
|
|
2102
|
-
version: "1.201.0-preview.
|
|
2102
|
+
version: "1.201.0-preview.133",
|
|
2103
2103
|
description: "CLI plugin for the UiPath Model Hub (LLM Gateway organization-scoped views).",
|
|
2104
2104
|
private: false,
|
|
2105
2105
|
repository: {
|
|
@@ -7691,4 +7691,4 @@ var registerCommands = async (program2) => {
|
|
|
7691
7691
|
|
|
7692
7692
|
export { Command, metadata, registerCommands };
|
|
7693
7693
|
|
|
7694
|
-
//# debugId=
|
|
7694
|
+
//# debugId=54765D7FE2211E8C64756E2164756E21
|
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.201.0-preview.
|
|
3
|
+
"version": "1.201.0-preview.133",
|
|
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": "7933378ad5276ac369900293a1447474dcec6826"
|
|
29
29
|
}
|