Comparing version 7.2.0-alpha.1 to 7.2.0-alpha.2
@@ -8,3 +8,3 @@ import SimpleSigner from './signers/SimpleSigner.js'; | ||
import { createJWS, createJWT, createMultisignatureJWT, decodeJWT, type JWTHeader, type JWTPayload, type JWTVerified, type Signer, verifyJWS, verifyJWT } from './JWT.js'; | ||
import { toEthereumAddress } from './Digest.js'; | ||
export { toEthereumAddress, concatKDF } from './Digest.js'; | ||
export { createJWE, decryptJWE } from './encryption/JWE.js'; | ||
@@ -14,6 +14,8 @@ export { xc20pDirDecrypter, xc20pDirEncrypter } from './encryption/xc20pDir.js'; | ||
export * from './encryption/types.js'; | ||
export * from './encryption/X25519-ECDH-ES.js'; | ||
export * from './encryption/X25519-ECDH-1PU.js'; | ||
export { createX25519ECDH } from './encryption/ECDH.js'; | ||
export { x25519Encrypter, x25519Decrypter, resolveX25519Encrypters, createAuthEncrypter, createAnonEncrypter, createAuthDecrypter, createAnonDecrypter, xc20pAuthEncrypterEcdh1PuV3x25519WithXc20PkwV2, xc20pAuthDecrypterEcdh1PuV3x25519WithXc20PkwV2, } from './encryption/xc20pEncryption.js'; | ||
export { createFullEncrypter } from './encryption/createEncrypter.js'; | ||
export { SimpleSigner, EllipticSigner, NaclSigner, ES256Signer, ES256KSigner, EdDSASigner, verifyJWT, createJWT, createMultisignatureJWT, decodeJWT, verifyJWS, createJWS, toEthereumAddress, type Signer, type JWTHeader, type JWTPayload, type JWTVerified, }; | ||
export { SimpleSigner, EllipticSigner, NaclSigner, ES256Signer, ES256KSigner, EdDSASigner, verifyJWT, createJWT, createMultisignatureJWT, decodeJWT, verifyJWS, createJWS, type Signer, type JWTHeader, type JWTPayload, type JWTVerified, }; | ||
export { type JWTOptions, type JWTVerifyOptions } from './JWT.js'; | ||
@@ -20,0 +22,0 @@ export { base64ToBytes, base58ToBytes, hexToBytes, genX25519EphemeralKeyPair } from './util.js'; |
{ | ||
"name": "did-jwt", | ||
"version": "7.2.0-alpha.1", | ||
"version": "7.2.0-alpha.2", | ||
"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", |
@@ -19,4 +19,5 @@ import SimpleSigner from './signers/SimpleSigner.js' | ||
} from './JWT.js' | ||
import { toEthereumAddress } from './Digest.js' | ||
export { toEthereumAddress, concatKDF } from './Digest.js' | ||
export { createJWE, decryptJWE } from './encryption/JWE.js' | ||
@@ -26,2 +27,4 @@ export { xc20pDirDecrypter, xc20pDirEncrypter } from './encryption/xc20pDir.js' | ||
export * from './encryption/types.js' | ||
export * from './encryption/X25519-ECDH-ES.js' | ||
export * from './encryption/X25519-ECDH-1PU.js' | ||
@@ -56,3 +59,2 @@ export { createX25519ECDH } from './encryption/ECDH.js' | ||
createJWS, | ||
toEthereumAddress, | ||
type Signer, | ||
@@ -59,0 +61,0 @@ type JWTHeader, |
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 not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1329847
17119