UNPKG

603 BJavaScriptView Raw
1"use strict";
2
3Object.defineProperty(exports, "__esModule", {
4 value: true
5});
6exports.versionInfo = exports.version = void 0;
7
8/**
9 * Note: This file is autogenerated using "resources/gen-version.js" script and
10 * automatically updated by "yarn version" command.
11 */
12
13/**
14 * A string containing the version of the GraphQL.js library
15 */
16var version = '14.6.0';
17/**
18 * An object containing the components of the GraphQL.js version string
19 */
20
21exports.version = version;
22var versionInfo = Object.freeze({
23 major: 14,
24 minor: 6,
25 patch: 0,
26 preReleaseTag: null
27});
28exports.versionInfo = versionInfo;