@openid4vc/openid4vci 0.3.0-alpha-20250329202257 → 0.3.0-alpha-20250401105222

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js CHANGED
@@ -1524,7 +1524,7 @@ async function verifyCredentialRequestJwtProof(options) {
1524
1524
  payload,
1525
1525
  signer: (0, import_oauth214.jwtSignerFromJwt)({ header, payload }),
1526
1526
  verifyJwtCallback: options.callbacks.verifyJwt,
1527
- errorMessage: "Error verifiying credential request proof jwt",
1527
+ errorMessage: "Error verifiying credential request proof jwt.",
1528
1528
  expectedNonce: options.expectedNonce,
1529
1529
  expectedAudience: options.credentialIssuer,
1530
1530
  expectedIssuer: options.clientId,