Skip to content

graphql-web-lite@16.6.0-1

Compare
Choose a tag to compare
@kitten kitten released this 23 Mar 16:13
· 11 commits to main since this release
v16.6.0-1
ce9ada8
  • Replace type/assertName with a custom shim.
  • Fix type/validate being broken due to incorrect Buble and Terser build
    mangling.
  • Use @0no-co/graphql.web@0.1.6 as a shim.
    • This provides: language/kind, language/parser, language/printer, language/visitor, language/printString, and language/blockString
    • @0no-co/graphql.web@0.1.6 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.
  • Updated to graphql@16.6.0
    • Exports are now the intersection of graphql@^16 and graphql@15.8.0