chore: bump @openeudi/core to 0.7.0 (sync with openid4vp@0.7.0)#6
Merged
BetelGuese merged 1 commit intomainfrom Apr 25, 2026
Merged
chore: bump @openeudi/core to 0.7.0 (sync with openid4vp@0.7.0)#6BetelGuese merged 1 commit intomainfrom
BetelGuese merged 1 commit intomainfrom
Conversation
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>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Synchronized-versioning bump:
@openeudi/core@0.7.0paired with the companion@openeudi/openid4vp@0.7.0released 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+verifyAuthorizationResponsefor encrypteddirect_post.jwtenvelopesFiles touched
package.json0.6.0→0.7.0package-lock.json0.4.0→0.7.0(lockfile had drifted across 0.5.0 + 0.6.0 bumps)src/index.tsVERSIONconstant0.5.0→0.7.0(had been stale)CHANGELOG.md[0.7.0]entry; also backfilled the missing[0.6.0]entryVerification
npm test→ 90/90 ✓npm run type-check→ cleannpm run build→ ESM + CJS + DTS cleannpm pack --dry-run→@openeudi/core@0.7.0, 15 files, 45.5 KBTest plan
🤖 Generated with Claude Code