clerk 1.4.1-snapshot.4ae2e98 → 1.5.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 -0
- package/package.json +9 -9
package/README.md
CHANGED
|
@@ -50,6 +50,7 @@ Commands:
|
|
|
50
50
|
completion [shell] Generate shell autocompletion script
|
|
51
51
|
skill Manage the bundled Clerk CLI agent skill
|
|
52
52
|
update [options] Update the Clerk CLI to the latest version
|
|
53
|
+
deploy Deploy a Clerk application to production
|
|
53
54
|
help [command] Display help for command
|
|
54
55
|
|
|
55
56
|
Give AI agents better Clerk context: install the Clerk skills
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "clerk",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.5.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.5.0",
|
|
34
|
+
"@clerk/cli-darwin-x64": "1.5.0",
|
|
35
|
+
"@clerk/cli-linux-arm64": "1.5.0",
|
|
36
|
+
"@clerk/cli-linux-arm64-musl": "1.5.0",
|
|
37
|
+
"@clerk/cli-linux-x64": "1.5.0",
|
|
38
|
+
"@clerk/cli-linux-x64-musl": "1.5.0",
|
|
39
|
+
"@clerk/cli-win32-arm64": "1.5.0",
|
|
40
|
+
"@clerk/cli-win32-x64": "1.5.0"
|
|
41
41
|
}
|
|
42
42
|
}
|