@clerk/fastify
Advanced tools
Comparing version 0.4.6-staging.29eb907 to 0.4.6-staging.2bd7a20
@@ -23,2 +23,3 @@ export declare const API_URL: string; | ||
readonly EnableDebug: "x-clerk-debug"; | ||
readonly ClerkRedirectTo: "x-clerk-redirect-to"; | ||
readonly Authorization: "authorization"; | ||
@@ -25,0 +26,0 @@ readonly ForwardedPort: "x-forwarded-port"; |
{ | ||
"name": "@clerk/fastify", | ||
"version": "0.4.6-staging.29eb907", | ||
"version": "0.4.6-staging.2bd7a20", | ||
"license": "MIT", | ||
@@ -29,9 +29,7 @@ "description": "Clerk SDK for Fastify", | ||
"dependencies": { | ||
"@clerk/backend": "0.21.1-staging.29eb907", | ||
"@clerk/types": "^3.41.0", | ||
"@clerk/backend": "0.22.0-staging.2bd7a20", | ||
"@clerk/types": "3.41.1-staging.2bd7a20", | ||
"cookies": "0.8.0" | ||
}, | ||
"devDependencies": { | ||
"jest": "*", | ||
"ts-jest": "*", | ||
"tsup": "*", | ||
@@ -38,0 +36,0 @@ "typescript": "*" |
Sorry, the diff of this file is not supported yet
59366
2
166
+ Added@clerk/backend@0.22.0-staging.2bd7a20(transitive)
+ Added@clerk/types@3.41.1-staging.2bd7a20(transitive)
- Removed@clerk/backend@0.21.1-staging.29eb907(transitive)
- Removed@clerk/types@3.65.4(transitive)