@myinterview/widget-react 1.0.37-beta-3440f1a → 1.0.37-beta-60a1995

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/esm/index.js CHANGED
@@ -21919,11 +21919,11 @@ const prod_config = {
21919
21919
  // eslint-disable-next-line import/no-mutable-exports
21920
21920
  const config$1 = (configEnv) => {
21921
21921
  switch (configEnv) {
21922
- case 'development':
21923
- case 'dev':
21924
21922
  case 'local':
21925
21923
  return local_config;
21926
21924
  case 'staging':
21925
+ case 'development':
21926
+ case 'dev':
21927
21927
  return staging_config;
21928
21928
  default:
21929
21929
  return prod_config;