nmr-processing 12.10.1 → 12.11.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -301,6 +301,7 @@ export declare interface DatabaseNMREntry {
301
301
  names?: string[];
302
302
  meta?: Record<string, string>;
303
303
  ranges: NMRRange[];
304
+ signals?: NMRSignal1D[];
304
305
  }
305
306
 
306
307
  export declare type DataBaseStructure = DataBaseLevelStructure[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nmr-processing",
3
- "version": "12.10.1",
3
+ "version": "12.11.0",
4
4
  "description": "Pure functions allowing to process NMR spectra.",
5
5
  "types": "nmr-processing.d.ts",
6
6
  "main": "nmr-processing.cjs",