@myinterview/widget-react 1.1.20-beta-36178fd → 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/cjs/index.js CHANGED
@@ -28707,7 +28707,7 @@ const prod_config = {
28707
28707
  const config$1 = (configEnv) => {
28708
28708
  let env = configEnv;
28709
28709
  try {
28710
- env !== null && env !== void 0 ? env : (env = "staging");
28710
+ env !== null && env !== void 0 ? env : (env = "prod");
28711
28711
  }
28712
28712
  catch (_a) { }
28713
28713
  switch (env) {
@@ -28726,7 +28726,7 @@ const configGenerator = () => {
28726
28726
  let environment;
28727
28727
  let release;
28728
28728
  try {
28729
- environment !== null && environment !== void 0 ? environment : (environment = "staging");
28729
+ environment !== null && environment !== void 0 ? environment : (environment = "prod");
28730
28730
  release !== null && release !== void 0 ? release : (release = "1.1.20");
28731
28731
  }
28732
28732
  catch (_a) {