version.mjs 425 B

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