Skip to content

Commit 36c8b2f

Browse files
authored
fix: implement retry logic in outbound initiator (#319)
* fix: enhance retry logic in outbound initiator * fix: change retries variable to a constant in outbound initiator * chore: lint * chore(snapshot): 18.12.4-snapshot.0 * chore(snapshot): 18.12.4-snapshot.1 * chore(snapshot): 18.12.4-snapshot.2 * fix: move baggage handling * chore(snapshot): 18.12.4-snapshot.3 * fix: improve retry delay handling in processTestCase function * chore(snapshot): 18.12.4-snapshot.4
1 parent 97ce574 commit 36c8b2f

File tree

4 files changed

+277
-178
lines changed

4 files changed

+277
-178
lines changed

package-lock.json

Lines changed: 80 additions & 40 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "ml-testing-toolkit",
33
"description": "Testing Toolkit for Mojaloop implementations",
4-
"version": "18.12.3",
4+
"version": "18.12.4-snapshot.4",
55
"license": "Apache-2.0",
66
"author": "Vijaya Kumar Guthi, ModusBox Inc. ",
77
"contributors": [
@@ -64,7 +64,7 @@
6464
"genexec": "pkg -t node8-win ."
6565
},
6666
"dependencies": {
67-
"@elastic/elasticsearch": "9.0.0",
67+
"@elastic/elasticsearch": "9.0.1",
6868
"@hapi/basic": "7.0.2",
6969
"@hapi/boom": "10.0.1",
7070
"@hapi/good": "9.0.1",
@@ -81,7 +81,7 @@
8181
"adm-zip": "0.5.16",
8282
"ajv-formats": "3.0.1",
8383
"atob": "2.1.2",
84-
"axios": "1.8.4",
84+
"axios": "1.9.0",
8585
"chai": "4.4.1",
8686
"cookie-parser": "1.4.7",
8787
"cookies": "0.9.1",
@@ -101,7 +101,7 @@
101101
"jsonwebtoken": "9.0.2",
102102
"lodash": "4.17.21",
103103
"mongo-uri-builder": "4.0.0",
104-
"mongoose": "8.13.2",
104+
"mongoose": "8.14.1",
105105
"multer": "1.4.5-lts.2",
106106
"mustache": "4.2.0",
107107
"mv": "2.1.1",
@@ -130,8 +130,8 @@
130130
"get-port": "7.1.0",
131131
"jest": "29.7.0",
132132
"jest-junit": "16.0.0",
133-
"nodemon": "3.1.9",
134-
"npm-check-updates": "18.0.0",
133+
"nodemon": "3.1.10",
134+
"npm-check-updates": "18.0.1",
135135
"nyc": "17.1.0",
136136
"parse-strings-in-object": "1.6.0",
137137
"pre-commit": "1.2.2",

0 commit comments

Comments
 (0)