nmr-processing 15.1.0 → 15.1.2

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nmr-processing",
3
- "version": "15.1.0",
3
+ "version": "15.1.2",
4
4
  "description": "Pure functions allowing to process NMR spectra.",
5
5
  "types": "nmr-processing.d.ts",
6
6
  "main": "nmr-processing.cjs",
@@ -46,31 +46,30 @@
46
46
  "url": "https://github.com/cheminfo/nmrium/issues/new?title=%5Bnmr-processing%5D"
47
47
  },
48
48
  "devDependencies": {
49
- "@microsoft/api-extractor": "^7.47.10",
50
- "@types/lodash.omit": "^4.5.9",
51
- "@types/node": "^22.7.5",
49
+ "@microsoft/api-extractor": "^7.49.2",
50
+ "@types/node": "^22.13.1",
52
51
  "@types/numeral": "^2.0.5",
53
- "@vitest/coverage-v8": "^2.1.3",
52
+ "@vitest/coverage-v8": "^3.0.5",
54
53
  "bruker-data-test": "^0.5.4",
55
54
  "brukerconverter": "^7.0.3",
56
- "cheminfo-build": "^1.2.0",
55
+ "cheminfo-build": "^1.2.1",
57
56
  "cheminfo-types": "^1.8.1",
58
- "esbuild": "^0.24.0",
59
- "eslint": "^9.12.0",
57
+ "esbuild": "^0.24.2",
58
+ "eslint": "^9.19.0",
60
59
  "eslint-config-cheminfo-typescript": "^16.0.0",
61
60
  "fifo-logger": "^1.0.0",
62
61
  "filelist-utils": "^1.11.2",
63
- "globals": "^15.11.0",
64
- "jcamp-data-test": "^0.8.1",
62
+ "globals": "^15.14.0",
63
+ "jcamp-data-test": "^0.8.2",
65
64
  "jest-matcher-deep-close-to": "^3.0.2",
66
- "nmr-load-save": "^2.1.0",
65
+ "nmr-load-save": "^2.6.0",
67
66
  "nmr-xy-testdata": "^0.5.1",
68
67
  "openchemlib": "^8.17.0",
69
- "prettier": "^3.3.3",
68
+ "prettier": "^3.4.2",
70
69
  "rimraf": "^6.0.1",
71
- "typescript": "~5.6.3",
72
- "undici": "^6.20.1",
73
- "vitest": "^2.1.3"
70
+ "typescript": "~5.7.3",
71
+ "undici": "^7.3.0",
72
+ "vitest": "^3.0.5"
74
73
  },
75
74
  "dependencies": {
76
75
  "@lukeed/uuid": "^2.0.1",
@@ -82,30 +81,29 @@
82
81
  "gyromagnetic-ratio": "^1.2.1",
83
82
  "is-any-array": "^2.0.1",
84
83
  "linear-sum-assignment": "^1.0.7",
85
- "lodash.omit": "^4.5.0",
86
84
  "ml-airpls": "^2.0.0",
87
85
  "ml-direct": "^1.0.0",
88
86
  "ml-gsd": "^12.1.8",
89
87
  "ml-hclust": "^3.1.0",
90
88
  "ml-levenberg-marquardt": "^4.1.3",
91
- "ml-matrix": "^6.11.1",
89
+ "ml-matrix": "^6.12.0",
92
90
  "ml-matrix-convolution": "^1.0.0",
93
91
  "ml-matrix-peaks-finder": "^1.0.0",
94
92
  "ml-peak-shape-generator": "^4.1.4",
95
93
  "ml-regression-base": "^4.0.0",
96
- "ml-regression-exponential": "^3.0.1",
94
+ "ml-regression-exponential": "^3.0.2",
97
95
  "ml-regression-polynomial": "^3.0.1",
98
96
  "ml-regression-simple-linear": "^3.0.1",
99
97
  "ml-savitzky-golay-generalized": "^4.2.0",
100
- "ml-signal-processing": "^1.1.1",
98
+ "ml-signal-processing": "^1.2.0",
101
99
  "ml-simple-clustering": "^0.1.0",
102
100
  "ml-sparse-matrix": "^2.1.0",
103
- "ml-spectra-processing": "^14.6.0",
101
+ "ml-spectra-processing": "^14.9.2",
104
102
  "ml-tree-set": "^0.1.1",
105
103
  "multiplet-analysis": "^2.1.5",
106
- "nmr-correlation": "^2.3.3",
104
+ "nmr-correlation": "^2.3.5",
107
105
  "numeral": "^2.0.6",
108
- "openchemlib-utils": "^6.4.1",
109
- "spectrum-generator": "^8.0.11"
106
+ "openchemlib-utils": "^6.5.1",
107
+ "spectrum-generator": "^8.0.12"
110
108
  }
111
109
  }