Releases: 0no-co/graphql-web-lite
Releases · 0no-co/graphql-web-lite
v16.6.0-4
graphql-web-lite@16.6.0-3
- Fix incorrect package.json:engines.node entry.
graphql-web-lite@16.6.0-2
- Replace
utilities/findBreakingChangeswith no-op code.
graphql-web-lite@16.6.0-1
- Replace
type/assertNamewith a custom shim. - Fix
type/validatebeing broken due to incorrect Buble and Terser build
mangling. - Use
@0no-co/graphql.web@0.1.6as a shim.- This provides:
language/kind,language/parser,language/printer,language/visitor,language/printString, andlanguage/blockString @0no-co/graphql.web@0.1.6is
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
graphql@16.6.0- Exports are now the intersection of
graphql@^16andgraphql@15.8.0
- Exports are now the intersection of