@zakodium/nmr-types 0.3.2 → 0.4.1
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.
- package/dist/nmr-types.d.ts +1 -1
- package/package.json +2 -2
package/dist/nmr-types.d.ts
CHANGED
|
@@ -321,6 +321,7 @@ export declare interface Info2D extends Info {
|
|
|
321
321
|
spectrumSize: number[];
|
|
322
322
|
numberOfPoints: number[];
|
|
323
323
|
linearPredictionBin?: number[];
|
|
324
|
+
acquisitionScheme?: string;
|
|
324
325
|
}
|
|
325
326
|
|
|
326
327
|
export declare interface Integral {
|
|
@@ -424,7 +425,6 @@ export declare interface NMRRange {
|
|
|
424
425
|
id?: string;
|
|
425
426
|
assignment?: string;
|
|
426
427
|
diaIDs?: string[];
|
|
427
|
-
kind?: SignalKind;
|
|
428
428
|
pubIntegral?: number;
|
|
429
429
|
integration?: number;
|
|
430
430
|
multiplicity?: string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@zakodium/nmr-types",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.4.1",
|
|
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": "
|
|
41
|
+
"gitHead": "6de71fb37d2c644eb17cab7c135eab2703ab926d"
|
|
42
42
|
}
|