clerk 1.3.1-snapshot.0dd30be → 1.4.0

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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +9 -9
package/README.md CHANGED
@@ -37,7 +37,7 @@ Commands:
37
37
  auth Manage authentication
38
38
  link [options] Link this project to a Clerk application
39
39
  unlink [options] Unlink this project from its Clerk application
40
- whoami Show the current logged-in user
40
+ whoami [options] Show the current logged-in user and linked application
41
41
  open Open Clerk resources in your browser
42
42
  apps Manage your Clerk applications
43
43
  users [options] Manage Clerk users
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "clerk",
3
- "version": "1.3.1-snapshot.0dd30be",
3
+ "version": "1.4.0",
4
4
  "description": "Clerk CLI",
5
5
  "keywords": [
6
6
  "authentication",
@@ -30,13 +30,13 @@
30
30
  "node": ">=20.0.0"
31
31
  },
32
32
  "optionalDependencies": {
33
- "@clerk/cli-darwin-arm64": "1.3.1-snapshot.0dd30be",
34
- "@clerk/cli-darwin-x64": "1.3.1-snapshot.0dd30be",
35
- "@clerk/cli-linux-arm64": "1.3.1-snapshot.0dd30be",
36
- "@clerk/cli-linux-arm64-musl": "1.3.1-snapshot.0dd30be",
37
- "@clerk/cli-linux-x64": "1.3.1-snapshot.0dd30be",
38
- "@clerk/cli-linux-x64-musl": "1.3.1-snapshot.0dd30be",
39
- "@clerk/cli-win32-arm64": "1.3.1-snapshot.0dd30be",
40
- "@clerk/cli-win32-x64": "1.3.1-snapshot.0dd30be"
33
+ "@clerk/cli-darwin-arm64": "1.4.0",
34
+ "@clerk/cli-darwin-x64": "1.4.0",
35
+ "@clerk/cli-linux-arm64": "1.4.0",
36
+ "@clerk/cli-linux-arm64-musl": "1.4.0",
37
+ "@clerk/cli-linux-x64": "1.4.0",
38
+ "@clerk/cli-linux-x64-musl": "1.4.0",
39
+ "@clerk/cli-win32-arm64": "1.4.0",
40
+ "@clerk/cli-win32-x64": "1.4.0"
41
41
  }
42
42
  }