@squiz/dxp-cli-next 5.3.0-develop.1 → 5.3.0-develop.2

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/login.js CHANGED
@@ -40,7 +40,7 @@ const loginCommand = new commander_1.Command('login')
40
40
  console.log(''); // needed to not screw up line endings in terminal
41
41
  return;
42
42
  }
43
- return handleLoginRequest(credentials, options);
43
+ return yield handleLoginRequest(credentials, options);
44
44
  }
45
45
  catch (error) {
46
46
  if (!!process.env.DEBUG && error.stack) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@squiz/dxp-cli-next",
3
- "version": "5.3.0-develop.1",
3
+ "version": "5.3.0-develop.2",
4
4
  "repository": {
5
5
  "url": "https://gitlab.squiz.net/developer-experience/dxp-cli-next"
6
6
  },
@@ -39,7 +39,7 @@
39
39
  "codecov"
40
40
  ],
41
41
  "dependencies": {
42
- "@squiz/component-cli-lib": "1.3.3",
42
+ "@squiz/component-cli-lib": "1.6.1-alpha.3",
43
43
  "axios": "1.1.3",
44
44
  "cli-color": "2.0.3",
45
45
  "commander": "9.4.0",