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

Example

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