UNPKG

jsii

Version:

[![Join the chat at https://cdk.Dev](https://img.shields.io/static/v1?label=Slack&message=cdk.dev&color=brightgreen&logo=slack)](https://cdk.dev) [![All Contributors](https://img.shields.io/github/all-contributors/aws/jsii/main?label=%E2%9C%A8%20All%20Con

12 lines 681 B
"use strict"; 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 = '5.4.22'; /** The qualified version number for this JSII compiler (e.g: `X.Y.Z (build #######)`) */ exports.VERSION = '5.4.22 (build bdd0efc)'; /** The release line identifier for this JSII compiler (e.g: `X.Y`) */ exports.RELEASE_LINE = typescript_1.versionMajorMinor; //# sourceMappingURL=version.js.map