@myinterview/widget-react 1.1.57-development-f67a97b → 1.1.57

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
@@ -35455,7 +35455,7 @@ const prod_config = {
35455
35455
  const config$1 = (configEnv) => {
35456
35456
  let env = configEnv;
35457
35457
  try {
35458
- env !== null && env !== void 0 ? env : (env = "staging");
35458
+ env !== null && env !== void 0 ? env : (env = "prod");
35459
35459
  }
35460
35460
  catch (_a) { }
35461
35461
  switch (env) {
@@ -35474,7 +35474,7 @@ const configGenerator = () => {
35474
35474
  let environment;
35475
35475
  let release;
35476
35476
  try {
35477
- environment !== null && environment !== void 0 ? environment : (environment = "staging");
35477
+ environment !== null && environment !== void 0 ? environment : (environment = "prod");
35478
35478
  release !== null && release !== void 0 ? release : (release = "1.1.57");
35479
35479
  }
35480
35480
  catch (_a) {