isotopic-distribution
Advanced tools
Comparing version 2.0.0 to 2.0.1
@@ -323,4 +323,4 @@ 'use strict'; | ||
* @typedef {object} XY | ||
* @property {Array<number>} x - The x array | ||
* @property {Array<number>} y - The y array | ||
* @property {number[]} x - The x array | ||
* @property {number[]} y - The y array | ||
*/ | ||
@@ -327,0 +327,0 @@ |
{ | ||
"name": "isotopic-distribution", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"description": "Calculate the isotopic distribution of a molecular formula", | ||
@@ -24,4 +24,4 @@ "main": "lib/index.js", | ||
"chemical-elements": "^2.0.0", | ||
"mf-parser": "^2.0.0", | ||
"mf-utilities": "^2.0.0", | ||
"mf-parser": "^2.1.0", | ||
"mf-utilities": "^2.0.1", | ||
"spectrum-generator": "^8.0.6" | ||
@@ -32,3 +32,3 @@ }, | ||
}, | ||
"gitHead": "c6ebfbd64c711f8839a02a43c5708e71a379885b" | ||
"gitHead": "5dbfd516cc7f0aa51bca03f1e2384775b047db8a" | ||
} |
@@ -14,4 +14,4 @@ import { ELECTRON_MASS } from 'chemical-elements'; | ||
* @typedef {object} XY | ||
* @property {Array<number>} x - The x array | ||
* @property {Array<number>} y - The y array | ||
* @property {number[]} x - The x array | ||
* @property {number[]} y - The y array | ||
*/ | ||
@@ -18,0 +18,0 @@ |
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
68108
Updatedmf-parser@^2.1.0
Updatedmf-utilities@^2.0.1