@types/semver
Advanced tools
Comparing version 6.0.0 to 6.0.1
@@ -176,3 +176,3 @@ // Type definitions for semver 6.0 | ||
build: ReadonlyArray<string>; | ||
prerelease: ReadonlyArray<string>; | ||
prerelease: ReadonlyArray<string | number>; | ||
@@ -179,0 +179,0 @@ compare(other: string | SemVer): 1 | 0 | -1; |
{ | ||
"name": "@types/semver", | ||
"version": "6.0.0", | ||
"version": "6.0.1", | ||
"description": "TypeScript definitions for semver", | ||
@@ -37,4 +37,4 @@ "license": "MIT", | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "75e6b72cb873d79657387aea3afd0ac4887bd5fe4cb4b15c35172f04e2ec3691", | ||
"typesPublisherContentHash": "2fbf12f1845229c1b285bd981b793f64bc89a14bb6f2d36a44eccb80c34cc946", | ||
"typeScriptVersion": "2.0" | ||
} |
@@ -5,3 +5,3 @@ # Installation | ||
# Summary | ||
This package contains type definitions for semver ( https://github.com/npm/node-semver ). | ||
This package contains type definitions for semver (https://github.com/npm/node-semver). | ||
@@ -12,3 +12,3 @@ # Details | ||
Additional Details | ||
* Last updated: Mon, 01 Apr 2019 20:51:31 GMT | ||
* Last updated: Fri, 21 Jun 2019 00:42:59 GMT | ||
* Dependencies: none | ||
@@ -18,2 +18,2 @@ * Global values: none | ||
# Credits | ||
These definitions were written by Bart van der Schoor <https://github.com/Bartvds>, BendingBender <https://github.com/BendingBender>, Lucian Buzzo <https://github.com/LucianBuzzo>, Klaus Meinhardt <https://github.com/ajafff>. | ||
These definitions were written by Bart van der Schoor <https://github.com/Bartvds>, BendingBender <https://github.com/BendingBender>, Lucian Buzzo <https://github.com/LucianBuzzo>, and Klaus Meinhardt <https://github.com/ajafff>. |
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
11525