feat: publish @pgflow/edge-worker to npm with Node/Bun process runtime support#628
Open
jumski wants to merge 1 commit into
Open
feat: publish @pgflow/edge-worker to npm with Node/Bun process runtime support#628jumski wants to merge 1 commit into
@pgflow/edge-worker to npm with Node/Bun process runtime support#628jumski wants to merge 1 commit into
Conversation
🦋 Changeset detectedLatest commit: 32e76c9 The changes in this PR will be included in the next version bump. This PR includes changesets to release 5 packages
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 |
Contributor
Author
|
Warning This pull request is not mergeable via GitHub because a downstack PR is open. Once all requirements are satisfied, merge this PR as a stack on Graphite.
This stack of pull requests is managed by Graphite. Learn more about stacking. |
|
View your CI Pipeline Execution ↗ for commit 32e76c9
💡 Verify your cache is correct by running tasks in a sandbox. Read docs ↗ ☁️ Nx Cloud last updated this comment at |
3cb8c81 to
efd6d99
Compare
ff59b77 to
dd04543
Compare
efd6d99 to
6b47ef1
Compare
dd04543 to
be382bd
Compare
be382bd to
32e76c9
Compare
6b47ef1 to
5e9c0a9
Compare
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.

@pgflow/edge-workeris now published to npm alongside the other pgflow packages. Previously it was excluded from npm publishing and only released to JSR.To support npm distribution, the following changes were made:
edge-workeris now active, compiling sources todist/via@nx/js:tsc.tsto.jsextensions for compatibility with compiled output@std/crypto/timing-safe-equalDeno dependency with an inlinetimingSafeEqualBytesimplementation, removing the Deno-specific dependency and enabling Node/Bun compatibilityglobalThis.cryptoaccess updated to avoid TypeScript strict-mode errors in non-browser environmentses2022,dom, anddom.iterablelibsscripts/smoke-edge-worker-dist.mjs) was added to verify the builtdist/exports are valid before publishingvalidate:publish:npmandpublish:npmscripts now includeedge-workerand run the smoke test as part of the publish flow