@uipath/model-hub-tool 1.200.0-preview.126 → 1.200.0-preview.129

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-h269578e.js";
6
+ } from "./tool-fn12qjtj.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.126",
2130
+ version: "1.200.0-preview.129",
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=804D205722030A3164756E2164756E21
13202
+ //# debugId=C69AFF4802CCC8A364756E2164756E21
package/dist/tool.js CHANGED
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  metadata,
3
3
  registerCommands
4
- } from "./tool-h269578e.js";
4
+ } from "./tool-fn12qjtj.js";
5
5
  export {
6
6
  registerCommands,
7
7
  metadata
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uipath/model-hub-tool",
3
- "version": "1.200.0-preview.126",
3
+ "version": "1.200.0-preview.129",
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": "c2f816a61073d9668c4a3f4e80999de71f417818"
28
+ "gitHead": "0d1695ec4c5fc5ebe38a4bd0f92d61e7884fcfb1"
29
29
  }