Skip to content

Commit

Permalink
IPROD-93 used https.Agent for WSO2 requests
Browse files Browse the repository at this point in the history
  • Loading branch information
geka-evk committed Oct 19, 2023
1 parent e1d1e60 commit a6e421c
Show file tree
Hide file tree
Showing 3 changed files with 115 additions and 128 deletions.
2 changes: 2 additions & 0 deletions .ncurc.yaml
Expand Up @@ -5,6 +5,8 @@ reject: [
'@mojaloop/platform-shared-lib-nodejs-kafka-client-lib',
## TODO: The kafka connectivity is not working properly and the following update is causing service crash.
'@mojaloop/logging-bc-client-lib',
## TODO: Version 16.10.0 is introducing "nx run @mojaloop/sdk-scheme-adapter-outbound-domain-event-handler:build" error during "yarn build" step. Issue: https://github.com/mojaloop/project/issues/3586
'nx',
## TODO: The new version of npm-check-updates uses new Glob v9.x and it is introducing a dependency Package "path-scurry@1.6.1" which is licensed under "BlueOak-1.0.0" which is not permitted by the Mojaloop License Policy
npm-check-updates
]
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -67,7 +67,7 @@
"wait-4-docker": "node ./scripts/_wait4_all.js"
},
"dependencies": {
"nx": "16.10.0",
"nx": "16.5.0",
"tslib": "^2.6.2"
},
"devDependencies": {
Expand Down

0 comments on commit a6e421c

Please sign in to comment.