@magmamath/frontend-config 1.4.0-rc.2 → 1.4.0-rc.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.js +10 -0
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +10 -0
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -2863,6 +2863,7 @@ var ENV_STUDENTS_WEB_PL_MARS = {
|
|
|
2863
2863
|
CDN_HOST: "https://cdn.mars.magmamath.com",
|
|
2864
2864
|
LOGGLY_TAG: "STUDENTS_WEB_MARS,STUDENTS_WEB_MARS_PL",
|
|
2865
2865
|
SOCKET_URL: "https://sockets-mars.magmamath.com",
|
|
2866
|
+
WEBSOCKETS_URL: "https://websockets.mars.matteappen.se",
|
|
2866
2867
|
MAGMAMATH_URL: "https://www.magmamath.com"
|
|
2867
2868
|
};
|
|
2868
2869
|
|
|
@@ -2875,6 +2876,7 @@ var ENV_STUDENTS_WEB_PL_PROD = {
|
|
|
2875
2876
|
CDN_HOST: "https://cdn.magmamath.com",
|
|
2876
2877
|
LOGGLY_TAG: "STUDENTS_WEB_PROD,STUDENTS_WEB_PROD_PL",
|
|
2877
2878
|
SOCKET_URL: "https://sockets.magmamath.com",
|
|
2879
|
+
WEBSOCKETS_URL: "https://websockets.magmamath.com",
|
|
2878
2880
|
MAGMAMATH_URL: "https://www.magmamath.com"
|
|
2879
2881
|
};
|
|
2880
2882
|
|
|
@@ -2894,6 +2896,7 @@ var ENV_TEACHERS_WEB_PL_MARS = {
|
|
|
2894
2896
|
CDN_HOST: "https://cdn.mars.magmamath.com",
|
|
2895
2897
|
LOGGLY_TAG: "TEACHERS_WEB_MARS,TEACHERS_WEB_MARS_PL",
|
|
2896
2898
|
SOCKET_URL: "https://sockets-mars.magmamath.com",
|
|
2899
|
+
WEBSOCKETS_URL: "https://websockets.mars.matteappen.se",
|
|
2897
2900
|
MAGMAMATH_URL: "https://www.magmamath.com"
|
|
2898
2901
|
};
|
|
2899
2902
|
|
|
@@ -2906,6 +2909,7 @@ var ENV_TEACHERS_WEB_PL_PROD = {
|
|
|
2906
2909
|
CDN_HOST: "https://cdn.magmamath.com",
|
|
2907
2910
|
LOGGLY_TAG: "TEACHERS_WEB_PROD,TEACHERS_WEB_PROD_PL",
|
|
2908
2911
|
SOCKET_URL: "https://sockets.magmamath.com",
|
|
2912
|
+
WEBSOCKETS_URL: "https://websockets.magmamath.com",
|
|
2909
2913
|
MAGMAMATH_URL: "https://www.magmamath.com"
|
|
2910
2914
|
};
|
|
2911
2915
|
|
|
@@ -2924,6 +2928,8 @@ var ENV_DISTRICT_PL_MARS = {
|
|
|
2924
2928
|
API_URL: "https://api.mars.magmamath.com/v2",
|
|
2925
2929
|
CDN_HOST: "https://cdn.mars.magmamath.com",
|
|
2926
2930
|
LOGGLY_TAG: "DISTRICT_WEB_MARS,DISTRICT_WEB_MARS_PL",
|
|
2931
|
+
SOCKET_URL: "https://sockets-mars.magmamath.com",
|
|
2932
|
+
WEBSOCKETS_URL: "https://websockets.mars.matteappen.se",
|
|
2927
2933
|
MAGMAMATH_URL: "https://www.magmamath.com"
|
|
2928
2934
|
};
|
|
2929
2935
|
|
|
@@ -2935,6 +2941,8 @@ var ENV_DISTRICT_PL_PROD = {
|
|
|
2935
2941
|
API_URL: "https://api.magmamath.com/v2",
|
|
2936
2942
|
CDN_HOST: "https://cdn.magmamath.com",
|
|
2937
2943
|
LOGGLY_TAG: "DISTRICT_WEB_PROD,DISTRICT_WEB_PROD_PL",
|
|
2944
|
+
SOCKET_URL: "https://sockets.magmamath.com",
|
|
2945
|
+
WEBSOCKETS_URL: "https://websockets.magmamath.com",
|
|
2938
2946
|
MAGMAMATH_URL: "https://www.magmamath.com"
|
|
2939
2947
|
};
|
|
2940
2948
|
|
|
@@ -2969,6 +2977,7 @@ var ENV_MOBILE_PL_MARS = {
|
|
|
2969
2977
|
API_URL: "https://api.mars.magmamath.com/v2",
|
|
2970
2978
|
CDN_HOST: "https://cdn.mars.magmamath.com",
|
|
2971
2979
|
SOCKET_URL: "https://sockets-mars.magmamath.com",
|
|
2980
|
+
WEBSOCKETS_URL: "https://websockets.mars.matteappen.se",
|
|
2972
2981
|
LOGGLY_TAG: "MOBILE_MARS,MOBILE_MARS_PL",
|
|
2973
2982
|
GOOGLE_AUTH: "https://api.mars.magmamath.com/v2/auth/google",
|
|
2974
2983
|
MICROSOFT_AUTH: "https://api.mars.magmamath.com/v2/auth/microsoft",
|
|
@@ -2983,6 +2992,7 @@ var ENV_MOBILE_PL_PROD = {
|
|
|
2983
2992
|
API_URL: "https://api.magmamath.com/v2",
|
|
2984
2993
|
CDN_HOST: "https://cdn.magmamath.com",
|
|
2985
2994
|
SOCKET_URL: "https://sockets.magmamath.com",
|
|
2995
|
+
WEBSOCKETS_URL: "https://websockets.magmamath.com",
|
|
2986
2996
|
LOGGLY_TAG: "MOBILE_PROD,MOBILE_PROD_PL",
|
|
2987
2997
|
GOOGLE_AUTH: "https://api.magmamath.com/v2/auth/google",
|
|
2988
2998
|
MICROSOFT_AUTH: "https://api.magmamath.com/v2/auth/microsoft",
|