Skip to content

Commit

Permalink
fix: proper response on get participants with partySubIdOrType (#215)
Browse files Browse the repository at this point in the history
  • Loading branch information
shashi165 committed Feb 9, 2021
1 parent 6750218 commit 8f7e389
Show file tree
Hide file tree
Showing 4 changed files with 129 additions and 123 deletions.
10 changes: 8 additions & 2 deletions audit-resolve.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
{
"decisions": {
"1594|@mojaloop/central-services-shared>axios": {
"decision": "ignore",
"madeAt": 1612843471220,
"expiresAt": 1615435456184
},
"1500|@mojaloop/central-services-shared>widdershins>yargs>yargs-parser": {
"decision": "postpone",
"madeAt": 1612859493456
"decision": "ignore",
"madeAt": 1612844154624,
"expiresAt": 1615436148658
}
},
"rules": {},
Expand Down
209 changes: 93 additions & 116 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sims",
"version": "11.0.3",
"version": "11.1.0",
"description": "A super-simple fsp simulator",
"main": "src/index.js",
"author": "ModusBox",
Expand Down Expand Up @@ -38,7 +38,7 @@
"@hapi/inert": "6.0.3",
"@hapi/joi-date": "2.0.1",
"@hapi/vision": "6.0.1",
"@mojaloop/central-services-error-handling": "11.0.0",
"@mojaloop/central-services-error-handling": "11.1.0",
"@mojaloop/central-services-logger": "10.6.0",
"@mojaloop/central-services-metrics": "9.5.0",
"@mojaloop/central-services-shared": "11.5.5",
Expand Down
Loading

0 comments on commit 8f7e389

Please sign in to comment.