@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/esm/index.js CHANGED
@@ -35410,7 +35410,7 @@ const prod_config = {
35410
35410
  const config$1 = (configEnv) => {
35411
35411
  let env = configEnv;
35412
35412
  try {
35413
- env !== null && env !== void 0 ? env : (env = "staging");
35413
+ env !== null && env !== void 0 ? env : (env = "prod");
35414
35414
  }
35415
35415
  catch (_a) { }
35416
35416
  switch (env) {
@@ -35429,7 +35429,7 @@ const configGenerator = () => {
35429
35429
  let environment;
35430
35430
  let release;
35431
35431
  try {
35432
- environment !== null && environment !== void 0 ? environment : (environment = "staging");
35432
+ environment !== null && environment !== void 0 ? environment : (environment = "prod");
35433
35433
  release !== null && release !== void 0 ? release : (release = "1.1.44");
35434
35434
  }
35435
35435
  catch (_a) {