Skip to content

Commit

Permalink
/#1238: Add header validation support for Transaction Request Services (
Browse files Browse the repository at this point in the history
#190)

* Update dependencies.
* Update version to 9.2.0
  • Loading branch information
oderayi authored Feb 24, 2020
1 parent 8ca1062 commit 173089f
Show file tree
Hide file tree
Showing 3 changed files with 85 additions and 66 deletions.
142 changes: 80 additions & 62 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": "9.1.4",
"version": "9.2.0",
"description": "Shared code for central services",
"main": "src/index.js",
"scripts": {
Expand Down Expand Up @@ -46,7 +46,7 @@
"@mojaloop/central-services-error-handling": "9.1.0",
"@mojaloop/central-services-logger": "9.1.0",
"@mojaloop/central-services-metrics": "9.1.0",
"@mojaloop/event-sdk": "8.8.1-snapshot.2",
"@mojaloop/event-sdk": "9.2.0",
"axios": "0.19.2",
"base64url": "3.0.1",
"clone": "2.1.2",
Expand All @@ -68,7 +68,7 @@
"proxyquire": "2.1.3",
"rc": "1.2.8",
"rewire": "4.0.1",
"sinon": "8.1.1",
"sinon": "9.0.0",
"standard": "14.3.1",
"tap-xunit": "2.4.1",
"tape": "4.13.0",
Expand Down
3 changes: 2 additions & 1 deletion src/util/hapi/plugins/headerValidation.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ const defaultProtocolResources = [
'parties',
'participants',
'quotes',
'transfers'
'transfers',
'transactionRequests'
]

const defaultProtocolVersions = [
Expand Down

0 comments on commit 173089f

Please sign in to comment.