Releases: 0no-co/graphql-web-lite
Releases · 0no-co/graphql-web-lite
v16.6.0-4
[email protected]
- Fix incorrect package.json:engines.node entry.
[email protected]
- Replace
utilities/findBreakingChanges
with no-op code.
[email protected]
- Replace
type/assertName
with a custom shim. - Fix
type/validate
being broken due to incorrect Buble and Terser build
mangling. - Use
@0no-co/[email protected]
as a shim.- This provides:
language/kind
,language/parser
,language/printer
,language/visitor
,language/printString
, andlanguage/blockString
@0no-co/[email protected]
is
built to replace GraphQL’s client-side query language parser, printer, and
visitor, and is tested to 100% coverage and to match graphql.js’s
performance.
- This provides:
- Updated to
[email protected]
- Exports are now the intersection of
graphql@^16
and[email protected]
- Exports are now the intersection of