@llmops/gateway 0.1.1 → 0.1.2-beta.1

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
@@ -9980,7 +9980,7 @@ const retryRequest = async (url, options, retryCount, statusCodesToRetry, timeou
9980
9980
 
9981
9981
  //#endregion
9982
9982
  //#region package.json
9983
- var version = "0.1.1";
9983
+ var version = "0.1.2-beta.1";
9984
9984
 
9985
9985
  //#endregion
9986
9986
  //#region src/providers/bytez/api.ts
package/dist/index.mjs CHANGED
@@ -9953,7 +9953,7 @@ const retryRequest = async (url, options, retryCount, statusCodesToRetry, timeou
9953
9953
 
9954
9954
  //#endregion
9955
9955
  //#region package.json
9956
- var version = "0.1.1";
9956
+ var version = "0.1.2-beta.1";
9957
9957
 
9958
9958
  //#endregion
9959
9959
  //#region src/providers/bytez/api.ts
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@llmops/gateway",
3
- "version": "0.1.1",
3
+ "version": "0.1.2-beta.1",
4
4
  "description": "AI gateway for LLMOps (forked from Portkey)",
5
5
  "type": "module",
6
6
  "license": "Apache-2.0",