isotopic-distribution
Advanced tools
Comparing version 2.1.0 to 2.2.0
{ | ||
"name": "isotopic-distribution", | ||
"version": "2.1.0", | ||
"version": "2.2.0", | ||
"description": "Calculate the isotopic distribution of a molecular formula", | ||
@@ -24,4 +24,4 @@ "main": "lib/index.js", | ||
"chemical-elements": "^2.0.2", | ||
"mf-parser": "^2.2.1", | ||
"mf-utilities": "^2.0.3", | ||
"mf-parser": "^2.3.0", | ||
"mf-utilities": "^2.0.4", | ||
"spectrum-generator": "^8.0.7" | ||
@@ -32,3 +32,3 @@ }, | ||
}, | ||
"gitHead": "eaf15749dfc3cf47932c45669772647cf3034d69" | ||
"gitHead": "2f92cd4423018e7dad9594565f1fae4557de0ca3" | ||
} |
@@ -1,2 +0,2 @@ | ||
const { getDerivedCompositionInfo } = require('../getDerivedCompositionInfo'); | ||
import { getDerivedCompositionInfo } from '../getDerivedCompositionInfo'; | ||
@@ -3,0 +3,0 @@ test('getDerivedCompositionInfo', () => { |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
69535
Updatedmf-parser@^2.3.0
Updatedmf-utilities@^2.0.4