brukerconverter
Advanced tools
Comparing version 6.3.9 to 7.0.0
@@ -60,3 +60,3 @@ import { DoubleArray } from 'cheminfo-types'; | ||
name: string; | ||
expno: number; | ||
expno?: number; | ||
fileCollectionItems: FileCollectionItem[]; | ||
@@ -124,3 +124,3 @@ quantFactorSample?: FileCollectionItem; | ||
/** | ||
* allow filter by only processed (FT) or raw data (FID), set a preference for | ||
* allow filter by only processed (FT) or raw data (FID), set a preference for | ||
* FT or FID if both exists, or always load both. | ||
@@ -159,3 +159,3 @@ * @default 'both' | ||
ntuples: any; | ||
integrals?: Array<FromTo & { integration: number }> | ||
integrals?: Array<FromTo & { integration: number }>; | ||
meta: Record<string, string | number>; | ||
@@ -162,0 +162,0 @@ info: Record<string, string | number>; |
{ | ||
"name": "brukerconverter", | ||
"version": "6.3.9", | ||
"version": "7.0.0", | ||
"description": "Parse and convert Bruker raw data", | ||
@@ -47,8 +47,8 @@ "types": "brukerconverter.d.ts", | ||
"devDependencies": { | ||
"@babel/plugin-transform-modules-commonjs": "^7.23.3", | ||
"@microsoft/api-extractor": "^7.42.3", | ||
"@babel/plugin-transform-modules-commonjs": "^7.24.1", | ||
"@microsoft/api-extractor": "^7.43.1", | ||
"@types/jest": "^29.5.12", | ||
"bruker-data-test": "^0.5.4", | ||
"cheminfo-build": "^1.2.0", | ||
"esbuild": "^0.20.1", | ||
"esbuild": "^0.20.2", | ||
"eslint": "^8.57.0", | ||
@@ -59,12 +59,12 @@ "eslint-config-cheminfo": "^9.2.0", | ||
"prettier": "^3.2.5", | ||
"rollup": "^4.12.1" | ||
"rollup": "^4.17.0" | ||
}, | ||
"dependencies": { | ||
"cheminfo-types": "^1.7.2", | ||
"cheminfo-types": "^1.7.3", | ||
"filelist-utils": "^1.11.0", | ||
"iobuffer": "^5.3.2", | ||
"is-any-array": "^2.0.1", | ||
"jcampconverter": "^9.6.1", | ||
"ml-spectra-processing": "^14.1.1" | ||
"jcampconverter": "^9.6.4", | ||
"ml-spectra-processing": "^14.3.0" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
35449
Updatedcheminfo-types@^1.7.3
Updatedjcampconverter@^9.6.4