We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0c58cd commit d0b3424Copy full SHA for d0b3424
package.json
@@ -24,7 +24,7 @@
24
"test": "npm run test-coverage && npm run eslint",
25
"test-coverage": "npm run test-only -- --coverage",
26
"test-only": "jest",
27
- "tsc": "npm run clean && npm run tsc-cjs && npm run tsc-esm && npm run tsc-types",
+ "tsc": "npm run clean && npm run tsc-cjs && npm run tsc-esm",
28
"tsc-cjs": "tsc --project tsconfig.cjs.json",
29
"tsc-esm": "tsc --project tsconfig.esm.json"
30
},
@@ -48,10 +48,10 @@
48
"trailingComma": "all"
49
50
"dependencies": {
51
- "cheminfo-types": "^1.7.2",
+ "cheminfo-types": "^1.7.3",
52
"install": "^0.13.0",
53
"ml-matrix": "^6.11.0",
54
- "ml-spectra-processing": "^14.2.1"
+ "ml-spectra-processing": "^14.2.2"
55
56
"devDependencies": {
57
"@types/jest": "^29.5.12",
0 commit comments