@myinterview/widget-react 1.1.20-development-522cf2a → 1.1.20

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
@@ -28681,7 +28681,7 @@ const prod_config = {
28681
28681
  const config$1 = (configEnv) => {
28682
28682
  let env = configEnv;
28683
28683
  try {
28684
- env !== null && env !== void 0 ? env : (env = "staging");
28684
+ env !== null && env !== void 0 ? env : (env = "prod");
28685
28685
  }
28686
28686
  catch (_a) { }
28687
28687
  switch (env) {
@@ -28700,7 +28700,7 @@ const configGenerator = () => {
28700
28700
  let environment;
28701
28701
  let release;
28702
28702
  try {
28703
- environment !== null && environment !== void 0 ? environment : (environment = "staging");
28703
+ environment !== null && environment !== void 0 ? environment : (environment = "prod");
28704
28704
  release !== null && release !== void 0 ? release : (release = "1.1.20");
28705
28705
  }
28706
28706
  catch (_a) {