shoplazza-cli 0.0.2 → 0.0.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/lib/auth/index.js CHANGED
@@ -66,7 +66,7 @@ exports.postExchangeToken = async (storeDomain, options = {}) => {
66
66
  }
67
67
  );
68
68
  set({
69
- store_domain: storeDomain,
69
+ store_domain: storeDomain.replace(/^https?:\/\//, ''),
70
70
  exchange_token: data.access_token
71
71
  });
72
72
  resolve();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "shoplazza-cli",
3
- "version": "0.0.2",
3
+ "version": "0.0.3",
4
4
  "title": "Shoplazza CLI",
5
5
  "description": "Shoplazza CLI is a command-line interface tool that helps you build Shoplazza themes. It quickly generates Shoplazza themes. You can also use it to automate many common development tasks.",
6
6
  "main": "bin/shoplazza",