0no-co / gql.tada

🪄 Magical GraphQL query engine for TypeScript
https://gql-tada.0no.co
MIT License
2.52k stars 41 forks source link

chore: Update build to add bundled licenses of internalized modules #175

Closed kitten closed 5 months ago

kitten commented 5 months ago

Summary

As discussed, we currently internalize modules but should include a refrence to them in the bundled license text.

In general, internalizing modules is done because gql.tada installs the CLI (and in the future; other dependencies) automatically and should remain compact without making what it pulls in or itself too heavy. We aim to only do this for dependencies that are replaceable for custom purposes or are there as stand-ins temporary (e.g. duplicates of what typescript could already do, but what we haven't implemented via typescript yet)

We can review this before reaching a 1.0.0 milestone on @gql.tada/internal and @gql.tada/cli-utils, at which point we're able to identify more options to not internalize modules to keep their statistics on npm intact.

Set of changes

changeset-bot[bot] commented 5 months ago

🦋 Changeset detected

Latest commit: 8bde1b9c48499932a22aa71b281ab6656f8ba102

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

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