Comparing version 5.6.9 to 5.6.10-dev.0
/** The short version number for this JSII compiler (e.g: `X.Y.Z`) */ | ||
export declare const SHORT_VERSION = "5.6.9"; | ||
export declare const SHORT_VERSION = "5.6.10-dev.0"; | ||
/** The qualified version number for this JSII compiler (e.g: `X.Y.Z (build #######)`) */ | ||
export declare const VERSION = "5.6.9 (build 5ec5d43)"; | ||
export declare const VERSION = "5.6.10-dev.0 (build edfce7f)"; | ||
/** The release line identifier for this JSII compiler (e.g: `X.Y`) */ | ||
export declare const RELEASE_LINE = "5.6"; | ||
//# 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.6.9'; | ||
exports.SHORT_VERSION = '5.6.10-dev.0'; | ||
/** The qualified version number for this JSII compiler (e.g: `X.Y.Z (build #######)`) */ | ||
exports.VERSION = '5.6.9 (build 5ec5d43)'; | ||
exports.VERSION = '5.6.10-dev.0 (build edfce7f)'; | ||
/** The release line identifier for this JSII compiler (e.g: `X.Y`) */ | ||
exports.RELEASE_LINE = typescript_1.versionMajorMinor; | ||
//# sourceMappingURL=version.js.map |
@@ -79,3 +79,3 @@ { | ||
"log4js": "^6.9.1", | ||
"semver": "^7.7.0", | ||
"semver": "^7.7.1", | ||
"semver-intersect": "^1.5.0", | ||
@@ -96,3 +96,3 @@ "sort-json": "^2.0.1", | ||
}, | ||
"version": "5.6.9", | ||
"version": "5.6.10-dev.0", | ||
"types": "lib/index.d.ts", | ||
@@ -99,0 +99,0 @@ "exports": { |
Sorry, the diff of this file is not supported yet
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
1191893
1
Updatedsemver@^7.7.1