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