@myinterview/widget-react 1.1.45-development-2356482 → 1.1.45

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
@@ -35415,7 +35415,7 @@ const prod_config = {
35415
35415
  const config$1 = (configEnv) => {
35416
35416
  let env = configEnv;
35417
35417
  try {
35418
- env !== null && env !== void 0 ? env : (env = "staging");
35418
+ env !== null && env !== void 0 ? env : (env = "prod");
35419
35419
  }
35420
35420
  catch (_a) { }
35421
35421
  switch (env) {
@@ -35434,7 +35434,7 @@ const configGenerator = () => {
35434
35434
  let environment;
35435
35435
  let release;
35436
35436
  try {
35437
- environment !== null && environment !== void 0 ? environment : (environment = "staging");
35437
+ environment !== null && environment !== void 0 ? environment : (environment = "prod");
35438
35438
  release !== null && release !== void 0 ? release : (release = "1.1.45");
35439
35439
  }
35440
35440
  catch (_a) {