@openid4vc/oauth2 0.3.0-alpha-20250511132052 → 0.3.0-alpha-20250511195407

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.mjs CHANGED
@@ -312,8 +312,7 @@ function jwtHeaderFromJwtSigner(signer) {
312
312
  if (signer.method === "jwk") {
313
313
  return {
314
314
  alg: signer.alg,
315
- jwk: signer.publicJwk,
316
- kid: signer.publicJwk.kid
315
+ jwk: signer.publicJwk
317
316
  };
318
317
  }
319
318
  if (signer.method === "x5c") {