@plyaz/core 1.8.0 → 1.8.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.js CHANGED
@@ -33127,7 +33127,7 @@ function getConfigForEnvironment(env) {
33127
33127
  }
33128
33128
  __name(getConfigForEnvironment, "getConfigForEnvironment");
33129
33129
  function validateBaseURL(mergedConfig, errors) {
33130
- if (!mergedConfig.baseURL) {
33130
+ if (mergedConfig.baseURL === void 0 || mergedConfig.baseURL === null) {
33131
33131
  errors.push("baseURL is required in API configuration (apiConfig parameter)");
33132
33132
  }
33133
33133
  }