jcampconverter
Advanced tools
Comparing version 8.1.0 to 8.1.1
# Changelog | ||
### [8.1.1](https://www.github.com/cheminfo/jcampconverter/compare/v8.1.0...v8.1.1) (2021-05-06) | ||
### Bug Fixes | ||
* bug in linked spectra and reference ([ec63494](https://www.github.com/cheminfo/jcampconverter/commit/ec63494433b865dc3ed7589763d32afbbc1d2c60)) | ||
## [8.1.0](https://www.github.com/cheminfo/jcampconverter/compare/v8.0.2...v8.1.0) (2021-05-05) | ||
@@ -4,0 +11,0 @@ |
@@ -648,6 +648,6 @@ 'use strict'; | ||
// specific NMR functions | ||
let observeFrequency = 0; | ||
let shiftOffsetVal = 0; | ||
for (let entry of entriesFlat) { | ||
let observeFrequency = 0; | ||
let shiftOffsetVal = 0; | ||
for (let spectrum of entry.spectra) { | ||
@@ -654,0 +654,0 @@ if (entry.ntuples && entry.ntuples.symbol) { |
{ | ||
"name": "jcampconverter", | ||
"version": "8.1.0", | ||
"version": "8.1.1", | ||
"description": "Parse and convert JCAMP data", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
@@ -5,6 +5,6 @@ import { gyromagneticRatio } from 'nmr-processing'; | ||
// specific NMR functions | ||
let observeFrequency = 0; | ||
let shiftOffsetVal = 0; | ||
for (let entry of entriesFlat) { | ||
let observeFrequency = 0; | ||
let shiftOffsetVal = 0; | ||
for (let spectrum of entry.spectra) { | ||
@@ -11,0 +11,0 @@ if (entry.ntuples && entry.ntuples.symbol) { |
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
95573