Skip to content

Conversation

simolus3
Copy link
Contributor

To compile the Node SDK, we're using rollup to convert the ESM modules emitted by tsc into a CJS bundle for users who can't (or don't want to) import the package as an ESM module. These files are generated into a dist/ directory by the build script in that package.

Unfortunately, the release logic doesn't call build, it runs build:release which didn't invoke rollup. This adds the missing invocation.

@simolus3 simolus3 requested a review from Chriztiaan May 29, 2025 14:48
Copy link

changeset-bot bot commented May 29, 2025

🦋 Changeset detected

Latest commit: 70afd7d

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
@powersync/node Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@simolus3 simolus3 merged commit 873f81c into main May 29, 2025
9 checks passed
@simolus3 simolus3 deleted the nodejs-dist-fix branch May 29, 2025 15:03
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.

2 participants