la-machina-engine 0.19.2 → 0.19.3

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
@@ -1649,7 +1649,13 @@ function deepMerge(base, override) {
1649
1649
  }
1650
1650
  return result;
1651
1651
  }
1652
- var API_RUNTIME_KEYS = ["env", "resolveAuth", "onRequest", "onResponse"];
1652
+ var API_RUNTIME_KEYS = [
1653
+ "env",
1654
+ "resolveAuth",
1655
+ "resolveBaseUrl",
1656
+ "onRequest",
1657
+ "onResponse"
1658
+ ];
1653
1659
  function splitApiRuntime(user) {
1654
1660
  const api = user.api;
1655
1661
  if (api === void 0) return { stripped: user, runtime: {} };