nmr-processing 17.3.1 → 18.0.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nmr-processing",
3
- "version": "17.3.1",
3
+ "version": "18.0.1",
4
4
  "description": "Pure functions allowing to process NMR spectra.",
5
5
  "license": "CC-BY-NC-SA-4.0",
6
6
  "keywords": [],
@@ -25,7 +25,7 @@
25
25
  "scripts": {
26
26
  "api-extractor": "api-extractor run --local",
27
27
  "build": "tsc --project tsconfig.cheminfo-build.json && cheminfo-build --entry lib/index.js --no-source-map && rm dist/nmr-processing.js",
28
- "bundle": "npm run bundle-cjs && npm run bundle-esm",
28
+ "bundle": "npm run bundle-cjs && npm run bundle-esm && npm run bundle-types",
29
29
  "bundle-common": "esbuild src/index.ts --bundle --packages=external --minify",
30
30
  "bundle-cjs": "npm run bundle-common -- --format=cjs --outfile=nmr-processing.cjs",
31
31
  "bundle-esm": "npm run bundle-common -- --format=esm --outfile=nmr-processing.mjs",
@@ -34,7 +34,7 @@
34
34
  "check-types": "tsc --noEmit",
35
35
  "eslint": "eslint scripts src test --cache",
36
36
  "eslint-fix": "npm run eslint -- --fix",
37
- "prepack": "npm run bundle && npm run bundle-types",
37
+ "prepack": "npm run bundle",
38
38
  "prettier": "prettier --check scripts src test",
39
39
  "prettier-write": "prettier --write scripts src test",
40
40
  "test": "npm run test-only && npm run check-types && npm run eslint && npm run prettier",
@@ -63,7 +63,7 @@
63
63
  "jest-matcher-deep-close-to": "^3.0.2",
64
64
  "nmr-load-save": "^3.4.0",
65
65
  "nmr-xy-testdata": "^0.5.1",
66
- "openchemlib": "^8.21.0",
66
+ "openchemlib": "^9.0.1",
67
67
  "prettier": "^3.5.3",
68
68
  "rimraf": "^6.0.1",
69
69
  "typescript": "~5.8.3",
@@ -75,7 +75,7 @@
75
75
  "@types/d3-color": "^3.1.3",
76
76
  "@types/d3-interpolate": "^3.0.4",
77
77
  "binary-search": "^1.3.6",
78
- "d3-color": "^2.0.0",
78
+ "d3-color": "3.1.0",
79
79
  "d3-interpolate": "^2.0.1",
80
80
  "gyromagnetic-ratio": "^1.2.1",
81
81
  "is-any-array": "^2.0.1",
@@ -98,12 +98,12 @@
98
98
  "ml-signal-processing": "^1.2.0",
99
99
  "ml-simple-clustering": "^0.1.0",
100
100
  "ml-sparse-matrix": "^2.1.0",
101
- "ml-spectra-processing": "^14.11.0",
101
+ "ml-spectra-processing": "^14.12.0",
102
102
  "ml-tree-set": "^0.1.1",
103
103
  "multiplet-analysis": "^2.1.5",
104
104
  "nmr-correlation": "^2.3.5",
105
105
  "numeral": "^2.0.6",
106
- "openchemlib-utils": "^6.7.0",
106
+ "openchemlib-utils": "^8.1.0",
107
107
  "spectrum-generator": "^8.1.0"
108
108
  }
109
- }
109
+ }