@wlloyalty/wll-react-sdk 1.3.1 → 1.4.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/web.js CHANGED
@@ -7850,6 +7850,10 @@ var getBaseUrl = function (environment) {
7850
7850
  switch (environment) {
7851
7851
  case 'PRODUCTION':
7852
7852
  return 'https://api.core.wlloyalty.net/v1';
7853
+ case 'PRODUCTION-US':
7854
+ return 'https://api.core.us.wlloyalty.net/v1';
7855
+ case 'STAGING-US':
7856
+ return 'https://api.staging.core.us.wlloyalty.net/v1';
7853
7857
  case 'DEVELOPMENT':
7854
7858
  return 'https://localhost:8080/v1';
7855
7859
  case 'STAGING':