@uipath/llm-gateway-tool 1.201.0-preview.132 → 1.201.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.
Files changed (2) hide show
  1. package/dist/tool.js +2 -2
  2. package/package.json +2 -2
package/dist/tool.js CHANGED
@@ -2100,7 +2100,7 @@ var require_commander = __commonJS((exports) => {
2100
2100
  var package_default = {
2101
2101
  name: "@uipath/llm-gateway-tool",
2102
2102
  license: "MIT",
2103
- version: "1.201.0-preview.132",
2103
+ version: "1.201.0",
2104
2104
  description: "CLI plugin for UiPath LLM Gateway model discovery.",
2105
2105
  private: false,
2106
2106
  repository: {
@@ -7320,4 +7320,4 @@ export {
7320
7320
  metadata
7321
7321
  };
7322
7322
 
7323
- //# debugId=6F04A0939E84FEAB64756E2164756E21
7323
+ //# debugId=61368C3C61D6A40464756E2164756E21
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@uipath/llm-gateway-tool",
3
3
  "license": "MIT",
4
- "version": "1.201.0-preview.132",
4
+ "version": "1.201.0",
5
5
  "description": "CLI plugin for UiPath LLM Gateway model discovery.",
6
6
  "private": false,
7
7
  "repository": {
@@ -23,5 +23,5 @@
23
23
  "files": [
24
24
  "dist"
25
25
  ],
26
- "gitHead": "37388a48f899d8f3e7d590f050c5f00485594638"
26
+ "gitHead": "7933378ad5276ac369900293a1447474dcec6826"
27
27
  }