@myinterview/widget-react 1.1.66-development-c2b240e → 1.1.66

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