Skip to content

Commit

Permalink
feat(2151): helm-release-v12.1.0 (#185)
Browse files Browse the repository at this point in the history
- Aligned package.json to Mojaloop standards (pre-commit, lint, license, etc)
- Updated dependencies
- Added missing dependencies from @mojaloop upgrades
- Fixed lint issues
- Fixed typo in description
- Fixed audit resolve issues
- Bump to patch version
  • Loading branch information
mdebarros authored Jun 14, 2021
1 parent d366271 commit f230648
Show file tree
Hide file tree
Showing 8 changed files with 1,704 additions and 2,340 deletions.
24 changes: 22 additions & 2 deletions audit-resolve.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,28 @@
"madeAt": 1612804995685
},
"1500|@mojaloop/central-services-shared>widdershins>yargs>yargs-parser": {
"decision": "postpone",
"madeAt": 1612804995685
"decision": "ignore",
"madeAt": 1623667801477,
"expiresAt": 1624272585565
},
"1751|@mojaloop/central-services-shared>shins>chokidar>glob-parent": {
"decision": "fix",
"madeAt": 1623667798314
},
"1675|@mojaloop/central-services-shared>shins>sanitize-html": {
"decision": "ignore",
"madeAt": 1623667803515,
"expiresAt": 1624272585565
},
"1676|@mojaloop/central-services-shared>shins>sanitize-html": {
"decision": "ignore",
"madeAt": 1623667803515,
"expiresAt": 1624272585565
},
"1693|@mojaloop/central-services-shared>shins>sanitize-html>postcss": {
"decision": "ignore",
"madeAt": 1623667805440,
"expiresAt": 1624272585565
}
},
"rules": {},
Expand Down
13 changes: 7 additions & 6 deletions config/default.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"emailSettings": {
"smtpConfig": {
"host": "smtp-relay.sendinblue.com",
"host": "test.smpt.server",
"port": 587,
"secureConnection": false,
"secureConnection": true,
"tls": {
"ciphers": "SSLv3"
},
},
"auth": {
"user": "[email protected]",
"pass": "NdMCVgq5HROtDGI4"
"user": "user",
"pass": "password"
}
}
},
Expand Down Expand Up @@ -51,7 +51,8 @@
"enable.auto.commit": false,
"auto.commit.interval.ms": 200,
"socket.keepalive.enable": true,
"socket.max.fails": 1
"socket.max.fails": 1,
"allow.auto.create.topics": true
},
"topicConf": {
"auto.offset.reset": "earliest"
Expand Down
Loading

0 comments on commit f230648

Please sign in to comment.