@clerk/fastify
Advanced tools
Comparing version 0.4.6-snap.cd256f5 to 0.4.6-snap.e2ec9c0
@@ -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-snap.cd256f5", | ||
"version": "0.4.6-snap.e2ec9c0", | ||
"license": "MIT", | ||
@@ -22,3 +22,2 @@ "description": "Clerk SDK for Fastify", | ||
"scripts": { | ||
"prepublishOnly": "npm run build", | ||
"dev": "tsup --watch", | ||
@@ -31,9 +30,7 @@ "build": "tsup --env.NODE_ENV production", | ||
"dependencies": { | ||
"@clerk/backend": "0.21.1-snap.cd256f5", | ||
"@clerk/types": "^3.41.0", | ||
"@clerk/backend": "0.22.0-snap.e2ec9c0", | ||
"@clerk/types": "3.41.1-snap.e2ec9c0", | ||
"cookies": "0.8.0" | ||
}, | ||
"devDependencies": { | ||
"jest": "*", | ||
"ts-jest": "*", | ||
"tsup": "*", | ||
@@ -40,0 +37,0 @@ "typescript": "*" |
Sorry, the diff of this file is not supported yet
2
166
59357
+ Added@clerk/backend@0.22.0-snap.e2ec9c0(transitive)
+ Added@clerk/types@3.41.1-snap.e2ec9c0(transitive)
- Removed@clerk/backend@0.21.1-snap.cd256f5(transitive)
- Removed@clerk/types@3.65.4(transitive)