jcampconverter
Advanced tools
Comparing version 9.3.0 to 9.4.0
@@ -13,2 +13,3 @@ import { Logger } from 'cheminfo-types'; | ||
* @property {boolean} [keepSpectra=false] - Force to keep the spectra in case of 2D. | ||
* @property {RegExp} [noTrimRegExp=/^$/] - For which fields we should not trim ? | ||
* @property {boolean} [noContour=false] - Don't calculate countour in case of 2D. | ||
@@ -123,2 +124,6 @@ * @property {number} [nbContourLevels=7] - Number of positive / negative contour levels to calculate. | ||
/** | ||
* - For which fields we should not trim ? | ||
*/ | ||
noTrimRegExp?: RegExp | undefined; | ||
/** | ||
* - Don't calculate countour in case of 2D. | ||
@@ -125,0 +130,0 @@ */ |
{ | ||
"name": "jcampconverter", | ||
"version": "9.3.0", | ||
"version": "9.4.0", | ||
"description": "Parse and convert JCAMP data", | ||
@@ -5,0 +5,0 @@ "types": "jcampconverter.d.ts", |
Sorry, the diff of this file is not supported yet
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
42461
337