UNPKG

681 BJavaScriptView Raw
1"use strict";
2Object.defineProperty(exports, "__esModule", { value: true });
3exports.RELEASE_LINE = exports.VERSION = exports.SHORT_VERSION = void 0;
4const typescript_1 = require("typescript");
5// GENERATED: This file is generated by build-tools/code-gen.ts -- Do not edit by hand!
6/** The short version number for this JSII compiler (e.g: `X.Y.Z`) */
7exports.SHORT_VERSION = '5.4.22';
8/** The qualified version number for this JSII compiler (e.g: `X.Y.Z (build #######)`) */
9exports.VERSION = '5.4.22 (build bdd0efc)';
10/** The release line identifier for this JSII compiler (e.g: `X.Y`) */
11exports.RELEASE_LINE = typescript_1.versionMajorMinor;
12//# sourceMappingURL=version.js.map
\No newline at end of file