chore: publish new package versions - #788
Merged
Merged
Conversation
Contributor
Author
Contributor
Author
Contributor
Author
Contributor
Author
Contributor
Author
Contributor
Author
Contributor
Author
|
🚀 Deployed on https://68bef7adfbb798131952decc--pglite.netlify.app |
tdrz
self-requested a review
September 8, 2025 15:35
tdrz
approved these changes
Sep 8, 2025
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.
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
@electric-sql/pglite@0.3.8
Minor Changes
Patch Changes
@electric-sql/pglite-react@0.2.26
Patch Changes
@electric-sql/pglite-repl@0.2.26
Patch Changes
@electric-sql/pglite-socket@0.0.13
Patch Changes
@electric-sql/pglite-sync@0.3.11
Patch Changes
@electric-sql/pglite-tools@0.2.13
Patch Changes
be677b4: fix pg_dump on Windows systems
When calling pg_dump on Windows system the function fails with an error as the one bellow.
❗ Notice the double drive letter
Error: ENOENT: no such file or directory, open 'E:\C:\Users\<USERNAME>\AppData\Local\npm-cache\_npx\ba4f1959e38407b5\node_modules\@electric-sql\pglite-tools\dist\pg_dump.wasm'The problem is in execPgDump function at line
const blob = await fs.readFile(bin.toString().slice(7))I think the intention here was to remove
file://from the begging of the path. However this is not necesarry readFile can handle URL objects.Moreover this will fail on Windows becase the slice creates a path like '/C:/...' and the readFile function will add the extra drive letter
Updated dependencies [f12a582]
Updated dependencies [bd263aa]
@electric-sql/pglite-vue@0.2.26
Patch Changes