@types/semver
Advanced tools
Comparing version 5.3.32 to 5.3.33
@@ -21,3 +21,3 @@ // Type definitions for semver 5.3 | ||
*/ | ||
export function inc(v: string, release: ReleaseType, loose?: boolean): string; | ||
export function inc(v: string, release: ReleaseType, loose?: boolean, identifier?: string): string; | ||
/** | ||
@@ -133,3 +133,3 @@ * Return the major version number. | ||
comparePre(other: SemVer): number; | ||
inc(release: ReleaseType): SemVer; | ||
inc(release: ReleaseType, identifier?: string): SemVer; | ||
} | ||
@@ -136,0 +136,0 @@ |
{ | ||
"name": "@types/semver", | ||
"version": "5.3.32", | ||
"version": "5.3.33", | ||
"description": "TypeScript definitions for semver", | ||
@@ -20,4 +20,4 @@ "license": "MIT", | ||
"peerDependencies": {}, | ||
"typesPublisherContentHash": "e08a17db5f6d40575b73771817ec60fa9bfcd16dfc5e84e8e6462aae55ca28b6", | ||
"typesPublisherContentHash": "73d351e55d25541998ce8fcf51d8b78535f0ea81df318b2d394d9094be6e74b6", | ||
"typeScriptVersion": "2.0" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Tue, 27 Jun 2017 13:51:11 GMT | ||
* Last updated: Fri, 28 Jul 2017 19:49:07 GMT | ||
* Dependencies: none | ||
@@ -14,0 +14,0 @@ * Global values: none |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
7595