ml-spectra-fitting
Advanced tools
Comparing version 0.3.1 to 0.3.2
# Changelog | ||
### [0.3.2](https://www.github.com/mljs/spectra-fitting/compare/v0.3.1...v0.3.2) (2020-11-04) | ||
### Bug Fixes | ||
* update dependencies to fix web compatibility ([2113eef](https://www.github.com/mljs/spectra-fitting/commit/2113eef2079032ea27fcd7ecf0388625d36687cb)) | ||
### [0.3.1](https://www.github.com/mljs/spectra-fitting/compare/v0.3.0...v0.3.1) (2020-11-04) | ||
@@ -4,0 +11,0 @@ |
{ | ||
"name": "ml-spectra-fitting", | ||
"version": "0.3.1", | ||
"version": "0.3.2", | ||
"description": "Fit spectra using guassian or lorentzian", | ||
@@ -48,6 +48,6 @@ "main": "lib/index.js", | ||
"devDependencies": { | ||
"@babel/plugin-transform-modules-commonjs": "^7.10.4", | ||
"@types/jest": "^26.0.14", | ||
"@babel/plugin-transform-modules-commonjs": "^7.12.1", | ||
"@types/jest": "^26.0.15", | ||
"cheminfo-build": "^1.1.8", | ||
"eslint": "^7.11.0", | ||
"eslint": "^7.12.1", | ||
"eslint-config-cheminfo": "^5.2.2", | ||
@@ -57,5 +57,5 @@ "eslint-plugin-import": "^2.22.1", | ||
"eslint-plugin-prettier": "^3.1.4", | ||
"jest": "^26.5.3", | ||
"jest": "^26.6.3", | ||
"prettier": "^2.1.2", | ||
"rollup": "^2.30.0" | ||
"rollup": "^2.33.1" | ||
}, | ||
@@ -65,5 +65,5 @@ "dependencies": { | ||
"ml-levenberg-marquardt": "^2.1.1", | ||
"ml-peak-shape-generator": "^0.6.0", | ||
"spectrum-generator": "^4.2.0" | ||
"ml-peak-shape-generator": "^0.6.1", | ||
"spectrum-generator": "^4.4.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
23730
Updatedspectrum-generator@^4.4.0