Skip to content

chore: bump @openeudi/core to 0.7.0 (sync with openid4vp@0.7.0)#6

Merged
BetelGuese merged 1 commit intomainfrom
chore/bump-0.7.0
Apr 25, 2026
Merged

chore: bump @openeudi/core to 0.7.0 (sync with openid4vp@0.7.0)#6
BetelGuese merged 1 commit intomainfrom
chore/bump-0.7.0

Conversation

@BetelGuese
Copy link
Copy Markdown
Contributor

Summary

Synchronized-versioning bump: @openeudi/core@0.7.0 paired with the companion @openeudi/openid4vp@0.7.0 released earlier today. Per the project convention, the two packages release in lockstep — this is a metadata-only bump with no API or behavior changes.

What's in @openeudi/openid4vp@0.7.0

  • createSignedAuthorizationRequest (JAR per RFC 9101 / OpenID4VP 1.0 §5.10)
  • decryptAuthorizationResponse + verifyAuthorizationResponse for encrypted direct_post.jwt envelopes
  • New error classes covering signed-request and encrypted-response failure paths

Files touched

File Change
package.json 0.6.00.7.0
package-lock.json 0.4.00.7.0 (lockfile had drifted across 0.5.0 + 0.6.0 bumps)
src/index.ts VERSION constant 0.5.00.7.0 (had been stale)
CHANGELOG.md new [0.7.0] entry; also backfilled the missing [0.6.0] entry

Verification

  • npm test → 90/90 ✓
  • npm run type-check → clean
  • npm run build → ESM + CJS + DTS clean
  • npm pack --dry-run@openeudi/core@0.7.0, 15 files, 45.5 KB

Test plan

  • Tests pass
  • Type-check clean
  • Build clean
  • Pack dry-run shows correct version

🤖 Generated with Claude Code

Synchronized-versioning rule: @openeudi/core releases in lockstep with
@openeudi/openid4vp. The companion 0.7.0 ships signed authorization
requests (JAR / x509_san_dns), encrypted direct_post.jwt response
handling, and the OpenID4VP 1.0 §8.1 envelope verifier; this is a
metadata-only bump to keep the two packages aligned.

Touches four version sites:
- package.json: 0.6.0 → 0.7.0
- package-lock.json: 0.4.0 → 0.7.0 (also caught the 0.5.0 + 0.6.0 bumps
  which had skipped the lockfile)
- src/index.ts VERSION constant: 0.5.0 → 0.7.0 (similarly caught up)
- CHANGELOG.md: new [0.7.0] entry plus backfilled [0.6.0] entry
  (matches the existing 0.3.0/0.4.0/0.5.0 version-sync convention)

Verify: 90/90 tests, type-check + build + pack clean, @openeudi/core@0.7.0
in pack metadata.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
@BetelGuese BetelGuese merged commit 013db76 into main Apr 25, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant