@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/esm/index.js CHANGED
@@ -35011,7 +35011,7 @@ const prod_config = {
35011
35011
  const config$1 = (configEnv) => {
35012
35012
  let env = configEnv;
35013
35013
  try {
35014
- env !== null && env !== void 0 ? env : (env = "staging");
35014
+ env !== null && env !== void 0 ? env : (env = "prod");
35015
35015
  }
35016
35016
  catch (_a) { }
35017
35017
  switch (env) {
@@ -35030,7 +35030,7 @@ const configGenerator = () => {
35030
35030
  let environment;
35031
35031
  let release;
35032
35032
  try {
35033
- environment !== null && environment !== void 0 ? environment : (environment = "staging");
35033
+ environment !== null && environment !== void 0 ? environment : (environment = "prod");
35034
35034
  release !== null && release !== void 0 ? release : (release = "1.1.66");
35035
35035
  }
35036
35036
  catch (_a) {