@myinterview/widget-react 1.1.39-beta-cba1039 → 1.1.39
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/esm/index.js
CHANGED
|
@@ -35409,7 +35409,7 @@ const prod_config = {
|
|
|
35409
35409
|
const config$1 = (configEnv) => {
|
|
35410
35410
|
let env = configEnv;
|
|
35411
35411
|
try {
|
|
35412
|
-
env !== null && env !== void 0 ? env : (env = "
|
|
35412
|
+
env !== null && env !== void 0 ? env : (env = "prod");
|
|
35413
35413
|
}
|
|
35414
35414
|
catch (_a) { }
|
|
35415
35415
|
switch (env) {
|
|
@@ -35428,7 +35428,7 @@ const configGenerator = () => {
|
|
|
35428
35428
|
let environment;
|
|
35429
35429
|
let release;
|
|
35430
35430
|
try {
|
|
35431
|
-
environment !== null && environment !== void 0 ? environment : (environment = "
|
|
35431
|
+
environment !== null && environment !== void 0 ? environment : (environment = "prod");
|
|
35432
35432
|
release !== null && release !== void 0 ? release : (release = "1.1.39");
|
|
35433
35433
|
}
|
|
35434
35434
|
catch (_a) {
|