feat(smartjwt): Add nested JWT functionality

This commit is contained in:
2024-09-05 16:46:01 +02:00
parent 59ae8ae466
commit 8097ca059f
6 changed files with 31 additions and 13 deletions

View File

@@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@push.rocks/smartjwt',
version: '2.1.0',
version: '2.2.0',
description: 'A JavaScript package for creating and verifying JWTs with strong typing support.'
}