···11+# graphql-web-lite
22+33+Starting with `16.6.0-1` `graphql-web-lite` is published to match the
44+`MAJOR.MINOR.PATCH` version of the aliased `graphql` version on `npm`.
55+The prerelease is incremented to indicate changes in `graphql-web-lite`.
66+77+## 16.6.0-1
88+99+- Replace `type/assertName` with a custom shim.
1010+- Fix `type/validate` being broken due to incorrect Buble and Terser build
1111+ mangling.
1212+- Use [`@0no-co/graphql.web@0.1.6`](https://github.com/0no-co/graphql.web) as a shim.
1313+ - This provides: `language/kind`, `language/parser`, `language/printer`, `language/visitor`, `language/printString`, and `language/blockString`
1414+ - [`@0no-co/graphql.web@0.1.6`](https://github.com/0no-co/graphql.web) is
1515+ built to replace GraphQL’s client-side query language parser, printer, and
1616+ visitor, and is tested to 100% coverage and to match graphql.js’s
1717+ performance.
1818+- Updated to `graphql@16.6.0`
1919+ - Exports are now the intersection of `graphql@^16` and `graphql@15.8.0`