forked from mojaloop/account-lookup-service
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(mojaloop/#2536): fspiop api version negotiation not handled by tr…
…ansfers service - chore: updated dependencies - updated dependencies - fixes for audit-resolve - added eslint* to ncurc file due to compatibility-issues with standard - added get-port to ncurc file due to breaking-changes/compatibility-issues with Node ES version support - fix(mojaloop/#2536): fspiop api version negotiation not handled by transfers service - mojaloop/project#2536 - added getOptionsForFSPIOPHeaderValidation to the plugin configuration - added new config key for PROTOCOL_VERSIONS to default and integration configs - added DEFAULT_PROTOCOL_VERSION for backward compatibility
- Loading branch information
Showing
9 changed files
with
1,576 additions
and
1,689 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,7 @@ | ||
{} | ||
{ | ||
"reject": [ | ||
"get-port", | ||
"eslint", | ||
"eslint-plugin-jest" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.