@swell/cli 2.0.1-alpha.10 → 2.0.1-alpha.11

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.
@@ -13,5 +13,5 @@ export function getAdminApiBaseUrl(storeId) {
13
13
  return ADMIN_API_BASE_URL.replace('${STORE_ID}', storeId);
14
14
  }
15
15
  export function getLoginHost(storeId) {
16
- return LOGIN_HOST.replace('${STORE_ID}', storeId || 'app');
16
+ return LOGIN_HOST.replace('${STORE_ID}', storeId || 'login');
17
17
  }
@@ -1086,5 +1086,5 @@
1086
1086
  ]
1087
1087
  }
1088
1088
  },
1089
- "version": "2.0.1-alpha.10"
1089
+ "version": "2.0.1-alpha.11"
1090
1090
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@swell/cli",
3
- "version": "2.0.1-alpha.10",
3
+ "version": "2.0.1-alpha.11",
4
4
  "type": "module",
5
5
  "description": "Swell's command line interface/utility",
6
6
  "keywords": [