@myinterview/widget-react 1.1.26-development-081afbd → 1.1.26
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 +2 -2
- package/dist/cjs/index.js.map +1 -1
- package/dist/esm/index.js +2 -2
- package/dist/esm/index.js.map +1 -1
- package/package.json +1 -1
package/dist/cjs/index.js
CHANGED
|
@@ -30238,7 +30238,7 @@ const prod_config = {
|
|
|
30238
30238
|
const config$1 = (configEnv) => {
|
|
30239
30239
|
let env = configEnv;
|
|
30240
30240
|
try {
|
|
30241
|
-
env !== null && env !== void 0 ? env : (env = "
|
|
30241
|
+
env !== null && env !== void 0 ? env : (env = "prod");
|
|
30242
30242
|
}
|
|
30243
30243
|
catch (_a) { }
|
|
30244
30244
|
switch (env) {
|
|
@@ -30257,7 +30257,7 @@ const configGenerator = () => {
|
|
|
30257
30257
|
let environment;
|
|
30258
30258
|
let release;
|
|
30259
30259
|
try {
|
|
30260
|
-
environment !== null && environment !== void 0 ? environment : (environment = "
|
|
30260
|
+
environment !== null && environment !== void 0 ? environment : (environment = "prod");
|
|
30261
30261
|
release !== null && release !== void 0 ? release : (release = "1.1.26");
|
|
30262
30262
|
}
|
|
30263
30263
|
catch (_a) {
|