@zakodium/nmr-types 0.3.2 → 0.4.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.
@@ -424,7 +424,6 @@ export declare interface NMRRange {
424
424
  id?: string;
425
425
  assignment?: string;
426
426
  diaIDs?: string[];
427
- kind?: SignalKind;
428
427
  pubIntegral?: number;
429
428
  integration?: number;
430
429
  multiplicity?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zakodium/nmr-types",
3
- "version": "0.3.2",
3
+ "version": "0.4.0",
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": "7e754ead7fd27266a86c6a1a1a57f24b76c38a77"
41
+ "gitHead": "4ed09ba2df08fb32b2297a7790e61bdf194dbbe9"
42
42
  }