Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DX-1264: Unify exports #1290

Merged
merged 12 commits into from
Oct 4, 2024
Merged

DX-1264: Unify exports #1290

merged 12 commits into from
Oct 4, 2024

Conversation

ytkimirti
Copy link
Collaborator

@ytkimirti ytkimirti commented Sep 23, 2024

This PR introduces some small tweaks to unify some parts of our javascript packages. Here are the changes:

  • Used "latest" version in examples for this package
  • Updated tsup config
  • Updated exports field in package.json

NOTE: This should not bring any breaking changes with the old version. Here is the old and new output coming from the attw cli:

r before r after
  • node.js and node.mjs exports are removed since they did not resolve to a file and do not work in the prod version.
  • cloudflare.js, cloudflare.mjs, fastly.js and fastly.mjs exports are kept for backwards compatibility.

Copy link

linear bot commented Sep 23, 2024

@ytkimirti ytkimirti changed the title DX-1264: move to new build pipeline DX-1264: Unify exports Sep 23, 2024
@CahidArda
Copy link
Contributor

tests are not passing @ytkimirti

CahidArda
CahidArda previously approved these changes Oct 4, 2024
We can remove these two because the files they were referencing did not
exist in the older versions. So this is not a breaking change
@CahidArda CahidArda merged commit 45ed724 into main Oct 4, 2024
14 checks passed
@CahidArda CahidArda deleted the DX-1264 branch October 4, 2024 08:13
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.

3 participants