Comparing version 5.7.6-dev.5 to 5.7.6-dev.6
/** The short version number for this JSII compiler (e.g: `X.Y.Z`) */ | ||
export declare const SHORT_VERSION = "5.7.6-dev.5"; | ||
export declare const SHORT_VERSION = "5.7.6-dev.6"; | ||
/** The qualified version number for this JSII compiler (e.g: `X.Y.Z (build #######)`) */ | ||
export declare const VERSION = "5.7.6-dev.5 (build 36f4b16)"; | ||
export declare const VERSION = "5.7.6-dev.6 (build f6ea31d)"; | ||
/** The release line identifier for this JSII compiler (e.g: `X.Y`) */ | ||
export declare const RELEASE_LINE = "5.7"; | ||
//# sourceMappingURL=version.d.ts.map |
@@ -7,7 +7,7 @@ "use strict"; | ||
/** The short version number for this JSII compiler (e.g: `X.Y.Z`) */ | ||
exports.SHORT_VERSION = '5.7.6-dev.5'; | ||
exports.SHORT_VERSION = '5.7.6-dev.6'; | ||
/** The qualified version number for this JSII compiler (e.g: `X.Y.Z (build #######)`) */ | ||
exports.VERSION = '5.7.6-dev.5 (build 36f4b16)'; | ||
exports.VERSION = '5.7.6-dev.6 (build f6ea31d)'; | ||
/** The release line identifier for this JSII compiler (e.g: `X.Y`) */ | ||
exports.RELEASE_LINE = typescript_1.versionMajorMinor; | ||
//# sourceMappingURL=version.js.map |
@@ -55,3 +55,3 @@ { | ||
"eslint-config-prettier": "^8.10.0", | ||
"eslint-import-resolver-typescript": "^3.7.0", | ||
"eslint-import-resolver-typescript": "^3.8.0", | ||
"eslint-plugin-import": "^2.31.0", | ||
@@ -68,3 +68,3 @@ "eslint-plugin-prettier": "^4.2.1", | ||
"prettier": "^2.8.8", | ||
"projen": "^0.91.8", | ||
"projen": "^0.91.11", | ||
"tar": "^6.2.1", | ||
@@ -97,3 +97,3 @@ "ts-jest": "^29.2.5", | ||
}, | ||
"version": "5.7.6-dev.5", | ||
"version": "5.7.6-dev.6", | ||
"types": "lib/index.d.ts", | ||
@@ -100,0 +100,0 @@ "exports": { |
Sorry, the diff of this file is not supported yet
1192739