@myinterview/widget-react 1.1.69-development-9e642ae → 1.1.69

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
@@ -35038,7 +35038,7 @@ const prod_config = {
35038
35038
  const config$1 = (configEnv) => {
35039
35039
  let env = configEnv;
35040
35040
  try {
35041
- env !== null && env !== void 0 ? env : (env = "staging");
35041
+ env !== null && env !== void 0 ? env : (env = "prod");
35042
35042
  }
35043
35043
  catch (_a) { }
35044
35044
  switch (env) {
@@ -35057,7 +35057,7 @@ const configGenerator = () => {
35057
35057
  let environment;
35058
35058
  let release;
35059
35059
  try {
35060
- environment !== null && environment !== void 0 ? environment : (environment = "staging");
35060
+ environment !== null && environment !== void 0 ? environment : (environment = "prod");
35061
35061
  release !== null && release !== void 0 ? release : (release = "1.1.69");
35062
35062
  }
35063
35063
  catch (_a) {