Skip to content

Commit

Permalink
fix(2151): helm-release-v12.1.0 (#186)
Browse files Browse the repository at this point in the history
- Fix for error: uncaughtException: Cannot find module 'ajv'
- Bump to patch version

Co-authored-by: Sam <[email protected]>
  • Loading branch information
mdebarros and elnyry-sam-k authored Jun 15, 2021
1 parent f230648 commit 9ce9c60
Show file tree
Hide file tree
Showing 2 changed files with 57 additions and 8 deletions.
61 changes: 54 additions & 7 deletions package-lock.json

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

4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "email-notifier",
"version": "11.0.1",
"version": "11.0.2",
"description": "email notifier to monitor the notification kafka topic and send emails.",
"license": "Apache-2.0",
"main": "app.js",
Expand Down Expand Up @@ -48,6 +48,8 @@
"@mojaloop/central-services-shared": "13.0.4",
"@mojaloop/central-services-stream": "10.7.0",
"@mojaloop/event-sdk": "10.7.1",
"ajv": "8.6.0",
"ajv-keywords": "5.0.0",
"camelcase": "6.2.0",
"check-types": "11.1.2",
"config": "3.3.6",
Expand Down

0 comments on commit 9ce9c60

Please sign in to comment.