@swell/cli 2.0.5 → 2.0.6

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.
@@ -576,7 +576,7 @@ export class RemoteAppCommand extends AppCommand {
576
576
  }
577
577
  storefrontFrontendUrl(storeId, storefront, branchId, preview = true) {
578
578
  const storefrontSlug = storefront && preview
579
- ? `${storeId}--${storefront.id.toLowerCase()}`
579
+ ? `${storeId}--${storefront.id.toLowerCase()}--preview`
580
580
  : storeId;
581
581
  return getStorefrontFrontendHost(storefrontSlug, branchId);
582
582
  }
@@ -1835,5 +1835,5 @@
1835
1835
  ]
1836
1836
  }
1837
1837
  },
1838
- "version": "2.0.5"
1838
+ "version": "2.0.6"
1839
1839
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@swell/cli",
3
- "version": "2.0.5",
3
+ "version": "2.0.6",
4
4
  "type": "module",
5
5
  "description": "Swell's command line interface/utility",
6
6
  "keywords": [