@zakodium/nmr-types 0.4.2 → 0.4.3

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.
@@ -618,7 +618,7 @@ declare interface SignalAxis {
618
618
  originalDelta: number;
619
619
  }
620
620
 
621
- export declare type SignalKind = 'unspecified' | 'unknown' | 'signal' | 'residualSolvent' | 'reference' | 'solvent' | 'impurity' | 'standard' | 'artifact' | 'p1' | 'p2' | 'p3';
621
+ export declare type SignalKind = 'unspecified' | 'unknown' | 'signal' | 'residualSolvent' | 'reference' | 'nmrSolvent' | 'impurity' | 'standard' | 'artifact' | 'p1' | 'p2' | 'p3';
622
622
 
623
623
  export declare interface SignalProcessingFilter extends BaseFilter {
624
624
  name: 'signalProcessing';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zakodium/nmr-types",
3
- "version": "0.4.2",
3
+ "version": "0.4.3",
4
4
  "description": "Types related to NMR data processing.",
5
5
  "author": "Zakodium Sàrl",
6
6
  "license": "CC-BY-NC-SA-4.0",
@@ -38,5 +38,5 @@
38
38
  "volta": {
39
39
  "extends": "../../../package.json"
40
40
  },
41
- "gitHead": "a09add9aa16fd724152c9be61eedf5408ca5020d"
41
+ "gitHead": "c0aad0dd53090e15ab65209924dbbd7eb8a6cf2a"
42
42
  }