brukerconverter
Advanced tools
Comparing version 6.0.3-pre.1673653817 to 6.0.3-pre.1673878700
@@ -585,5 +585,2 @@ 'use strict'; | ||
} | ||
if (options.keepFiles) { | ||
result.source.files = brukerFiles.fileCollectionItems; | ||
} | ||
// todo we could as well keep the FileList at this level if | ||
@@ -593,2 +590,6 @@ // we want to keep the original data | ||
if (options.keepFiles) { | ||
result.source.files = brukerFiles.fileCollectionItems; | ||
} | ||
//normalizing info | ||
@@ -595,0 +596,0 @@ result.meta.DATE = Number(result.meta.DATE); |
{ | ||
"name": "brukerconverter", | ||
"version": "6.0.3-pre.1673653817", | ||
"version": "6.0.3-pre.1673878700", | ||
"description": "Parse and convert Bruker raw data", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
@@ -31,5 +31,2 @@ import { convert1D } from './convert1D'; | ||
} | ||
if (options.keepFiles) { | ||
result.source.files = brukerFiles.fileCollectionItems; | ||
} | ||
// todo we could as well keep the FileList at this level if | ||
@@ -39,2 +36,6 @@ // we want to keep the original data | ||
if (options.keepFiles) { | ||
result.source.files = brukerFiles.fileCollectionItems; | ||
} | ||
//normalizing info | ||
@@ -41,0 +42,0 @@ result.meta.DATE = Number(result.meta.DATE); |
54103