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

Example

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