mf-utilities
Advanced tools
Comparing version 3.2.6 to 3.3.0
@@ -0,7 +1,8 @@ | ||
export * from "./ensureUppercaseSequence.js"; | ||
export * from "./getEutrophicationPotential.js"; | ||
export * from "./getMsInfo.js"; | ||
export * from "./getMsem.js"; | ||
export * from "./getMsInfo.js"; | ||
export * from "./getRangesForFragment.js"; | ||
export * from "./mfDiff.js"; | ||
export * from "./preprocessIonizations.js"; | ||
export * from "./preprocessRanges.js"; | ||
export * from "./getRangesForFragment.js"; |
@@ -17,8 +17,9 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
__exportStar(require("./ensureUppercaseSequence.js"), exports); | ||
__exportStar(require("./getEutrophicationPotential.js"), exports); | ||
__exportStar(require("./getMsInfo.js"), exports); | ||
__exportStar(require("./getMsem.js"), exports); | ||
__exportStar(require("./getMsInfo.js"), exports); | ||
__exportStar(require("./getRangesForFragment.js"), exports); | ||
__exportStar(require("./mfDiff.js"), exports); | ||
__exportStar(require("./preprocessIonizations.js"), exports); | ||
__exportStar(require("./preprocessRanges.js"), exports); | ||
__exportStar(require("./getRangesForFragment.js"), exports); |
{ | ||
"name": "mf-utilities", | ||
"version": "3.2.6", | ||
"version": "3.3.0", | ||
"description": "Small utilities dealing with molecular formula", | ||
@@ -27,3 +27,3 @@ "main": "lib/src/index.js", | ||
}, | ||
"gitHead": "ead08ac8b436c6d4eb0016e938cb17a0dc5e2b06" | ||
"gitHead": "78eda3ed5d6830f7570d3867af21af2d5345a39e" | ||
} |
@@ -0,7 +1,8 @@ | ||
export * from './ensureUppercaseSequence.js'; | ||
export * from './getEutrophicationPotential.js'; | ||
export * from './getMsInfo.js'; | ||
export * from './getMsem.js'; | ||
export * from './getMsInfo.js'; | ||
export * from './getRangesForFragment.js'; | ||
export * from './mfDiff.js'; | ||
export * from './preprocessIonizations.js'; | ||
export * from './preprocessRanges.js'; | ||
export * from './getRangesForFragment.js'; |
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
75263
31
949