@llmops/gateway 1.0.0-beta.15 → 1.0.0-beta.16

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
@@ -10375,7 +10375,7 @@ const retryRequest = async (url, options, retryCount, statusCodesToRetry, timeou
10375
10375
 
10376
10376
  //#endregion
10377
10377
  //#region package.json
10378
- var version = "1.0.0-beta.15";
10378
+ var version = "1.0.0-beta.16";
10379
10379
 
10380
10380
  //#endregion
10381
10381
  //#region src/providers/bytez/api.ts
package/dist/index.mjs CHANGED
@@ -10343,7 +10343,7 @@ const retryRequest = async (url, options, retryCount, statusCodesToRetry, timeou
10343
10343
 
10344
10344
  //#endregion
10345
10345
  //#region package.json
10346
- var version = "1.0.0-beta.15";
10346
+ var version = "1.0.0-beta.16";
10347
10347
 
10348
10348
  //#endregion
10349
10349
  //#region src/providers/bytez/api.ts
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@llmops/gateway",
3
- "version": "1.0.0-beta.15",
3
+ "version": "1.0.0-beta.16",
4
4
  "description": "AI gateway for LLMOps (forked from Portkey)",
5
5
  "type": "module",
6
6
  "license": "Apache-2.0",