Comparing version 0.5.7 to 0.5.8
{ | ||
"name": "mf-finder", | ||
"version": "0.5.7", | ||
"version": "0.5.8", | ||
"description": "Find a molecular formula from a monoisotopic mass", | ||
@@ -21,7 +21,7 @@ "main": "src/index.js", | ||
"dependencies": { | ||
"chemical-elements": "^0.5.2", | ||
"mf-parser": "^0.5.2", | ||
"mf-utilities": "^0.5.2", | ||
"chemical-elements": "^0.5.8", | ||
"mf-parser": "^0.5.8", | ||
"mf-utilities": "^0.5.8", | ||
"molecular-formula": "^1.1.0" | ||
} | ||
} |
@@ -7,4 +7,8 @@ 'use strict'; | ||
const TargetMassCache = require('./TargetMassCache'); | ||
/** | ||
* Returns possible combinations | ||
* {number} [targetMass] | ||
* {object} [options={}] | ||
* {string} [options.ionizations=''] - comma separated list of ionizations | ||
* * @return {} | ||
@@ -11,0 +15,0 @@ */ |
34165
797
Updatedchemical-elements@^0.5.8
Updatedmf-parser@^0.5.8
Updatedmf-utilities@^0.5.8