jsii
Version:
[](https://cdk.dev) [](https://github.com/aws/jsii
12 lines • 679 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.RELEASE_LINE = exports.VERSION = exports.SHORT_VERSION = void 0;
const typescript_1 = require("typescript");
// GENERATED: This file is generated by build-tools/code-gen.ts -- Do not edit by hand!
/** The short version number for this JSII compiler (e.g: `X.Y.Z`) */
exports.SHORT_VERSION = '6.0.4';
/** The qualified version number for this JSII compiler (e.g: `X.Y.Z (build #######)`) */
exports.VERSION = '6.0.4 (build 308d98d)';
/** The release line identifier for this JSII compiler (e.g: `X.Y`) */
exports.RELEASE_LINE = typescript_1.versionMajorMinor;
//# sourceMappingURL=version.js.map