@contentstack/cli-auth 1.3.23 → 1.3.24

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
@@ -18,7 +18,7 @@ $ npm install -g @contentstack/cli-auth
18
18
  $ csdx COMMAND
19
19
  running command...
20
20
  $ csdx (--version)
21
- @contentstack/cli-auth/1.3.23 linux-x64 node-v18.20.6
21
+ @contentstack/cli-auth/1.3.24 linux-x64 node-v22.14.0
22
22
  $ csdx --help [COMMAND]
23
23
  USAGE
24
24
  $ csdx COMMAND
@@ -18,6 +18,8 @@
18
18
  "CLI_AUTH_LOGOUT_DESCRIPTION": "User session logout",
19
19
  "CLI_AUTH_LOGOUT_FLAG_FORCE": "Force logging out for skipping the confirmation",
20
20
  "CLI_AUTH_LOGOUT_ALREADY": "You're already logged out",
21
+ "CLI_AUTH_LOGOUT_NO_AUTHORIZATIONS": "No authorizations found",
22
+ "CLI_AUTH_LOGOUT_NO_AUTHORIZATIONS_USER": "No authorizations found for current user",
21
23
  "CLI_AUTH_WHOAMI_LOGGED_IN_AS": "You are currently logged in with email",
22
24
  "CLI_AUTH_WHOAMI_FAILED": "Failed to get the current user details",
23
25
  "CLI_AUTH_WHOAMI_DESCRIPTION": "Display current users email address",
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "1.3.23",
2
+ "version": "1.3.24",
3
3
  "commands": {
4
4
  "auth:login": {
5
5
  "id": "auth:login",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@contentstack/cli-auth",
3
3
  "description": "Contentstack CLI plugin for authentication activities",
4
- "version": "1.3.23",
4
+ "version": "1.3.24",
5
5
  "author": "Contentstack",
6
6
  "bugs": "https://github.com/contentstack/cli/issues",
7
7
  "scripts": {
@@ -23,7 +23,7 @@
23
23
  },
24
24
  "dependencies": {
25
25
  "@contentstack/cli-command": "~1.3.3",
26
- "@contentstack/cli-utilities": "~1.8.1"
26
+ "@contentstack/cli-utilities": "~1.8.2"
27
27
  },
28
28
  "devDependencies": {
29
29
  "@fancy-test/nock": "^0.1.1",