jcampconverter 12.0.1 → 12.0.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 +4 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "jcampconverter",
|
|
3
|
-
"version": "12.0.
|
|
3
|
+
"version": "12.0.2",
|
|
4
4
|
"description": "Parse and convert JCAMP-DX data",
|
|
5
5
|
"license": "CC-BY-NC-SA-4.0",
|
|
6
6
|
"type": "module",
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
"bundle": "yarn bundle-esm && yarn bundle-types",
|
|
24
24
|
"bundle-esm": "esbuild src/index.ts --bundle --packages=external --minify --format=esm --outfile=dist/jcampconverter.js",
|
|
25
25
|
"bundle-types": "yarn tsc && yarn g:api-extractor",
|
|
26
|
-
"clean": "rimraf dist types",
|
|
26
|
+
"clean": "rimraf coverage dist lib-internal types",
|
|
27
27
|
"deopt": "node --trace-opt --trace-deopt --code-comments debug/deoptimize.js > deopt.log",
|
|
28
28
|
"hydra": "node --trace-hydrogen --trace-phase=Z --trace-deopt --code-comments --hydrogen-track-positions --redirect-code-traces --redirect-code-traces-to=code.asm debug/deoptimize.js",
|
|
29
29
|
"jscpd": "jscpd -l 10 -i \"**/__tests__/**\" -t 1 src",
|
|
@@ -45,7 +45,7 @@
|
|
|
45
45
|
"ml-spectra-processing": "^14.18.0",
|
|
46
46
|
"rimraf": "^6.0.1",
|
|
47
47
|
"typescript": "~5.9.3",
|
|
48
|
-
"vitest": "^4.0.
|
|
48
|
+
"vitest": "^4.0.7"
|
|
49
49
|
},
|
|
50
50
|
"dependencies": {
|
|
51
51
|
"cheminfo-types": "^1.8.1",
|
|
@@ -58,5 +58,5 @@
|
|
|
58
58
|
"volta": {
|
|
59
59
|
"extends": "../../../package.json"
|
|
60
60
|
},
|
|
61
|
-
"gitHead": "
|
|
61
|
+
"gitHead": "a09add9aa16fd724152c9be61eedf5408ca5020d"
|
|
62
62
|
}
|