Comparing version
{ | ||
"name": "trembita", | ||
"version": "1.0.8", | ||
"version": "1.0.9", | ||
"private": false, | ||
@@ -37,2 +37,3 @@ "description": "Request wrapper core for consuming third party services", | ||
"devDependencies": { | ||
"@jedmao/semantic-release-npm-github-config": "^1.0.6", | ||
"@semantic-release/changelog": "3.0.4", | ||
@@ -43,16 +44,16 @@ "@semantic-release/commit-analyzer": "6.3.0", | ||
"@semantic-release/release-notes-generator": "7.3.0", | ||
"babel-eslint": "^10.0.2", | ||
"babel-eslint": "10.0.2", | ||
"chai": "4.2.0", | ||
"coveralls": "3.0.6", | ||
"eslint": "4.19.1", | ||
"eslint": "6.2.0", | ||
"eslint-config-goodparts": "0.0.1", | ||
"eslint-config-warp": "2.1.1", | ||
"generate-changelog": "1.8.0", | ||
"goodparts": "^1.2.1", | ||
"goodparts": "1.2.1", | ||
"mocha": "6.2.0", | ||
"nock": "10.0.6", | ||
"nyc": "14.1.1", | ||
"prettier": "^1.18.2", | ||
"semantic-release": "15.13.19" | ||
"prettier": "1.18.2", | ||
"semantic-release": "^15.13.21" | ||
} | ||
} |
# trembita-js | ||
[](https://travis-ci.com/oleg-koval/trembita) | ||
[](https://travis-ci.org/oleg-koval/trembita) | ||
[](https://coveralls.io/github/oleg-koval/trembita?branch=master) | ||
@@ -45,9 +45,9 @@ [](https://github.com/dwyl/goodparts 'JavaScript The Good Parts') | ||
Trembita is not supposed to be used directly, rather than to develop plugins. | ||
Trembita is not supposed to be used directly, rather than to develop plugins/clients. | ||
In order you can use a third party service by implementing your plugin, make | ||
sure you fill the next requeriments: | ||
sure you fill the next requirements: | ||
- Extend Trembita module. | ||
- Construct the plugin by implementing the properties inherited from trembita | ||
- Construct the plugin by implementing the properties inherited from Trembita | ||
module. | ||
@@ -59,3 +59,3 @@ - Define the methods that contains the logic that expose third party library | ||
```js | ||
```javascript | ||
const clientOptions = { | ||
@@ -62,0 +62,0 @@ headers: { |
Sorry, the diff of this file is not supported yet
21224
-0.88%19
5.56%378
-5.03%