@myinterview/widget-react 1.1.53-development-2e405f2 → 1.1.53

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