@myinterview/widget-react 1.1.47-development-3bf7083 → 1.1.47

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
@@ -35427,7 +35427,7 @@ const prod_config = {
35427
35427
  const config$1 = (configEnv) => {
35428
35428
  let env = configEnv;
35429
35429
  try {
35430
- env !== null && env !== void 0 ? env : (env = "staging");
35430
+ env !== null && env !== void 0 ? env : (env = "prod");
35431
35431
  }
35432
35432
  catch (_a) { }
35433
35433
  switch (env) {
@@ -35446,7 +35446,7 @@ const configGenerator = () => {
35446
35446
  let environment;
35447
35447
  let release;
35448
35448
  try {
35449
- environment !== null && environment !== void 0 ? environment : (environment = "staging");
35449
+ environment !== null && environment !== void 0 ? environment : (environment = "prod");
35450
35450
  release !== null && release !== void 0 ? release : (release = "1.1.47");
35451
35451
  }
35452
35452
  catch (_a) {