@clerk/backend
Advanced tools
Comparing version 1.22.0-canary.v20250113182406 to 1.22.0-canary.v20250113193617
@@ -6,3 +6,3 @@ import type { ClerkAPIError } from '@clerk/types'; | ||
headerParams?: Record<string, string>; | ||
bodyParams?: object; | ||
bodyParams?: Record<string, unknown>; | ||
formData?: FormData; | ||
@@ -9,0 +9,0 @@ } & ({ |
@@ -9,3 +9,3 @@ import type { ClerkUrl } from './clerkUrl'; | ||
readonly clerkUrl: ClerkUrl; | ||
readonly cookies: Map<string, string>; | ||
readonly cookies: Map<string, string | undefined>; | ||
constructor(input: ClerkRequest | Request | RequestInfo, init?: RequestInit); | ||
@@ -12,0 +12,0 @@ toJSON(): { |
{ | ||
"name": "@clerk/backend", | ||
"version": "1.22.0-canary.v20250113182406", | ||
"version": "1.22.0-canary.v20250113193617", | ||
"description": "Clerk Backend SDK - REST Client for Backend API & JWT verification utilities", | ||
@@ -78,4 +78,4 @@ "homepage": "https://clerk.com/", | ||
"dependencies": { | ||
"cookie": "0.7.0", | ||
"snakecase-keys": "5.4.4", | ||
"cookie": "1.0.2", | ||
"snakecase-keys": "8.0.1", | ||
"tslib": "2.4.1", | ||
@@ -86,4 +86,3 @@ "@clerk/shared": "^2.20.6", | ||
"devDependencies": { | ||
"@edge-runtime/vm": "4.0.4", | ||
"@types/cookie": "^0.6.0", | ||
"@edge-runtime/vm": "5.0.0", | ||
"msw": "2.6.4", | ||
@@ -90,0 +89,0 @@ "npm-run-all": "^4.1.5", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
5
1384192
+ Addedcookie@1.0.2(transitive)
+ Addedsnakecase-keys@8.0.1(transitive)
+ Addedtype-fest@4.32.0(transitive)
- Removedcookie@0.7.0(transitive)
- Removedsnakecase-keys@5.4.4(transitive)
- Removedtype-fest@2.19.0(transitive)
Updatedcookie@1.0.2
Updatedsnakecase-keys@8.0.1