@magmamath/frontend-config 1.0.16-rc.3 → 1.0.16-rc.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.js CHANGED
@@ -4095,7 +4095,7 @@ var ENV_WEB_ADMIN_COMMON = {
4095
4095
  var ENV_WEB_ADMIN_US_MARS = {
4096
4096
  ...ENV_WEB_ADMIN_COMMON,
4097
4097
  ...PLATFORM_URLS.MARS,
4098
- API_URL: "https://api.mars.magmamath.com",
4098
+ API_URL: "https://api.mars.magmamath.com/v2",
4099
4099
  CDN_HOST: "https://cdn.mars.magmamath.com"
4100
4100
  };
4101
4101
 
@@ -4103,7 +4103,7 @@ var ENV_WEB_ADMIN_US_MARS = {
4103
4103
  var ENV_WEB_ADMIN_US_PROD = {
4104
4104
  ...ENV_WEB_ADMIN_COMMON,
4105
4105
  ...PLATFORM_URLS.PROD,
4106
- API_URL: "https://api.magmamath.com",
4106
+ API_URL: "https://api.magmamath.com/v2",
4107
4107
  CDN_HOST: "https://cdn.magmamath.com"
4108
4108
  };
4109
4109
 
@@ -4111,7 +4111,7 @@ var ENV_WEB_ADMIN_US_PROD = {
4111
4111
  var ENV_WEB_ADMIN_SE_MARS = {
4112
4112
  ...ENV_WEB_ADMIN_COMMON,
4113
4113
  ...PLATFORM_URLS.MARS,
4114
- API_URL: "https://api.mars.matteappen.se",
4114
+ API_URL: "https://api.mars.matteappen.se/v2",
4115
4115
  CDN_HOST: "https://cdn.mars.matteappen.se"
4116
4116
  };
4117
4117
 
@@ -4119,7 +4119,7 @@ var ENV_WEB_ADMIN_SE_MARS = {
4119
4119
  var ENV_WEB_ADMIN_SE_PROD = {
4120
4120
  ...ENV_WEB_ADMIN_COMMON,
4121
4121
  ...PLATFORM_URLS.PROD,
4122
- API_URL: "https://api.matteappen.se",
4122
+ API_URL: "https://api.matteappen.se/v2",
4123
4123
  CDN_HOST: "https://cdn.matteappen.se"
4124
4124
  };
4125
4125
 
@@ -4127,7 +4127,7 @@ var ENV_WEB_ADMIN_SE_PROD = {
4127
4127
  var ENV_WEB_ADMIN_DE_MARS = {
4128
4128
  ...ENV_WEB_ADMIN_COMMON,
4129
4129
  ...PLATFORM_URLS.MARS,
4130
- API_URL: "https://api.mars.magmamath.com",
4130
+ API_URL: "https://api.mars.magmamath.com/v2",
4131
4131
  CDN_HOST: "https://cdn.mars.magmamath.com"
4132
4132
  };
4133
4133
 
@@ -4135,7 +4135,7 @@ var ENV_WEB_ADMIN_DE_MARS = {
4135
4135
  var ENV_WEB_ADMIN_DE_PROD = {
4136
4136
  ...ENV_WEB_ADMIN_COMMON,
4137
4137
  ...PLATFORM_URLS.PROD,
4138
- API_URL: "https://api.magmamath.com",
4138
+ API_URL: "https://api.magmamath.com/v2",
4139
4139
  CDN_HOST: "https://cdn.magmamath.com"
4140
4140
  };
4141
4141
 
@@ -4143,7 +4143,7 @@ var ENV_WEB_ADMIN_DE_PROD = {
4143
4143
  var ENV_WEB_ADMIN_SCT_MARS = {
4144
4144
  ...ENV_WEB_ADMIN_COMMON,
4145
4145
  ...PLATFORM_URLS.MARS,
4146
- API_URL: "https://api.mars.magmamath.com",
4146
+ API_URL: "https://api.mars.magmamath.com/v2",
4147
4147
  CDN_HOST: "https://cdn.mars.magmamath.com"
4148
4148
  };
4149
4149
 
@@ -4151,7 +4151,7 @@ var ENV_WEB_ADMIN_SCT_MARS = {
4151
4151
  var ENV_WEB_ADMIN_SCT_PROD = {
4152
4152
  ...ENV_WEB_ADMIN_COMMON,
4153
4153
  ...PLATFORM_URLS.PROD,
4154
- API_URL: "https://api.magmamath.com",
4154
+ API_URL: "https://api.magmamath.com/v2",
4155
4155
  CDN_HOST: "https://cdn.magmamath.com"
4156
4156
  };
4157
4157
 
@@ -4159,7 +4159,7 @@ var ENV_WEB_ADMIN_SCT_PROD = {
4159
4159
  var ENV_WEB_ADMIN_GB_MARS = {
4160
4160
  ...ENV_WEB_ADMIN_COMMON,
4161
4161
  ...PLATFORM_URLS.MARS,
4162
- API_URL: "https://api.mars.magmamath.com",
4162
+ API_URL: "https://api.mars.magmamath.com/v2",
4163
4163
  CDN_HOST: "https://cdn.mars.magmamath.com"
4164
4164
  };
4165
4165
 
@@ -4167,7 +4167,7 @@ var ENV_WEB_ADMIN_GB_MARS = {
4167
4167
  var ENV_WEB_ADMIN_GB_PROD = {
4168
4168
  ...ENV_WEB_ADMIN_COMMON,
4169
4169
  ...PLATFORM_URLS.PROD,
4170
- API_URL: "https://api.magmamath.com",
4170
+ API_URL: "https://api.magmamath.com/v2",
4171
4171
  CDN_HOST: "https://cdn.magmamath.com"
4172
4172
  };
4173
4173
 
@@ -4175,7 +4175,7 @@ var ENV_WEB_ADMIN_GB_PROD = {
4175
4175
  var ENV_WEB_ADMIN_CA_MARS = {
4176
4176
  ...ENV_WEB_ADMIN_COMMON,
4177
4177
  ...PLATFORM_URLS.MARS,
4178
- API_URL: "https://api-ca.mars.magmamath.com",
4178
+ API_URL: "https://api-ca.mars.magmamath.com/v2",
4179
4179
  CDN_HOST: "https://cdn-ca.mars.magmamath.com"
4180
4180
  };
4181
4181
 
@@ -4183,7 +4183,7 @@ var ENV_WEB_ADMIN_CA_MARS = {
4183
4183
  var ENV_WEB_ADMIN_CA_PROD = {
4184
4184
  ...ENV_WEB_ADMIN_COMMON,
4185
4185
  ...PLATFORM_URLS.PROD,
4186
- API_URL: "https://api-ca.magmamath.com",
4186
+ API_URL: "https://api-ca.magmamath.com/v2",
4187
4187
  CDN_HOST: "https://cdn-ca.magmamath.com"
4188
4188
  };
4189
4189