@myinterview/widget-react 1.1.62-development-3b97c13 → 1.1.62

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
@@ -35442,7 +35442,7 @@ const prod_config = {
35442
35442
  const config$1 = (configEnv) => {
35443
35443
  let env = configEnv;
35444
35444
  try {
35445
- env !== null && env !== void 0 ? env : (env = "staging");
35445
+ env !== null && env !== void 0 ? env : (env = "prod");
35446
35446
  }
35447
35447
  catch (_a) { }
35448
35448
  switch (env) {
@@ -35461,7 +35461,7 @@ const configGenerator = () => {
35461
35461
  let environment;
35462
35462
  let release;
35463
35463
  try {
35464
- environment !== null && environment !== void 0 ? environment : (environment = "staging");
35464
+ environment !== null && environment !== void 0 ? environment : (environment = "prod");
35465
35465
  release !== null && release !== void 0 ? release : (release = "1.1.62");
35466
35466
  }
35467
35467
  catch (_a) {