@myinterview/widget-react 1.1.42-development-8277ee4 → 1.1.42

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
@@ -35435,7 +35435,7 @@ const prod_config = {
35435
35435
  const config$1 = (configEnv) => {
35436
35436
  let env = configEnv;
35437
35437
  try {
35438
- env !== null && env !== void 0 ? env : (env = "staging");
35438
+ env !== null && env !== void 0 ? env : (env = "prod");
35439
35439
  }
35440
35440
  catch (_a) { }
35441
35441
  switch (env) {
@@ -35454,7 +35454,7 @@ const configGenerator = () => {
35454
35454
  let environment;
35455
35455
  let release;
35456
35456
  try {
35457
- environment !== null && environment !== void 0 ? environment : (environment = "staging");
35457
+ environment !== null && environment !== void 0 ? environment : (environment = "prod");
35458
35458
  release !== null && release !== void 0 ? release : (release = "1.1.42");
35459
35459
  }
35460
35460
  catch (_a) {