Some checks failed
Build & Deploy / 🔍 Prepare (push) Successful in 20s
Build & Deploy / 🧪 QA (push) Failing after 34s
Build & Deploy / 🏗️ Build (push) Has started running
Build & Deploy / 🚀 Deploy (push) Has been cancelled
Build & Deploy / 🧪 Smoke Test (push) Has been cancelled
Build & Deploy / ⚡ Lighthouse (push) Has been cancelled
Build & Deploy / 🔔 Notify (push) Has been cancelled
18 lines
424 B
Plaintext
18 lines
424 B
Plaintext
// Note: This file is autogenerated using "resources/gen-version.js" script and
|
|
// automatically updated by "npm version" command.
|
|
|
|
/**
|
|
* A string containing the version of the GraphQL.js library
|
|
*/
|
|
export const version = '16.12.0';
|
|
/**
|
|
* An object containing the components of the GraphQL.js version string
|
|
*/
|
|
|
|
export const versionInfo = Object.freeze({
|
|
major: 16,
|
|
minor: 12,
|
|
patch: 0,
|
|
preReleaseTag: null,
|
|
});
|