Comparing version
@@ -0,1 +1,22 @@ | ||
## [1.2.22](https://github.com/oleg-koval/trembita/compare/v1.2.21...v1.2.22) (2019-10-29) | ||
### Chores | ||
* **deps:** bump http-status-codes from 1.3.2 to 1.4.0 ([262f04095f8ef3d43fdac06346fd1249148b60a2](https://github.com/oleg-koval/trembita/commit/262f04095f8ef3d43fdac06346fd1249148b60a2)) | ||
* **deps:** bump validator from 11.1.0 to 12.0.0 ([fe220e0df645d0eff6d8ae9060d81f9ff1965694](https://github.com/oleg-koval/trembita/commit/fe220e0df645d0eff6d8ae9060d81f9ff1965694)) | ||
* **deps-dev:** bump eslint from 6.5.1 to 6.6.0 ([fff21cc48e7f4dd042bb24299c3b661ad06e2d6d](https://github.com/oleg-koval/trembita/commit/fff21cc48e7f4dd042bb24299c3b661ad06e2d6d)) | ||
* **deps-dev:** bump nock from 11.4.0 to 11.6.0 ([4fb67e0dfb163eef11b2b1615798d3d92dfc3aba](https://github.com/oleg-koval/trembita/commit/4fb67e0dfb163eef11b2b1615798d3d92dfc3aba)) | ||
* **deps-dev:** bump semantic-release from 15.13.24 to 15.13.28 ([7fcc219307a3911adf7a6a08162d705de8abe2c3](https://github.com/oleg-koval/trembita/commit/7fcc219307a3911adf7a6a08162d705de8abe2c3)) | ||
### Continuous Integration | ||
* **auto-merge:** add auto merge Dependabot updates ([6218ffc717db3b49238968eef81bf878508e88e8](https://github.com/oleg-koval/trembita/commit/6218ffc717db3b49238968eef81bf878508e88e8)) | ||
### Documentation | ||
* **readme:** add more explanation ([870f5e978855fb781566f14c1947024224c75e5f](https://github.com/oleg-koval/trembita/commit/870f5e978855fb781566f14c1947024224c75e5f)) | ||
## [1.2.21](https://github.com/oleg-koval/trembita/compare/v1.2.20...v1.2.21) (2019-10-16) | ||
@@ -2,0 +23,0 @@ |
@@ -6,5 +6,5 @@ { | ||
"bluebird": "^3.7.1", | ||
"http-status-codes": "^1.3.2", | ||
"http-status-codes": "^1.4.0", | ||
"request": "^2.87.0", | ||
"validator": "^11.0.0" | ||
"validator": "^12.0.0" | ||
}, | ||
@@ -16,10 +16,10 @@ "description": "Request wrapper core for consuming third party services", | ||
"coveralls": "3.0.7", | ||
"eslint": "6.5.1", | ||
"eslint": "6.6.0", | ||
"eslint-config-goodparts": "0.0.1", | ||
"goodparts": "1.2.1", | ||
"mocha": "6.2.1", | ||
"nock": "11.4.0", | ||
"nock": "11.6.0", | ||
"nyc": "14.1.1", | ||
"prettier": "1.18.2", | ||
"semantic-release": "^15.13.24", | ||
"semantic-release": "^15.13.28", | ||
"semantic-release-npm-github-publish": "^1.3.4" | ||
@@ -63,3 +63,3 @@ }, | ||
}, | ||
"version": "1.2.21" | ||
"version": "1.2.22" | ||
} |
@@ -27,2 +27,7 @@ # trembita-js | ||
Trembita API wrapper plugin lets you call itself instead of the API directly. | ||
Well what happens if you want to change from one API to another? Now you have | ||
to rewrite ALL of your code. If you used a wrapper then all you have to do is | ||
change the wrapper and you are done. | ||
## Table of Contents | ||
@@ -29,0 +34,0 @@ |
Sorry, the diff of this file is too big to display
350515
4.25%10088
3%106
4.95%+ Added
- Removed
Updated
Updated