@feedmepos/mf-common 1.8.17 → 1.8.19

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/dist/app.js +3 -3
  2. package/package.json +1 -1
package/dist/app.js CHANGED
@@ -30711,10 +30711,10 @@ function Yt(s) {
30711
30711
  return s.data;
30712
30712
  }
30713
30713
  function Oc() {
30714
- var S, F;
30715
- const { namespace: s, currentCountry: l } = jt(), u = s.value === "dev", m = ((S = l.value) == null ? void 0 : S.toLowerCase()) !== "my" ? `.${(F = l.value) == null ? void 0 : F.toLowerCase()}` : "", z = `https://portal-v2${`${u ? "-dev" : ""}${m}.feedmeapi.com`}`;
30714
+ var F;
30715
+ const { namespace: s, currentCountry: l } = jt(), u = s.value === "dev", m = (F = l.value) == null ? void 0 : F.toLowerCase(), b = m && m !== "my" ? `.${m}` : "", S = `https://portal-v2${`${u ? "-dev" : ""}${b}.feedmeapi.com`}`;
30716
30716
  return {
30717
- portalBackendUrl: {}.mainBackend ?? z,
30717
+ portalBackendUrl: {}.mainBackend ?? S,
30718
30718
  accountBackendUrl: `https://account.feedme${u ? "dev" : ""}.cc/api`
30719
30719
  // portalV1Url: {}.portalV1 ?? `https://portal.feedme${isDev ? 'dev' : ''}.cc`,
30720
30720
  // licenseBackendUrl: {}.license ?? `${portalBackendUrl}/license`,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@feedmepos/mf-common",
3
- "version": "1.8.17",
3
+ "version": "1.8.19",
4
4
  "type": "module",
5
5
  "files": [
6
6
  "dist"