D4Science D4Science Don't have a D4Science account? Create one Could not find what you are looking for? Contact us.

Semver Data Type

Properties
name data type constraints description
stable boolean required boolean
type SemverType  
originalValue string  
minor number  
value string  
build string  
major number  
suffixTokens array of string  
patch number  

Example

{
  "stable" : true,
  "type" : "NPM",
  "originalValue" : "...",
  "minor" : 12345,
  "value" : "...",
  "build" : "...",
  "major" : 12345,
  "suffixTokens" : [ "...", "..." ],
  "patch" : 12345
}