@zakodium/nmr-types 0.5.14 → 0.5.16
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 +2 -0
- package/package.json +8 -8
package/dist/nmr-types.d.ts
CHANGED
|
@@ -592,6 +592,8 @@ declare interface PhaseCorrection_2 {
|
|
|
592
592
|
export declare interface PhaseCorrectionHorizontalOptions {
|
|
593
593
|
ph0: number;
|
|
594
594
|
ph1: number;
|
|
595
|
+
reverse?: boolean;
|
|
596
|
+
inPlace?: boolean;
|
|
595
597
|
}
|
|
596
598
|
|
|
597
599
|
export declare interface PhaseCorrectionTwoDFilter extends PhaseCorrectionTwoDOptions {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@zakodium/nmr-types",
|
|
3
|
-
"version": "0.5.
|
|
3
|
+
"version": "0.5.16",
|
|
4
4
|
"description": "Types related to NMR data processing.",
|
|
5
5
|
"author": "Zakodium Sàrl",
|
|
6
6
|
"license": "CC-BY-NC-SA-4.0",
|
|
@@ -23,20 +23,20 @@
|
|
|
23
23
|
"tsc": "tsc --project tsconfig.types.json"
|
|
24
24
|
},
|
|
25
25
|
"devDependencies": {
|
|
26
|
-
"@types/node": "^24.
|
|
26
|
+
"@types/node": "^24.13.2",
|
|
27
27
|
"cheminfo-types": "^1.15.0",
|
|
28
|
-
"esbuild": "^0.28.
|
|
28
|
+
"esbuild": "^0.28.1",
|
|
29
29
|
"rimraf": "^6.1.3",
|
|
30
30
|
"typescript": "~6.0.3",
|
|
31
|
-
"vitest": "^4.1.
|
|
31
|
+
"vitest": "^4.1.9"
|
|
32
32
|
},
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"ml-peak-shape-generator": "^5.
|
|
35
|
-
"ml-signal-processing": "^2.2.
|
|
36
|
-
"ml-spectra-processing": "^14.
|
|
34
|
+
"ml-peak-shape-generator": "^5.2.0",
|
|
35
|
+
"ml-signal-processing": "^2.2.2",
|
|
36
|
+
"ml-spectra-processing": "^14.29.1"
|
|
37
37
|
},
|
|
38
38
|
"volta": {
|
|
39
39
|
"extends": "../../../package.json"
|
|
40
40
|
},
|
|
41
|
-
"gitHead": "
|
|
41
|
+
"gitHead": "695c8cd87b0168a6afdd6343333ba12d493d2ab6"
|
|
42
42
|
}
|