version.mjs 422 B

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