@myinterview/widget-react 1.1.64-beta-cc5ef81 → 1.1.64
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
|
@@ -35468,7 +35468,7 @@ const prod_config = {
|
|
|
35468
35468
|
const config$1 = (configEnv) => {
|
|
35469
35469
|
let env = configEnv;
|
|
35470
35470
|
try {
|
|
35471
|
-
env !== null && env !== void 0 ? env : (env = "
|
|
35471
|
+
env !== null && env !== void 0 ? env : (env = "prod");
|
|
35472
35472
|
}
|
|
35473
35473
|
catch (_a) { }
|
|
35474
35474
|
switch (env) {
|
|
@@ -35487,7 +35487,7 @@ const configGenerator = () => {
|
|
|
35487
35487
|
let environment;
|
|
35488
35488
|
let release;
|
|
35489
35489
|
try {
|
|
35490
|
-
environment !== null && environment !== void 0 ? environment : (environment = "
|
|
35490
|
+
environment !== null && environment !== void 0 ? environment : (environment = "prod");
|
|
35491
35491
|
release !== null && release !== void 0 ? release : (release = "1.1.64");
|
|
35492
35492
|
}
|
|
35493
35493
|
catch (_a) {
|