@magmamath/frontend-config 1.0.22-rc.7 → 1.0.22-rc.9
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 +4 -4
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +4 -4
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
package/dist/index.d.ts
CHANGED
package/dist/index.js
CHANGED
|
@@ -1172,7 +1172,7 @@ var ENV_MOBILE_GB_MARS = {
|
|
|
1172
1172
|
LOGGLY_TAG: "MOBILE_MARS,MOBILE_MARS_GB",
|
|
1173
1173
|
GOOGLE_AUTH: "https://api.mars.magmamath.com/v2/auth/google",
|
|
1174
1174
|
MICROSOFT_AUTH: "https://api.mars.magmamath.com/v2/auth/microsoft",
|
|
1175
|
-
SKOLON_AUTH: "https://api.mars.
|
|
1175
|
+
SKOLON_AUTH: "https://api.mars.magmamath.com/v2/auth/skolon",
|
|
1176
1176
|
WONDE_AUTH: "https://api.mars.magmamath.com/v2/auth/mylogin"
|
|
1177
1177
|
};
|
|
1178
1178
|
|
|
@@ -1203,7 +1203,7 @@ var ENV_MOBILE_SCT_MARS = {
|
|
|
1203
1203
|
LOGGLY_TAG: "MOBILE_MARS,MOBILE_MARS_SCT",
|
|
1204
1204
|
GOOGLE_AUTH: "https://api.mars.magmamath.com/v2/auth/google",
|
|
1205
1205
|
MICROSOFT_AUTH: "https://api.mars.magmamath.com/v2/auth/microsoft",
|
|
1206
|
-
SKOLON_AUTH: "https://api.mars.
|
|
1206
|
+
SKOLON_AUTH: "https://api.mars.magmamath.com/v2/auth/skolon",
|
|
1207
1207
|
WONDE_AUTH: "https://api.mars.magmamath.com/v2/auth/mylogin"
|
|
1208
1208
|
};
|
|
1209
1209
|
|
|
@@ -1278,7 +1278,7 @@ var ENV_MOBILE_GB_PROD = {
|
|
|
1278
1278
|
LOGGLY_TAG: "MOBILE_PROD,MOBILE_PROD_GB",
|
|
1279
1279
|
GOOGLE_AUTH: "https://api.magmamath.com/v2/auth/google",
|
|
1280
1280
|
MICROSOFT_AUTH: "https://api.magmamath.com/v2/auth/microsoft",
|
|
1281
|
-
SKOLON_AUTH: "https://api.
|
|
1281
|
+
SKOLON_AUTH: "https://api.magmamath.com/v2/auth/skolon",
|
|
1282
1282
|
WONDE_AUTH: "https://api.magmamath.com/v2/auth/mylogin"
|
|
1283
1283
|
};
|
|
1284
1284
|
|
|
@@ -1309,7 +1309,7 @@ var ENV_MOBILE_SCT_PROD = {
|
|
|
1309
1309
|
LOGGLY_TAG: "MOBILE_PROD,MOBILE_PROD_SCT",
|
|
1310
1310
|
GOOGLE_AUTH: "https://api.magmamath.com/v2/auth/google",
|
|
1311
1311
|
MICROSOFT_AUTH: "https://api.magmamath.com/v2/auth/microsoft",
|
|
1312
|
-
SKOLON_AUTH: "https://api.
|
|
1312
|
+
SKOLON_AUTH: "https://api.magmamath.com/v2/auth/skolon",
|
|
1313
1313
|
WONDE_AUTH: "https://api.magmamath.com/v2/auth/mylogin"
|
|
1314
1314
|
};
|
|
1315
1315
|
|