@myinterview/widget-react 1.1.33-development-4b4def5 → 1.1.33

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
@@ -31192,7 +31192,7 @@ const prod_config = {
31192
31192
  const config$1 = (configEnv) => {
31193
31193
  let env = configEnv;
31194
31194
  try {
31195
- env !== null && env !== void 0 ? env : (env = "staging");
31195
+ env !== null && env !== void 0 ? env : (env = "prod");
31196
31196
  }
31197
31197
  catch (_a) { }
31198
31198
  switch (env) {
@@ -31211,7 +31211,7 @@ const configGenerator = () => {
31211
31211
  let environment;
31212
31212
  let release;
31213
31213
  try {
31214
- environment !== null && environment !== void 0 ? environment : (environment = "staging");
31214
+ environment !== null && environment !== void 0 ? environment : (environment = "prod");
31215
31215
  release !== null && release !== void 0 ? release : (release = "1.1.33");
31216
31216
  }
31217
31217
  catch (_a) {