Comparing version 1.1.9 to 1.1.10
@@ -6,2 +6,10 @@ # Change Log | ||
## [1.1.10](https://github.com/cheminfo/mass-tools/compare/mf-finder@1.1.9...mf-finder@1.1.10) (2021-03-24) | ||
**Note:** Version bump only for package mf-finder | ||
## 1.1.9 (2021-03-16) | ||
@@ -8,0 +16,0 @@ |
{ | ||
"name": "mf-finder", | ||
"version": "1.1.9", | ||
"version": "1.1.10", | ||
"description": "Find a molecular formula from a monoisotopic mass", | ||
@@ -21,9 +21,9 @@ "main": "src/index.js", | ||
"dependencies": { | ||
"atom-sorter": "^1.1.8", | ||
"chemical-elements": "^1.1.8", | ||
"mf-matcher": "^1.1.9", | ||
"mf-parser": "^1.1.9", | ||
"mf-utilities": "^1.2.3" | ||
"atom-sorter": "^1.1.9", | ||
"chemical-elements": "^1.1.9", | ||
"mf-matcher": "^1.1.10", | ||
"mf-parser": "^1.1.10", | ||
"mf-utilities": "^1.2.4" | ||
}, | ||
"gitHead": "eaa0721b07f972b924d48afc63ccb18c09b5b77b" | ||
"gitHead": "14b0b932ce4e7e3e443ed6f8b45fb3be153c524f" | ||
} |
38886
Updatedatom-sorter@^1.1.9
Updatedchemical-elements@^1.1.9
Updatedmf-matcher@^1.1.10
Updatedmf-parser@^1.1.10
Updatedmf-utilities@^1.2.4