Skip to content

chore: bump @e4a/pg-wasm to 0.6.0#70

Merged
rubenhensen merged 1 commit into
mainfrom
chore/pg-wasm-0.6.0
May 16, 2026
Merged

chore: bump @e4a/pg-wasm to 0.6.0#70
rubenhensen merged 1 commit into
mainfrom
chore/pg-wasm-0.6.0

Conversation

@dobby-coder
Copy link
Copy Markdown
Contributor

@dobby-coder dobby-coder Bot commented May 13, 2026

Bumps @e4a/pg-wasm from ^0.5.10 to ^0.6.0, tracking the upstream pg-core-v0.6.0 release.

API impact

Diffed the published web/index.d.ts between 0.5.10 and 0.6.0:

  • Public TypeScript surface is unchanged. All exported classes / interfaces / types are identical.
  • Only diffs are internal wasm-export symbol reordering and ReadableStreamReaderMode becoming exported (was an internal alias).
  • Upstream pg-core-v0.6.0 release notes only mention README / doc-comment typo fixes.

No call sites in this repo needed updating, and no follow-up issues are required in downstream consumers (postguard-website, postguard-business, postguard-outlook-addon, postguard-tb-addon).

Verification

Local run on a clean npm install:

  • npm run typecheck — no errors
  • npm run buildtsdown produces dist/index.mjs (1.03 MB)
  • npm test — 89/89 tests pass in 9 files

Reviewer quickstart

git fetch origin && git checkout chore/pg-wasm-0.6.0 && npm install && npm test

Closes #69

Tracks postguard pg-core-v0.6.0. Public TypeScript API surface is unchanged; only internal wasm-export symbol order shifted and ReadableStreamReaderMode became exported.

Closes #69
@dobby-coder dobby-coder Bot requested a review from rubenhensen May 13, 2026 22:14
@dobby-coder dobby-coder Bot marked this pull request as ready for review May 13, 2026 22:15
Copy link
Copy Markdown
Contributor Author

@dobby-coder dobby-coder Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM (cannot self-approve; the bot account opened this PR). Verified locally on a clean clone: npm ci clean, npm run typecheck no errors, npm test 89/89 pass. CI green. Diff is limited to package.json + lockfile; the published TS surface of @e4a/pg-wasm is unchanged between 0.5.10 and 0.6.0.

@rubenhensen rubenhensen merged commit 9453662 into main May 16, 2026
2 checks passed
@rubenhensen rubenhensen deleted the chore/pg-wasm-0.6.0 branch May 16, 2026 10:24
@github-actions
Copy link
Copy Markdown

🎉 This PR is included in version 1.8.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

chore: update dependencies

1 participant