Skip to content

Commit

Permalink
AddHttpHeaderQuotesAndUpdateVersionAndDependencies (#82)
Browse files Browse the repository at this point in the history
* Bump mustache from 3.0.1 to 3.0.3

Bumps [mustache](https://github.com/janl/mustache.js) from 3.0.1 to 3.0.3.
- [Release notes](https://github.com/janl/mustache.js/releases)
- [Changelog](https://github.com/janl/mustache.js/blob/master/CHANGELOG.md)
- [Commits](janl/mustache.js@v3.0.1...v3.0.3)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* AddHttpHeaderQuotes

* UpdateVersionAndDepdendencies
  • Loading branch information
gibaros authored Aug 28, 2019
1 parent 9a54c58 commit f87d844
Show file tree
Hide file tree
Showing 3 changed files with 87 additions and 23 deletions.
101 changes: 82 additions & 19 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mojaloop/central-services-shared",
"version": "7.4.4",
"version": "7.4.5",
"description": "Shared code for central services",
"main": "src/index.js",
"scripts": {
Expand Down Expand Up @@ -34,15 +34,15 @@
},
"homepage": "https://github.com/mojaloop/central-services-shared#readme",
"dependencies": {
"@mojaloop/central-services-error-handling": "7.3.0",
"@mojaloop/central-services-error-handling": "7.4.0",
"@mojaloop/central-services-stream": "6.2.2",
"axios": "0.19.0",
"catbox": "10.0.6",
"catbox-memory": "4.0.1",
"glob": "7.1.4",
"immutable": "3.8.2",
"lodash": "4.17.15",
"mustache": "3.0.1",
"mustache": "3.0.3",
"raw-body": "2.4.1",
"uuid4": "1.1.4",
"winston": "3.2.1"
Expand Down
3 changes: 2 additions & 1 deletion src/enums/http.js
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,8 @@ const HeaderResources = {
PARTICIPANTS: 'participants',
ORACLE: 'oracle',
SWITCH: 'switch',
TRANSFERS: 'transfers'
TRANSFERS: 'transfers',
QUOTES: 'quotes'
}

const ServiceType = {
Expand Down

0 comments on commit f87d844

Please sign in to comment.