UNPKG

602 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 "npm version" command.
11 */
12
13/**
14 * A string containing the version of the GraphQL.js library
15 */
16var version = '15.5.1';
17/**
18 * An object containing the components of the GraphQL.js version string
19 */
20
21exports.version = version;
22var versionInfo = Object.freeze({
23 major: 15,
24 minor: 5,
25 patch: 1,
26 preReleaseTag: null
27});
28exports.versionInfo = versionInfo;