@myinterview/widget-react 1.1.45-development-2356482 → 1.1.45
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
|
@@ -35441,7 +35441,7 @@ const prod_config = {
|
|
|
35441
35441
|
const config$1 = (configEnv) => {
|
|
35442
35442
|
let env = configEnv;
|
|
35443
35443
|
try {
|
|
35444
|
-
env !== null && env !== void 0 ? env : (env = "
|
|
35444
|
+
env !== null && env !== void 0 ? env : (env = "prod");
|
|
35445
35445
|
}
|
|
35446
35446
|
catch (_a) { }
|
|
35447
35447
|
switch (env) {
|
|
@@ -35460,7 +35460,7 @@ const configGenerator = () => {
|
|
|
35460
35460
|
let environment;
|
|
35461
35461
|
let release;
|
|
35462
35462
|
try {
|
|
35463
|
-
environment !== null && environment !== void 0 ? environment : (environment = "
|
|
35463
|
+
environment !== null && environment !== void 0 ? environment : (environment = "prod");
|
|
35464
35464
|
release !== null && release !== void 0 ? release : (release = "1.1.45");
|
|
35465
35465
|
}
|
|
35466
35466
|
catch (_a) {
|