clerk 1.2.1-snapshot.826d9da → 1.3.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.
- package/README.md +1 -1
- 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
|
|
40
|
+
whoami Show the current logged-in user
|
|
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
|
+
"version": "1.3.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.
|
|
34
|
-
"@clerk/cli-darwin-x64": "1.
|
|
35
|
-
"@clerk/cli-linux-arm64": "1.
|
|
36
|
-
"@clerk/cli-linux-arm64-musl": "1.
|
|
37
|
-
"@clerk/cli-linux-x64": "1.
|
|
38
|
-
"@clerk/cli-linux-x64-musl": "1.
|
|
39
|
-
"@clerk/cli-win32-arm64": "1.
|
|
40
|
-
"@clerk/cli-win32-x64": "1.
|
|
33
|
+
"@clerk/cli-darwin-arm64": "1.3.0",
|
|
34
|
+
"@clerk/cli-darwin-x64": "1.3.0",
|
|
35
|
+
"@clerk/cli-linux-arm64": "1.3.0",
|
|
36
|
+
"@clerk/cli-linux-arm64-musl": "1.3.0",
|
|
37
|
+
"@clerk/cli-linux-x64": "1.3.0",
|
|
38
|
+
"@clerk/cli-linux-x64-musl": "1.3.0",
|
|
39
|
+
"@clerk/cli-win32-arm64": "1.3.0",
|
|
40
|
+
"@clerk/cli-win32-x64": "1.3.0"
|
|
41
41
|
}
|
|
42
42
|
}
|