@nx-plugins/stryker
Version:
The Nx Plugin for Stryker that contains executors and generators for allowing your workspace to use powerful Stryker mutation testing capabilities.
7 lines • 356 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.strykerMutatorCoreVersion = exports.nxPluginVersion = void 0;
// eslint-disable-next-line @typescript-eslint/no-var-requires
exports.nxPluginVersion = require('../package.json').version;
exports.strykerMutatorCoreVersion = '6.1.2';
//# sourceMappingURL=utils.js.map