Skip to content

Commit

Permalink
feat: add toMatrix
Browse files Browse the repository at this point in the history
  • Loading branch information
lpatiny committed Oct 7, 2024
1 parent d0c6e04 commit e8b7d25
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@
"testEnvironment": "node"
},
"devDependencies": {
"@babel/plugin-transform-modules-commonjs": "^7.24.8",
"@babel/plugin-transform-modules-commonjs": "^7.25.7",
"@types/node": "^22.7.4",
"@vitest/coverage-v8": "^2.1.1",
"@vitest/coverage-v8": "^2.1.2",
"cheminfo-build": "^1.2.0",
"eslint": "^8.57.0",
"eslint-config-cheminfo": "^11.1.2",
Expand All @@ -46,9 +46,9 @@
"rollup": "^4.24.0"
},
"dependencies": {
"common-spectrum": "2.9.0",
"common-spectrum": "2.10.1",
"ml-gsd": "^12.1.8",
"vitest": "^2.1.1"
"vitest": "^2.1.2"
},
"info": {
"logo": "https://raw.githubusercontent.com/cheminfo/font/main/src/uv/assignment.svg",
Expand Down
1 change: 1 addition & 0 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ export {
AnalysesManager,
toJcamp,
toText,
toMatrix,
peakPicking,
autoPeakPicking,
fromText,
Expand Down

0 comments on commit e8b7d25

Please sign in to comment.