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