@myinterview/widget-react 1.1.33-development-4b4def5 → 1.1.33

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
@@ -31166,7 +31166,7 @@ const prod_config = {
31166
31166
  const config$1 = (configEnv) => {
31167
31167
  let env = configEnv;
31168
31168
  try {
31169
- env !== null && env !== void 0 ? env : (env = "staging");
31169
+ env !== null && env !== void 0 ? env : (env = "prod");
31170
31170
  }
31171
31171
  catch (_a) { }
31172
31172
  switch (env) {
@@ -31185,7 +31185,7 @@ const configGenerator = () => {
31185
31185
  let environment;
31186
31186
  let release;
31187
31187
  try {
31188
- environment !== null && environment !== void 0 ? environment : (environment = "staging");
31188
+ environment !== null && environment !== void 0 ? environment : (environment = "prod");
31189
31189
  release !== null && release !== void 0 ? release : (release = "1.1.33");
31190
31190
  }
31191
31191
  catch (_a) {