shoplazza-cli 0.0.5 → 0.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.
package/README.md CHANGED
@@ -10,6 +10,10 @@
10
10
 
11
11
  Shoplazza CLI is a cross-platform command line tool that you can use to build Shoplazza themes.
12
12
 
13
+ ## Node Version
14
+
15
+ use 14.18.2
16
+
13
17
  ## Features
14
18
 
15
19
  Shoplazza CLI accelerates your theme development process with the following features:
package/lib/app/login.js CHANGED
@@ -5,7 +5,7 @@ const axios = require('axios');
5
5
  const { fork } = require('child_process');
6
6
  const path = require('path');
7
7
 
8
- const { set, PARTNER_KEYS, get } = require('./db/partner');
8
+ const { set, PARTNER_KEYS, get, empty } = require('./db/partner');
9
9
  const { getClientId } = require('../utils');
10
10
  const { PARNTER_URL, LOGIN_BASE_URL, CLIENT_ID } = require('./constants');
11
11
  const { REDIRECT_URI } = require('../config');
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "shoplazza-cli",
3
- "version": "0.0.5",
3
+ "version": "0.0.6",
4
4
  "description": "",
5
5
  "main": "bin/shoplazza",
6
6
  "engines": {