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
build string  
originalValue string  
value string  
stable boolean required boolean
minor number  
type SemverType  
major number  
suffixTokens array of string  
patch number  

Example

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