@uipath/model-hub-tool 1.200.0-preview.120 → 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
@@ -3,7 +3,7 @@ import {
3
3
  Command,
4
4
  metadata,
5
5
  registerCommands
6
- } from "./tool-21wqz1bx.js";
6
+ } from "./tool-dvhare5a.js";
7
7
 
8
8
  // src/index.ts
9
9
  var program = new Command;
@@ -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-preview.120",
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=4A39EF53E417A09E64756E2164756E21
13202
+ //# debugId=45D9981F723197F064756E2164756E21
package/dist/tool.js CHANGED
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  metadata,
3
3
  registerCommands
4
- } from "./tool-21wqz1bx.js";
4
+ } from "./tool-dvhare5a.js";
5
5
  export {
6
6
  registerCommands,
7
7
  metadata
package/package.json CHANGED
@@ -1,36 +1,29 @@
1
1
  {
2
- "name": "@uipath/model-hub-tool",
3
- "version": "1.200.0-preview.120",
4
- "description": "CLI plugin for the UiPath Model Hub (LLM Gateway organization-scoped views).",
5
- "private": false,
6
- "repository": {
7
- "type": "git",
8
- "url": "https://github.com/UiPath/cli.git",
9
- "directory": "packages/admin/model-hub-tool"
10
- },
11
- "publishConfig": {
12
- "registry": "https://registry.npmjs.org/"
13
- },
14
- "keywords": [
15
- "cli-tool"
16
- ],
17
- "type": "module",
18
- "main": "./dist/tool.js",
19
- "exports": {
20
- ".": "./dist/tool.js"
21
- },
22
- "bin": {
23
- "model-hub-tool": "./dist/index.js"
24
- },
25
- "files": [
26
- "dist"
27
- ],
28
- "devDependencies": {
29
- "@types/bun": "^1.3.11",
30
- "@uipath/common": "1.200.0",
31
- "@uipath/llmgw-sdk": "1.200.0",
32
- "commander": "^14.0.3",
33
- "typescript": "^7.0.2"
34
- },
35
- "gitHead": "173ad4b4930bd3e17a493b32e9f1c3c616ea1c10"
2
+ "name": "@uipath/model-hub-tool",
3
+ "version": "1.200.0",
4
+ "description": "CLI plugin for the UiPath Model Hub (LLM Gateway organization-scoped views).",
5
+ "private": false,
6
+ "repository": {
7
+ "type": "git",
8
+ "url": "https://github.com/UiPath/cli.git",
9
+ "directory": "packages/admin/model-hub-tool"
10
+ },
11
+ "publishConfig": {
12
+ "registry": "https://registry.npmjs.org/"
13
+ },
14
+ "keywords": [
15
+ "cli-tool"
16
+ ],
17
+ "type": "module",
18
+ "main": "./dist/tool.js",
19
+ "exports": {
20
+ ".": "./dist/tool.js"
21
+ },
22
+ "bin": {
23
+ "model-hub-tool": "./dist/index.js"
24
+ },
25
+ "files": [
26
+ "dist"
27
+ ],
28
+ "gitHead": "173ad4b4930bd3e17a493b32e9f1c3c616ea1c10"
36
29
  }