Comparing version 10.1.1 to 10.1.2
{ | ||
"name": "ml-gsd", | ||
"version": "10.1.1", | ||
"version": "10.1.2", | ||
"description": "Global Spectra Deconvolution", | ||
@@ -61,3 +61,3 @@ "main": "./lib/index.js", | ||
"devDependencies": { | ||
"@types/jest": "^27.4.0", | ||
"@types/jest": "^27.4.1", | ||
"chemcalc": "^3.4.1", | ||
@@ -76,14 +76,14 @@ "cheminfo-build": "^1.1.11", | ||
"rimraf": "^3.0.2", | ||
"spectrum-generator": "^7.0.0", | ||
"spectrum-generator": "^7.0.1", | ||
"ts-jest": "^27.1.3", | ||
"typescript": "^4.5.5", | ||
"xy-parser": "^5.0.0" | ||
"xy-parser": "^5.0.1" | ||
}, | ||
"dependencies": { | ||
"cheminfo-types": "^0.11.1", | ||
"ml-peak-shape-generator": "^4.0.3", | ||
"ml-savitzky-golay-generalized": "4.0.0", | ||
"cheminfo-types": "^1.0.0", | ||
"ml-peak-shape-generator": "^4.1.1", | ||
"ml-savitzky-golay-generalized": "4.0.1", | ||
"ml-spectra-fitting": "^3.0.4", | ||
"ml-spectra-processing": "^10.2.0" | ||
"ml-spectra-processing": "^11.0.0" | ||
} | ||
} |
import { readFileSync } from 'fs'; | ||
import type { DataXY } from 'cheminfo-types'; | ||
import { toBeDeepCloseTo, toMatchCloseTo } from 'jest-matcher-deep-close-to'; | ||
@@ -18,3 +17,3 @@ import { parseXY } from 'xy-parser'; | ||
readFileSync(`${__dirname}/data/ubiquitin.txt`, 'utf-8'), | ||
) as DataXY; | ||
); | ||
@@ -21,0 +20,0 @@ let peaks = gsd(spectrum, { |
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
2601296
9653
+ Addedml-savitzky-golay-generalized@4.0.1(transitive)
+ Addedml-spectra-processing@11.17.0(transitive)
- Removedcheminfo-types@0.10.10.11.1(transitive)
- Removedmedian-quickselect@1.0.1(transitive)
- Removedml-savitzky-golay-generalized@4.0.0(transitive)
- Removedml-spectra-processing@10.3.0(transitive)
Updatedcheminfo-types@^1.0.0