UNPKG

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