You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ci: stop testing against NodeJS v18 (#738)
* build(package): set minimal node version in engines field to v20
BREAKING CHANGE: Drop support for NodeJS v18
* build: set minimal node version in build script to v20
* ci: stop testing against NodeJS v18
fix(pkg): add `default` fallback and `types` export (#673)
* fix(pkg): add a default fallback
See #665#667
* fix(pkg): add an export for `dist-types/types.d.ts`
Many people are importing from `dist-types/types.d.ts`, and the switch to ESM prevents them from using any of the types defined in that file.
* fix: mark `graphql` import as a type import
* docs: add note on needed config changes for TypeScript