UNPKG

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