Skip to content

Commit

Permalink
fix(mojaloop/#2585): bulk-api-adapter fails when extensionLists are n…
Browse files Browse the repository at this point in the history
…ot send in the POST /bulkTransfer requests

fix for mojaloop/project#2585:
- updated object-store-lib depenendency

chore: updated gitignore to include devspace files
  • Loading branch information
mdebarros committed Nov 19, 2021
1 parent 7086941 commit abadbf3
Show file tree
Hide file tree
Showing 3 changed files with 74 additions and 99 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -52,3 +52,7 @@ jspm_packages
**/*.iml

#package-lock.json

# https://devspace.sh/
devspace*
.devspace/**.*
164 changes: 68 additions & 96 deletions package-lock.json

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

5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,8 @@
"@hapi/good": "9.0.1",
"@hapi/hapi": "20.2.1",
"@hapi/inert": "6.0.4",
"@hapi/joi": "17.1.1",
"@hapi/vision": "6.1.0",
"@mojaloop/object-store-lib": "11.1.1",
"@mojaloop/object-store-lib": "11.1.2",
"@mojaloop/central-services-error-handling": "11.3.0",
"@mojaloop/central-services-health": "13.0.0",
"@mojaloop/central-services-logger": "10.6.2",
Expand All @@ -43,7 +42,7 @@
"hapi-openapi": "3.0.0",
"hapi-swagger": "14.2.4",
"immutable": "4.0.0",
"joi": "17.4.2",
"joi": "^17.4.2",
"mustache": "4.2.0",
"parse-strings-in-object": "2.0.0",
"rc": "1.2.8",
Expand Down

0 comments on commit abadbf3

Please sign in to comment.