@vendure/core
Version:
A modern, headless ecommerce framework
21 lines • 628 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.VENDURE_VERSION = void 0;
/* eslint-disable @typescript-eslint/no-var-requires */
/**
* @description
* A constant which holds the current version of the Vendure core. You can use
* this when your code needs to know the version of Vendure which is running.
*
* @example
* ```ts
* import { VENDURE_VERSION } from '\@vendure/core';
*
* console.log('Vendure version:', VENDURE_VERSION);
* ```
*
* @docsCategory common
* @since 2.0.0
*/
exports.VENDURE_VERSION = require('../package.json').version;
//# sourceMappingURL=version.js.map