jcampconverter 11.0.1 → 11.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.
Files changed (2) hide show
  1. package/README.md +2 -0
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -7,6 +7,8 @@
7
7
  </p>
8
8
  </h3>
9
9
 
10
+ NB: migrated from https://github.com/cheminfo/jcampconverter/commit/be9f772a7b852a1ca0cd7f00efce278f6413b67e
11
+
10
12
  # JCAMP-DX converter
11
13
 
12
14
  [![NPM version][npm-image]][npm-url]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jcampconverter",
3
- "version": "11.0.1",
3
+ "version": "11.0.2",
4
4
  "description": "Parse and convert JCAMP-DX data",
5
5
  "license": "CC-BY-NC-SA-4.0",
6
6
  "type": "module",
@@ -74,7 +74,7 @@
74
74
  "cheminfo-types": "^1.8.1",
75
75
  "dynamic-typing": "^1.0.1",
76
76
  "ensure-string": "^1.2.0",
77
- "gyromagnetic-ratio": "^1.2.1",
77
+ "gyromagnetic-ratio": "^2.0.0",
78
78
  "ml-array-median": "^1.1.6"
79
79
  }
80
80
  }