UNPKG

422 BJavaScriptView Raw
1// Note: This file is autogenerated using "resources/gen-version.js" script and
2// automatically updated by "npm version" command.
3
4/**
5 * A string containing the version of the GraphQL.js library
6 */
7export const version = '16.0.0';
8/**
9 * An object containing the components of the GraphQL.js version string
10 */
11
12export const versionInfo = Object.freeze({
13 major: 16,
14 minor: 0,
15 patch: 0,
16 preReleaseTag: null,
17});