@llmops/gateway 0.2.11-beta.3 → 0.2.11-beta.4

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
@@ -10376,7 +10376,7 @@ const retryRequest = async (url, options, retryCount, statusCodesToRetry, timeou
10376
10376
 
10377
10377
  //#endregion
10378
10378
  //#region package.json
10379
- var version = "0.2.11-beta.3";
10379
+ var version = "0.2.11-beta.4";
10380
10380
 
10381
10381
  //#endregion
10382
10382
  //#region src/providers/bytez/api.ts
package/dist/index.mjs CHANGED
@@ -10349,7 +10349,7 @@ const retryRequest = async (url, options, retryCount, statusCodesToRetry, timeou
10349
10349
 
10350
10350
  //#endregion
10351
10351
  //#region package.json
10352
- var version = "0.2.11-beta.3";
10352
+ var version = "0.2.11-beta.4";
10353
10353
 
10354
10354
  //#endregion
10355
10355
  //#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.11-beta.3",
3
+ "version": "0.2.11-beta.4",
4
4
  "description": "AI gateway for LLMOps (forked from Portkey)",
5
5
  "type": "module",
6
6
  "license": "Apache-2.0",