Comparing version 6.9.1 to 6.9.2
# Changelog | ||
### [6.9.2](https://www.github.com/mljs/global-spectral-deconvolution/compare/v6.9.1...v6.9.2) (2021-10-07) | ||
### Bug Fixes | ||
* GSDPeak index rather than ndex ([da4dfd3](https://www.github.com/mljs/global-spectral-deconvolution/commit/da4dfd32192d8aca72501a252d43ecbaf0a61f14)) | ||
### [6.9.1](https://www.github.com/mljs/global-spectral-deconvolution/compare/v6.9.0...v6.9.1) (2021-10-07) | ||
@@ -4,0 +11,0 @@ |
@@ -63,3 +63,3 @@ export interface XYNumberArray { | ||
export interface GSDPeak { | ||
ndex: number; | ||
index: number; | ||
x: number; | ||
@@ -66,0 +66,0 @@ y: number; |
{ | ||
"name": "ml-gsd", | ||
"version": "6.9.1", | ||
"version": "6.9.2", | ||
"description": "Global Spectra Deconvolution", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
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
5875204