@uipath/model-hub-tool 1.200.0-preview.118

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 ADDED
@@ -0,0 +1,10 @@
1
+ import {
2
+ metadata,
3
+ registerCommands
4
+ } from "./tool-hhr5mnwx.js";
5
+ export {
6
+ registerCommands,
7
+ metadata
8
+ };
9
+
10
+ //# debugId=871AF9560D5D274D64756E2164756E21
package/package.json ADDED
@@ -0,0 +1,29 @@
1
+ {
2
+ "name": "@uipath/model-hub-tool",
3
+ "version": "1.200.0-preview.118",
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": "bc87399d98869787498783b3b9383df4426fd896"
29
+ }