@clerk/backend
Advanced tools
Comparing version 1.24.3-snapshot.v20250225134057 to 1.24.3-snapshot.v20250226021605
@@ -5,3 +5,2 @@ export declare const API_URL = "https://api.clerk.com"; | ||
export declare const MAX_CACHE_LAST_UPDATED_AT_SECONDS: number; | ||
export declare const JWKS_CACHE_TTL_MS: number; | ||
export declare const SUPPORTED_BAPI_VERSION = "2024-10-01"; | ||
@@ -8,0 +7,0 @@ /** |
@@ -40,3 +40,3 @@ /** | ||
* The result is also cached on the module level to avoid network requests in subsequent invocations. | ||
* The cache lasts 1 hour by default. | ||
* The cache lasts up to 5 minutes. | ||
* | ||
@@ -43,0 +43,0 @@ * @param {Object} options |
export { addClerkPrefix, getScriptUrl, getClerkJsMajorVersionOrTag } from '@clerk/shared/url'; | ||
export { callWithRetry } from '@clerk/shared/callWithRetry'; | ||
export { retry } from '@clerk/shared/retry'; | ||
export { isDevelopmentFromSecretKey, isProductionFromSecretKey, parsePublishableKey, getCookieSuffix, getSuffixedCookieName, } from '@clerk/shared/keys'; | ||
@@ -4,0 +4,0 @@ export { deprecated, deprecatedProperty } from '@clerk/shared/deprecated'; |
{ | ||
"name": "@clerk/backend", | ||
"version": "1.24.3-snapshot.v20250225134057", | ||
"version": "1.24.3-snapshot.v20250226021605", | ||
"description": "Clerk Backend SDK - REST Client for Backend API & JWT verification utilities", | ||
@@ -81,4 +81,4 @@ "homepage": "https://clerk.com/", | ||
"tslib": "2.4.1", | ||
"@clerk/shared": "^2.23.0-snapshot.v20250225134057", | ||
"@clerk/types": "^4.47.0-snapshot.v20250225134057" | ||
"@clerk/shared": "^3.0.0-snapshot.v20250226021605", | ||
"@clerk/types": "^4.47.0-snapshot.v20250226021605" | ||
}, | ||
@@ -85,0 +85,0 @@ "devDependencies": { |
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
1414811
13363
+ Added@clerk/shared@3.0.0(transitive)
- Removed@clerk/shared@2.23.0-snapshot.v20250225134057(transitive)