@myinterview/widget-react 1.1.53-beta-700b5ee → 1.1.53
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
|
@@ -35455,7 +35455,7 @@ const prod_config = {
|
|
|
35455
35455
|
const config$1 = (configEnv) => {
|
|
35456
35456
|
let env = configEnv;
|
|
35457
35457
|
try {
|
|
35458
|
-
env !== null && env !== void 0 ? env : (env = "
|
|
35458
|
+
env !== null && env !== void 0 ? env : (env = "prod");
|
|
35459
35459
|
}
|
|
35460
35460
|
catch (_a) { }
|
|
35461
35461
|
switch (env) {
|
|
@@ -35474,7 +35474,7 @@ const configGenerator = () => {
|
|
|
35474
35474
|
let environment;
|
|
35475
35475
|
let release;
|
|
35476
35476
|
try {
|
|
35477
|
-
environment !== null && environment !== void 0 ? environment : (environment = "
|
|
35477
|
+
environment !== null && environment !== void 0 ? environment : (environment = "prod");
|
|
35478
35478
|
release !== null && release !== void 0 ? release : (release = "1.1.53");
|
|
35479
35479
|
}
|
|
35480
35480
|
catch (_a) {
|