@uipath/llm-gateway-tool 1.202.0-preview.143 → 1.202.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 +1 -1
package/dist/tool.js CHANGED
@@ -2100,7 +2100,7 @@ var require_commander = __commonJS(function(exports) {
2100
2100
  var package_default = {
2101
2101
  name: "@uipath/llm-gateway-tool",
2102
2102
  license: "SEE LICENSE IN LICENSE.txt",
2103
- version: "1.202.0-preview.143",
2103
+ version: "1.202.0",
2104
2104
  description: "CLI plugin for UiPath LLM Gateway model discovery.",
2105
2105
  private: false,
2106
2106
  repository: {
@@ -8147,4 +8147,4 @@ export {
8147
8147
  registerCommands
8148
8148
  };
8149
8149
 
8150
- //# debugId=5141210E1843FA1D64756E2164756E21
8150
+ //# debugId=3338808DD81E1EE864756E2164756E21
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@uipath/llm-gateway-tool",
3
3
  "license": "SEE LICENSE IN LICENSE.txt",
4
- "version": "1.202.0-preview.143",
4
+ "version": "1.202.0",
5
5
  "description": "CLI plugin for UiPath LLM Gateway model discovery.",
6
6
  "private": false,
7
7
  "repository": {