1 | ;
|
2 |
|
3 | Object.defineProperty(exports, '__esModule', {
|
4 | value: true,
|
5 | });
|
6 | exports.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 | */
|
13 | const version = '16.10.0';
|
14 | /**
|
15 | * An object containing the components of the GraphQL.js version string
|
16 | */
|
17 |
|
18 | exports.version = version;
|
19 | const versionInfo = Object.freeze({
|
20 | major: 16,
|
21 | minor: 10,
|
22 | patch: 0,
|
23 | preReleaseTag: null,
|
24 | });
|
25 | exports.versionInfo = versionInfo;
|