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

Example

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