@magmamath/frontend-config 1.3.4-rc.5 → 1.3.4
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/index.d.mts +2 -0
- package/dist/index.d.ts +2 -0
- package/dist/index.js +6 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +6 -2
- package/dist/index.mjs.map +1 -1
- package/dist/translation/index.d.mts +0 -3
- package/dist/translation/index.d.ts +0 -3
- package/dist/translation/index.js +6 -49
- package/dist/translation/index.js.map +1 -1
- package/dist/translation/index.mjs +6 -49
- package/dist/translation/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -1367,7 +1367,9 @@ var ENV_TEACHERS_COMMON_MARS = {
|
|
|
1367
1367
|
CLARITY_PROJECT_ID: "rb6vqwkahr",
|
|
1368
1368
|
LOGGLY_CUSTOMER_TOKEN: "921d0461-1108-4d44-b9ee-2551b03f1af0",
|
|
1369
1369
|
TOLGEE_API_URL: "https://tolgee.matteappen.se",
|
|
1370
|
-
TOLGEE_API_KEY: "tgpak_gnptczbqmfzw6mtphbug2olign2wc4djgy2wmmdvnjrgq"
|
|
1370
|
+
TOLGEE_API_KEY: "tgpak_gnptczbqmfzw6mtphbug2olign2wc4djgy2wmmdvnjrgq",
|
|
1371
|
+
GOOGLE_TRANSLATE_URL: "https://translation.googleapis.com/language/translate/v2",
|
|
1372
|
+
GOOGLE_API_KEY: "AIzaSyCJBFfT3AjV1WjitLfO0ub40WMlSSGooMc"
|
|
1371
1373
|
};
|
|
1372
1374
|
|
|
1373
1375
|
// src/configs/env/teachers-web/us/env.us.mars.ts
|
|
@@ -1390,7 +1392,9 @@ var ENV_TEACHERS_COMMON_PROD = {
|
|
|
1390
1392
|
PROBLEM_IMAGE_SIZE_LIMIT: 5242880,
|
|
1391
1393
|
INTERCOM_APP_ID: "tjidhu4j",
|
|
1392
1394
|
CLARITY_PROJECT_ID: "rb6vqwkahr",
|
|
1393
|
-
LOGGLY_CUSTOMER_TOKEN: "921d0461-1108-4d44-b9ee-2551b03f1af0"
|
|
1395
|
+
LOGGLY_CUSTOMER_TOKEN: "921d0461-1108-4d44-b9ee-2551b03f1af0",
|
|
1396
|
+
GOOGLE_TRANSLATE_URL: "https://translation.googleapis.com/language/translate/v2",
|
|
1397
|
+
GOOGLE_API_KEY: "AIzaSyCJBFfT3AjV1WjitLfO0ub40WMlSSGooMc"
|
|
1394
1398
|
};
|
|
1395
1399
|
|
|
1396
1400
|
// src/configs/env/teachers-web/us/env.us.prod.ts
|