nmr-processing 11.10.0 → 11.11.0

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": "11.10.0",
3
+ "version": "11.11.0",
4
4
  "description": "Pure functions allowing to process NMR spectra.",
5
5
  "types": "nmr-processing.d.ts",
6
6
  "main": "nmr-processing.cjs",
@@ -35,19 +35,18 @@
35
35
  "prepack": "npm run bundle && npm run bundle-types",
36
36
  "prettier": "prettier --check src",
37
37
  "prettier-write": "prettier --write src",
38
- "test": "npm run test-coverage && npm run check-types && npm run eslint && npm run prettier",
39
- "test-coverage": "npm run test-only -- --coverage",
40
- "test-only": "jest",
38
+ "test": "npm run test-only && npm run check-types && npm run eslint && npm run prettier",
39
+ "test-only": "vitest run --coverage",
41
40
  "tsc": "tsc --project tsconfig.types.json"
42
41
  },
43
42
  "bugs": {
44
43
  "url": "https://github.com/cheminfo/nmrium/issues/new?title=%5Bnmr-processing%5D"
45
44
  },
46
45
  "devDependencies": {
47
- "@microsoft/api-extractor": "^7.39.4",
48
- "@types/jest": "^29.5.11",
46
+ "@microsoft/api-extractor": "^7.40.1",
49
47
  "@types/lodash.omit": "^4.5.9",
50
48
  "@types/numeral": "^2.0.5",
49
+ "@vitest/coverage-v8": "^1.2.2",
51
50
  "cheminfo-build": "^1.2.0",
52
51
  "cheminfo-types": "^1.7.2",
53
52
  "esbuild": "^0.20.0",
@@ -55,21 +54,18 @@
55
54
  "eslint-config-cheminfo-typescript": "^12.1.0",
56
55
  "fifo-logger": "^0.6.1",
57
56
  "jcamp-data-test": "^0.6.0",
58
- "jest": "^29.7.0",
59
57
  "jest-matcher-deep-close-to": "^3.0.2",
60
58
  "md5": "^2.3.0",
61
59
  "nmr-xy-testdata": "^0.5.1",
62
60
  "openchemlib": "^8.8.1",
63
- "prettier": "^3.2.4",
61
+ "prettier": "^3.2.5",
64
62
  "rimraf": "^5.0.5",
65
- "ts-jest": "^29.1.2",
66
- "typescript": "~5.3.3"
63
+ "typescript": "~5.3.3",
64
+ "vitest": "^1.2.2"
67
65
  },
68
66
  "dependencies": {
69
67
  "@lukeed/uuid": "^2.0.1",
70
68
  "binary-search": "^1.3.6",
71
- "cross-fetch": "^4.0.0",
72
- "form-data": "^4.0.0",
73
69
  "gyromagnetic-ratio": "^1.1.1",
74
70
  "is-any-array": "^2.0.1",
75
71
  "linear-sum-assignment": "^1.0.5",