Skip to content

Commit

Permalink
fixed typo (#288)
Browse files Browse the repository at this point in the history
  • Loading branch information
vgenev authored Apr 26, 2021
1 parent aee59ed commit b83a8bd
Show file tree
Hide file tree
Showing 3 changed files with 77 additions and 77 deletions.
142 changes: 71 additions & 71 deletions package-lock.json

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

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mojaloop/central-services-shared",
"version": "11.6.0",
"version": "11.6.1",
"description": "Shared code for mojaloop central services",
"main": "src/index.js",
"types": "src/index.d.ts",
Expand Down Expand Up @@ -43,12 +43,12 @@
"homepage": "https://github.com/mojaloop/central-services-shared#readme",
"dependencies": {
"@hapi/catbox": "11.1.1",
"@hapi/catbox-memory": "5.0.0",
"@hapi/catbox-memory": "5.0.1",
"@mojaloop/central-services-error-handling": "11.1.0",
"@mojaloop/central-services-logger": "10.6.0",
"@mojaloop/central-services-metrics": "9.5.0",
"@mojaloop/event-sdk": "10.6.0",
"ajv": "8.0.5",
"ajv": "8.1.0",
"ajv-keywords": "5.0.0",
"axios": "0.21.1",
"base64url": "3.0.1",
Expand All @@ -60,7 +60,7 @@
"immutable": "3.8.2",
"lodash": "4.17.21",
"mustache": "4.2.0",
"openapi-backend": "3.9.1",
"openapi-backend": "3.9.2",
"raw-body": "2.4.1",
"rc": "1.2.8",
"shins": "2.6.0",
Expand All @@ -75,7 +75,7 @@
"chance": "1.1.7",
"faucet": "0.0.1",
"npm-audit-resolver": "2.2.1",
"npm-check-updates": "11.3.0",
"npm-check-updates": "11.5.1",
"nyc": "15.1.0",
"pre-commit": "1.2.2",
"proxyquire": "2.1.3",
Expand Down
2 changes: 1 addition & 1 deletion src/enums/settlements.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ const SettlementWindowState = {

const SettlementDelayName = {
IMMEDIATE: 'IMMEDIATE',
DEFERRED: 'DEFFERED'
DEFERRED: 'DEFERRED'
}

const SettlementDelay = {
Expand Down

0 comments on commit b83a8bd

Please sign in to comment.