@myinterview/widget-react 1.1.27-development-28a640f → 1.1.27

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
@@ -30212,7 +30212,7 @@ const prod_config = {
30212
30212
  const config$1 = (configEnv) => {
30213
30213
  let env = configEnv;
30214
30214
  try {
30215
- env !== null && env !== void 0 ? env : (env = "staging");
30215
+ env !== null && env !== void 0 ? env : (env = "prod");
30216
30216
  }
30217
30217
  catch (_a) { }
30218
30218
  switch (env) {
@@ -30231,7 +30231,7 @@ const configGenerator = () => {
30231
30231
  let environment;
30232
30232
  let release;
30233
30233
  try {
30234
- environment !== null && environment !== void 0 ? environment : (environment = "staging");
30234
+ environment !== null && environment !== void 0 ? environment : (environment = "prod");
30235
30235
  release !== null && release !== void 0 ? release : (release = "1.1.27");
30236
30236
  }
30237
30237
  catch (_a) {