@llmops/gateway 0.2.0-beta.2 → 0.2.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.
package/dist/index.cjs CHANGED
@@ -10172,7 +10172,7 @@ const retryRequest = async (url, options, retryCount, statusCodesToRetry, timeou
10172
10172
 
10173
10173
  //#endregion
10174
10174
  //#region package.json
10175
- var version = "0.2.0-beta.2";
10175
+ var version = "0.2.0";
10176
10176
 
10177
10177
  //#endregion
10178
10178
  //#region src/providers/bytez/api.ts
package/dist/index.mjs CHANGED
@@ -10145,7 +10145,7 @@ const retryRequest = async (url, options, retryCount, statusCodesToRetry, timeou
10145
10145
 
10146
10146
  //#endregion
10147
10147
  //#region package.json
10148
- var version = "0.2.0-beta.2";
10148
+ var version = "0.2.0";
10149
10149
 
10150
10150
  //#endregion
10151
10151
  //#region src/providers/bytez/api.ts
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@llmops/gateway",
3
- "version": "0.2.0-beta.2",
3
+ "version": "0.2.0",
4
4
  "description": "AI gateway for LLMOps (forked from Portkey)",
5
5
  "type": "module",
6
6
  "license": "Apache-2.0",