Skip to content

Commit

Permalink
Dependencies updated
Browse files Browse the repository at this point in the history
  • Loading branch information
jormaechea committed Jul 18, 2019
1 parent 0c59f57 commit 14ad474
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 32 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [2.0.1] - 2019-07-18
### Fixed
- Dependencies updated

## [2.0.0] - 2019-07-15
### Added
- `API base` - getInstance helper for propagate client
Expand Down
51 changes: 23 additions & 28 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@janiscommerce/api",
"version": "2.0.0",
"version": "2.0.1",
"description": "A package for managing API from any origin",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -34,10 +34,10 @@
"sinon": "^7.3.2"
},
"dependencies": {
"@janiscommerce/active-client": "^1.1.0",
"@janiscommerce/active-client": "^1.1.1",
"@janiscommerce/logger": "^1.1.0",
"@janiscommerce/settings": "^1.0.0",
"lodash": "^4.17.11",
"@janiscommerce/settings": "^1.0.1",
"lodash": "^4.17.14",
"superstruct": "^0.6.1"
}
}

0 comments on commit 14ad474

Please sign in to comment.