@magmamath/frontend-config 1.7.2 → 1.7.3
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 +1 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.js +13 -7
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +13 -7
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -2398,7 +2398,8 @@ var ENV_WEB_ADMIN_US_MAIN_MARS = {
|
|
|
2398
2398
|
...ENV_WEB_ADMIN_COMMON,
|
|
2399
2399
|
...PLATFORM_URLS.MARS,
|
|
2400
2400
|
API_URL: "https://api.mars.magmamath.com/v2",
|
|
2401
|
-
CDN_HOST: "https://cdn.mars.magmamath.com"
|
|
2401
|
+
CDN_HOST: "https://cdn.mars.magmamath.com",
|
|
2402
|
+
CDN_HOST_TRANSLATIONS: "https://cdn.magmamath.com/translations"
|
|
2402
2403
|
};
|
|
2403
2404
|
|
|
2404
2405
|
// src/configs/env/web-admin/us/env.us.prod.ts
|
|
@@ -2406,7 +2407,8 @@ var ENV_WEB_ADMIN_US_MAIN_PROD = {
|
|
|
2406
2407
|
...ENV_WEB_ADMIN_COMMON,
|
|
2407
2408
|
...PLATFORM_URLS.PROD,
|
|
2408
2409
|
API_URL: "https://api.us.magmamath.com/v2",
|
|
2409
|
-
CDN_HOST: "https://cdn.us.magmamath.com"
|
|
2410
|
+
CDN_HOST: "https://cdn.us.magmamath.com",
|
|
2411
|
+
CDN_HOST_TRANSLATIONS: "https://cdn.us.magmamath.com/translations"
|
|
2410
2412
|
};
|
|
2411
2413
|
|
|
2412
2414
|
// src/configs/env/web-admin/ca/env.ca.mars.ts
|
|
@@ -2414,7 +2416,8 @@ var ENV_WEB_ADMIN_CA_MARS = {
|
|
|
2414
2416
|
...ENV_WEB_ADMIN_COMMON,
|
|
2415
2417
|
...PLATFORM_URLS.MARS,
|
|
2416
2418
|
API_URL: "https://api.mars.magmamath.com/v2",
|
|
2417
|
-
CDN_HOST: "https://cdn.mars.magmamath.com"
|
|
2419
|
+
CDN_HOST: "https://cdn.mars.magmamath.com",
|
|
2420
|
+
CDN_HOST_TRANSLATIONS: "https://cdn.ca.magmamath.com/translations"
|
|
2418
2421
|
};
|
|
2419
2422
|
|
|
2420
2423
|
// src/configs/env/web-admin/ca/env.ca.prod.ts
|
|
@@ -2422,7 +2425,8 @@ var ENV_WEB_ADMIN_CA_PROD = {
|
|
|
2422
2425
|
...ENV_WEB_ADMIN_COMMON,
|
|
2423
2426
|
...PLATFORM_URLS.PROD,
|
|
2424
2427
|
API_URL: "https://api.ca.magmamath.com/v2",
|
|
2425
|
-
CDN_HOST: "https://cdn.ca.magmamath.com"
|
|
2428
|
+
CDN_HOST: "https://cdn.ca.magmamath.com",
|
|
2429
|
+
CDN_HOST_TRANSLATIONS: "https://cdn.ca.magmamath.com/translations"
|
|
2426
2430
|
};
|
|
2427
2431
|
|
|
2428
2432
|
// src/configs/env/web-admin/eu/env.eu.mars.ts
|
|
@@ -2430,7 +2434,8 @@ var ENV_WEB_ADMIN_EU_MARS = {
|
|
|
2430
2434
|
...ENV_WEB_ADMIN_COMMON,
|
|
2431
2435
|
...PLATFORM_URLS.MARS,
|
|
2432
2436
|
API_URL: "https://api.mars.magmamath.com/v2",
|
|
2433
|
-
CDN_HOST: "https://cdn.mars.magmamath.com"
|
|
2437
|
+
CDN_HOST: "https://cdn.mars.magmamath.com",
|
|
2438
|
+
CDN_HOST_TRANSLATIONS: "https://cdn.magmamath.com/translations"
|
|
2434
2439
|
};
|
|
2435
2440
|
|
|
2436
2441
|
// src/configs/env/web-admin/eu/env.eu.prod.ts
|
|
@@ -2438,7 +2443,8 @@ var ENV_WEB_ADMIN_EU_PROD = {
|
|
|
2438
2443
|
...ENV_WEB_ADMIN_COMMON,
|
|
2439
2444
|
...PLATFORM_URLS.PROD,
|
|
2440
2445
|
API_URL: "https://api.eu.magmamath.com/v2",
|
|
2441
|
-
CDN_HOST: "https://cdn.magmamath.com"
|
|
2446
|
+
CDN_HOST: "https://cdn.magmamath.com",
|
|
2447
|
+
CDN_HOST_TRANSLATIONS: "https://cdn.magmamath.com/translations"
|
|
2442
2448
|
};
|
|
2443
2449
|
|
|
2444
2450
|
// src/configs/env/mobile/env.common.mars.ts
|
|
@@ -11939,7 +11945,7 @@ var LOCALE_COMMON_IQ = {
|
|
|
11939
11945
|
decimalSeparator: "." /* DOT */
|
|
11940
11946
|
},
|
|
11941
11947
|
mathSymbols: {
|
|
11942
|
-
multiplication: "TIMES" /* TIMES */
|
|
11948
|
+
multiplication: { default: "TIMES" /* TIMES */ }
|
|
11943
11949
|
}
|
|
11944
11950
|
};
|
|
11945
11951
|
|