Files
klz-cables.com/.pnpm-store/v10/files/c1/f254f606a0a92f843e54f6e1731bb71a0d174322b255395f2a6f9b335fffb4bc5a818f69628d0c8cb504e952a806786bd4943eab824d47fe8d6d28771187cc
Marc Mintel 5397309103
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
fix(products): fix breadcrumbs and product filtering (backport from main)
2026-02-24 16:04:21 +01:00

26 lines
601 B
Plaintext

'use strict';
Object.defineProperty(exports, '__esModule', {
value: true,
});
exports.versionInfo = exports.version = void 0;
// 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
*/
const version = '16.12.0';
/**
* An object containing the components of the GraphQL.js version string
*/
exports.version = version;
const versionInfo = Object.freeze({
major: 16,
minor: 12,
patch: 0,
preReleaseTag: null,
});
exports.versionInfo = versionInfo;