nmr-processing 9.0.2 → 9.0.3-pre.1660568520

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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +6 -6
package/README.md CHANGED
@@ -46,7 +46,7 @@ const result = library(args);
46
46
 
47
47
  [npm-image]: https://img.shields.io/npm/v/nmr-processing.svg
48
48
  [npm-url]: https://www.npmjs.com/package/nmr-processing
49
- [ci-image]: https://github.com/cheminfo/nmr-processing/workflows/Node.js%20CI/badge.svg?branch=master
49
+ [ci-image]: https://github.com/cheminfo/nmr-processing/workflows/Node.js%20CI/badge.svg?branch=main
50
50
  [ci-url]: https://github.com/cheminfo/nmr-processing/actions?query=workflow%3A%22Node.js+CI%22
51
51
  [codecov-image]: https://img.shields.io/codecov/c/github/cheminfo/nmr-processing.svg
52
52
  [codecov-url]: https://codecov.io/gh/cheminfo/nmr-processing
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nmr-processing",
3
- "version": "9.0.2",
3
+ "version": "9.0.3-pre.1660568520",
4
4
  "description": "Pure functions allowing to process NMR spectra.",
5
5
  "main": "./lib/index.js",
6
6
  "module": "./lib-esm/index.js",
@@ -41,16 +41,16 @@
41
41
  "@types/jest": "^28.1.6",
42
42
  "cheminfo-build": "^1.1.11",
43
43
  "cheminfo-types": "^1.4.0",
44
- "eslint": "^8.21.0",
44
+ "eslint": "^8.22.0",
45
45
  "eslint-config-cheminfo-typescript": "^11.0.1",
46
46
  "jest": "^28.1.3",
47
47
  "jest-matcher-deep-close-to": "^3.0.2",
48
48
  "md5": "^2.3.0",
49
49
  "nmr-xy-testdata": "^0.5.1",
50
- "openchemlib": "^7.4.3",
50
+ "openchemlib": "^8.0.0",
51
51
  "prettier": "^2.7.1",
52
52
  "rimraf": "^3.0.2",
53
- "ts-jest": "^28.0.7",
53
+ "ts-jest": "^28.0.8",
54
54
  "typescript": "^4.7.4"
55
55
  },
56
56
  "dependencies": {
@@ -75,7 +75,7 @@
75
75
  "ml-spectra-processing": "^11.12.0",
76
76
  "ml-tree-set": "^0.1.1",
77
77
  "nmr-correlation": "^2.3.3",
78
- "openchemlib-utils": "^1.11.0",
78
+ "openchemlib-utils": "^2.0.0",
79
79
  "spectrum-generator": "^8.0.4"
80
80
  }
81
- }
81
+ }