mf-from-google-sheet
Advanced tools
Comparing version 1.1.7 to 1.1.8
@@ -6,4 +6,8 @@ # Change Log | ||
## [1.1.7](https://github.com/cheminfo/molecular-formula/compare/mf-from-google-sheet@1.1.6...mf-from-google-sheet@1.1.7) (2020-08-19) | ||
## 1.1.8 (2021-03-12) | ||
## 0.59.2 (2021-03-12) | ||
**Note:** Version bump only for package mf-from-google-sheet | ||
@@ -15,4 +19,8 @@ | ||
## [1.1.6](https://github.com/cheminfo/molecular-formula/compare/mf-from-google-sheet@1.1.5...mf-from-google-sheet@1.1.6) (2020-04-18) | ||
## [1.1.7](https://github.com/cheminfo/mass-tools/compare/mf-from-google-sheet@1.1.6...mf-from-google-sheet@1.1.7) (2020-08-19) | ||
**Note:** Version bump only for package mf-from-google-sheet | ||
## [1.1.6](https://github.com/cheminfo/mass-tools/compare/mf-from-google-sheet@1.1.5...mf-from-google-sheet@1.1.6) (2020-04-18) | ||
**Note:** Version bump only for package mf-from-google-sheet |
@@ -6,3 +6,3 @@ { | ||
}, | ||
"version": "1.1.7", | ||
"version": "1.1.8", | ||
"description": "Retrieve and format molecular formula from google sheet", | ||
@@ -15,3 +15,3 @@ "main": "src/index.js", | ||
"type": "git", | ||
"url": "git+https://github.com/cheminfo/molecular-formula.git" | ||
"url": "git+https://github.com/cheminfo/mass-tools.git" | ||
}, | ||
@@ -22,14 +22,13 @@ "keywords": [], | ||
"bugs": { | ||
"url": "https://github.com/cheminfo/molecular-formula/issues" | ||
"url": "https://github.com/cheminfo/mass-tools/issues" | ||
}, | ||
"homepage": "https://github.com/cheminfo/molecular-formula/tree/master/packages/mf-from-google-sheet#readme", | ||
"homepage": "https://github.com/cheminfo/mass-tools/tree/master/packages/mf-from-google-sheet#readme", | ||
"dependencies": { | ||
"mf-generator": "^1.2.0", | ||
"mf-parser": "^1.1.6", | ||
"mf-utilities": "^1.2.0", | ||
"papaparse": "^5.1.1", | ||
"mf-generator": "^1.2.1", | ||
"mf-parser": "^1.1.7", | ||
"mf-utilities": "^1.2.1", | ||
"papaparse": "^5.3.0", | ||
"request": "^2.88.2", | ||
"request-promise-native": "^1.0.8" | ||
}, | ||
"gitHead": "cfb4dd864b00757572700c8751b620d500682476" | ||
"request-promise-native": "^1.0.9" | ||
} | ||
} |
7498
Updatedmf-generator@^1.2.1
Updatedmf-parser@^1.1.7
Updatedmf-utilities@^1.2.1
Updatedpapaparse@^5.3.0