@fluido/dreno-core
Advanced tools
Comparing version
import type { JwtPayload } from './impl'; | ||
export declare function extractPayloadFromJwt<T = Record<string, any>>(token?: string): (T & JwtPayload) | null; | ||
export declare function extractPayloadFromJwt<T = Record<string, any>>(token?: string): Promise<(T & JwtPayload) | null>; |
{ | ||
"name": "@fluido/dreno-core", | ||
"version": "0.5.2-alpha", | ||
"version": "0.5.3-alpha", | ||
"description": "Dreno library", | ||
@@ -29,7 +29,8 @@ "license": "MIT", | ||
"build:cjs": "esbuild --bundle --packages=external --platform=node --target=es2020 --format=cjs --out-extension:.js=.cjs --outdir=dist src/index.ts", | ||
"build:types": "tsc" | ||
"build:types": "tsc", | ||
"esb": "esbuild" | ||
}, | ||
"dependencies": { | ||
"@types/js-cookie": "^3.0.4", | ||
"buffer": "^6.0.3", | ||
"base64url": "^3.0.1", | ||
"js-cookie": "^3.0.5", | ||
@@ -36,0 +37,0 @@ "lodash": "^4.17.21", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
100629
0.63%2875
0.35%+ Added
+ Added
- Removed
- Removed
- Removed
- Removed