Comparing version 8.0.7 to 8.0.8
{ | ||
"name": "did-jwt", | ||
"version": "8.0.7", | ||
"version": "8.0.8", | ||
"description": "Library for Signing and Verifying JWTs that use DIDs as issuers and JWEs that use DIDs as recipients", | ||
@@ -5,0 +5,0 @@ "type": "module", |
@@ -202,3 +202,3 @@ import canonicalizeData from 'canonicalize' | ||
} catch (e) { | ||
throw new Error('invalid_argument: Incorrect format JWT') | ||
throw new Error(`invalid_argument: ${JWT_ERROR.INVALID_JWT}: ${e}`) | ||
} | ||
@@ -205,0 +205,0 @@ } |
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 too big to display
Sorry, the diff of this file is not supported yet
1278731