@uipath/model-hub-tool 1.201.0-preview.128 → 1.201.0-preview.131

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-p6sfr4zc.js";
6
+ } from "./tool-bxxpf6c6.js";
7
7
  import"./tool-0v6na3yp.js";
8
8
 
9
9
  // src/index.ts
@@ -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.128",
2102
+ version: "1.201.0-preview.131",
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=C2133DE74BFDC03064756E2164756E21
7694
+ //# debugId=A169CBC6608DF65E64756E2164756E21
package/dist/tool.js CHANGED
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  metadata,
3
3
  registerCommands
4
- } from "./tool-p6sfr4zc.js";
4
+ } from "./tool-bxxpf6c6.js";
5
5
  import"./tool-0v6na3yp.js";
6
6
  export {
7
7
  registerCommands,
package/package.json CHANGED
@@ -1,29 +1,29 @@
1
1
  {
2
- "name": "@uipath/model-hub-tool",
3
- "version": "1.201.0-preview.128",
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": "a72e454cd7025bbbdac37d6105afef8282138c88"
2
+ "name": "@uipath/model-hub-tool",
3
+ "version": "1.201.0-preview.131",
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": "5b0a03e4ee4be352459ac9fd82341ff77bc82ee6"
29
29
  }