Skip to content

Commit e683585

Browse files
dbrrtcursoragent
andcommitted
fix: re-export parseJwt from package root
0.1.38 dropped it from the public API while consumers still import it. Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent 4a1339b commit e683585

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "keylab",
3-
"version": "0.1.38",
3+
"version": "0.1.39",
44
"packageManager": "bun@1.2.11",
55
"type": "module",
66
"source": "src/index.ts",

src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ export {
33
checkTokenValidness,
44
createSignedJwt,
55
extractBearerTokenFromHeaders,
6+
parseJwt,
67
pemToJwk,
78
getKeyPair,
89
} from "./vendors"

0 commit comments

Comments
 (0)