version.mjs 426 B

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