@myinterview/widget-react 1.1.44-development-206f0e2 → 1.1.44

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/cjs/index.js CHANGED
@@ -35436,7 +35436,7 @@ const prod_config = {
35436
35436
  const config$1 = (configEnv) => {
35437
35437
  let env = configEnv;
35438
35438
  try {
35439
- env !== null && env !== void 0 ? env : (env = "staging");
35439
+ env !== null && env !== void 0 ? env : (env = "prod");
35440
35440
  }
35441
35441
  catch (_a) { }
35442
35442
  switch (env) {
@@ -35455,7 +35455,7 @@ const configGenerator = () => {
35455
35455
  let environment;
35456
35456
  let release;
35457
35457
  try {
35458
- environment !== null && environment !== void 0 ? environment : (environment = "staging");
35458
+ environment !== null && environment !== void 0 ? environment : (environment = "prod");
35459
35459
  release !== null && release !== void 0 ? release : (release = "1.1.44");
35460
35460
  }
35461
35461
  catch (_a) {