Comparing version 1.1.6 to 1.1.7
@@ -6,4 +6,16 @@ # Change Log | ||
## 1.1.7 (2021-03-12) | ||
## 0.59.2 (2021-03-12) | ||
**Note:** Version bump only for package mf-parser | ||
## [1.1.6](https://github.com/cheminfo/mf-parser/compare/mf-parser@1.1.5...mf-parser@1.1.6) (2020-08-19) | ||
**Note:** Version bump only for package mf-parser |
{ | ||
"name": "mf-parser", | ||
"version": "1.1.6", | ||
"version": "1.1.7", | ||
"description": "", | ||
@@ -21,10 +21,9 @@ "main": "src/index.js", | ||
"dependencies": { | ||
"atom-sorter": "^1.1.5", | ||
"chemical-elements": "^1.1.5", | ||
"chemical-groups": "^1.1.0" | ||
"atom-sorter": "^1.1.6", | ||
"chemical-elements": "^1.1.6", | ||
"chemical-groups": "^1.1.1" | ||
}, | ||
"devDependencies": { | ||
"jest-matcher-deep-close-to": "^1.3.0" | ||
}, | ||
"gitHead": "cfb4dd864b00757572700c8751b620d500682476" | ||
"jest-matcher-deep-close-to": "^2.0.1" | ||
} | ||
} |
@@ -10,2 +10,5 @@ 'use strict'; | ||
); | ||
let result2 = MFParser.parseToHtml('12.2123C . 0.4123O . 32.6123N'); | ||
expect(result2).toBe('12.2123C • 0.4123O • 32.6123N'); | ||
}); |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
64140
2091
Updatedatom-sorter@^1.1.6
Updatedchemical-elements@^1.1.6
Updatedchemical-groups@^1.1.1