Skip to content

Commit

Permalink
feat(#2119): fixes for updated for AJV error objects change (#289)
Browse files Browse the repository at this point in the history
Including the new release of Central-services-error-handling: https://github.com/mojaloop/central-services-error-handling/releases/tag/v11.2.0
  • Loading branch information
mdebarros committed May 4, 2021
1 parent b83a8bd commit 5860510
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 25 deletions.
37 changes: 16 additions & 21 deletions package-lock.json

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

8 changes: 4 additions & 4 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.1",
"version": "11.7.0",
"description": "Shared code for mojaloop central services",
"main": "src/index.js",
"types": "src/index.d.ts",
Expand Down Expand Up @@ -44,11 +44,11 @@
"dependencies": {
"@hapi/catbox": "11.1.1",
"@hapi/catbox-memory": "5.0.1",
"@mojaloop/central-services-error-handling": "11.1.0",
"@mojaloop/central-services-error-handling": "11.2.0",
"@mojaloop/central-services-logger": "10.6.0",
"@mojaloop/central-services-metrics": "9.5.0",
"@mojaloop/event-sdk": "10.6.0",
"ajv": "8.1.0",
"ajv": "8.2.0",
"ajv-keywords": "5.0.0",
"axios": "0.21.1",
"base64url": "3.0.1",
Expand All @@ -75,7 +75,7 @@
"chance": "1.1.7",
"faucet": "0.0.1",
"npm-audit-resolver": "2.2.1",
"npm-check-updates": "11.5.1",
"npm-check-updates": "11.5.10",
"nyc": "15.1.0",
"pre-commit": "1.2.2",
"proxyquire": "2.1.3",
Expand Down

0 comments on commit 5860510

Please sign in to comment.