Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: merge master into mvp #337

Merged
merged 39 commits into from
Jul 19, 2022
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
39 commits
Select commit Hold shift + click to select a range
b2534da
MBP-604: Pull changes from mojaloop-connector.
kirgene Jun 28, 2022
5d85df8
Fix test cases.
kirgene Jun 29, 2022
b99fb36
fix lint errors.
kirgene Jun 30, 2022
621b0d9
Update src/InboundServer/index.js
kirgene Jun 30, 2022
0b46b78
fix audit errors.
kirgene Jun 30, 2022
99f2d4e
Merge remote-tracking branch 'origin/MBP-604' into MBP-604
kirgene Jun 30, 2022
390e226
bump packages.
kirgene Jun 30, 2022
92210a7
update constributors list.
kirgene Jun 30, 2022
d572a6c
Refactor to use new Redis API.
kirgene Jul 1, 2022
0c70d0e
fix api call.
kirgene Jul 1, 2022
fd03323
fix audit errors.
kirgene Jul 1, 2022
300d60a
bump version
kirgene Jul 1, 2022
7594667
fix audit errors.
kirgene Jul 1, 2022
a663d9f
update packages.
kirgene Jul 1, 2022
0646b34
fix audit errors.
kirgene Jul 1, 2022
ca1e25e
revert version change.
kirgene Jul 1, 2022
b6bdae0
uncomment test feature.
kirgene Jul 1, 2022
a7827a6
Merge pull request #325 from mojaloop/MBP-604
kirgene Jul 1, 2022
d5bb66a
chore(release): 15.0.1 [skip ci]
Jul 1, 2022
ff0f29b
chore!: add dummy pr to major version bump due to unsquashed title (#…
kleyow Jul 1, 2022
0071c65
chore(release): 16.0.0 [skip ci]
Jul 1, 2022
64fadde
feat: suppress health check logs (#328)
kirgene Jul 4, 2022
751f0a0
chore(release): 17.0.0 [skip ci]
Jul 4, 2022
962420f
fix: creating inbound server (#329)
kirgene Jul 4, 2022
d71bbbe
chore(release): 17.0.1 [skip ci]
Jul 4, 2022
f7e450c
fix(mojaloop/#2811): sdk-scheme-adapter sending incorrect transferSta…
mdebarros Jul 11, 2022
6500476
fix: updated dependencies
mdebarros Jul 11, 2022
57e358e
chore(release): 18.0.0 [skip ci]
Jul 11, 2022
602b3ab
chore: added .npmignore so that the test folder is not included when …
mdebarros Jul 12, 2022
7f9e027
chore: uodated deps (#333)
mdebarros Jul 12, 2022
11ee1e6
chore(release): 18.0.1 [skip ci]
Jul 12, 2022
415bb33
chore: updates to readme for header badges [skip ci] (#334)
mdebarros Jul 12, 2022
8fb2867
Merge branch 'master' of https://github.com/mojaloop/sdk-scheme-adapt…
mdebarros Jul 18, 2022
7754e7b
chore: fixes for merge
mdebarros Jul 18, 2022
bcf5577
chore: updated changelog header
mdebarros Jul 18, 2022
d3d62ee
chore: fixes for ci-cd
mdebarros Jul 18, 2022
26e25c1
chore: fixes for ci-cd
mdebarros Jul 18, 2022
28b89f5
chore: fixes for ci-cd
mdebarros Jul 18, 2022
099a1f3
chore: fixes for ci-cd
mdebarros Jul 18, 2022
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
chore: uodated deps (#333)
* chore: added .npmignore so that the test folder is not included when publishing packages

* chore: fixes for audit-resolve

* chore: updated dependencies
  • Loading branch information
mdebarros authored Jul 12, 2022
commit 7f9e0277ff760ad22ab29dc3abee20322030d7dc
14 changes: 7 additions & 7 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"dependencies": {
"@koa/cors": "^3.3.0",
"@mojaloop/central-services-shared": "17.0.2",
"@mojaloop/sdk-standard-components": "^17.1.0",
"@mojaloop/sdk-standard-components": "^17.1.1",
"ajv": "8.11.0",
"axios": "^0.27.2",
"co-body": "^6.1.0",
Expand Down