Comparing version 6.0.2 to 6.0.3
@@ -1,7 +0,1 @@ | ||
/** | ||
* JWA, JWS, JWE, JWT, JWK, JWKS for Node.js, Browser, Cloudflare Workers, Deno, Bun, and other | ||
* Web-interoperable runtimes | ||
* | ||
* @module jose | ||
*/ | ||
export { compactDecrypt } from './jwe/compact/decrypt.js'; | ||
@@ -8,0 +2,0 @@ export type { CompactDecryptGetKey } from './jwe/compact/decrypt.js'; |
@@ -12,3 +12,3 @@ import { JOSEError, JWKSNoMatchingKey, JWKSTimeout } from '../util/errors.js'; | ||
const NAME = 'jose'; | ||
const VERSION = 'v6.0.2'; | ||
const VERSION = 'v6.0.3'; | ||
USER_AGENT = `${NAME}/${VERSION}`; | ||
@@ -15,0 +15,0 @@ } |
{ | ||
"name": "jose", | ||
"version": "6.0.2", | ||
"version": "6.0.3", | ||
"description": "JWA, JWS, JWE, JWT, JWK, JWKS for Node.js, Browser, Cloudflare Workers, Deno, Bun, and other Web-interoperable runtimes", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
245836
5980