ml-testing-toolkit 18.13.2 → 18.14.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,4 +1,23 @@
1
1
  # Changelog: [mojaloop/thirdparty-api-svc](https://github.com/mojaloop/thirdparty-api-svc)
2
+ ### [18.14.1](https://github.com/mojaloop/ml-testing-toolkit/compare/v18.14.0...v18.14.1) (2025-08-06)
3
+
4
+
5
+ ### Bug Fixes
6
+
7
+ * fix mongo tls argument ([#334](https://github.com/mojaloop/ml-testing-toolkit/issues/334)) ([69b16bc](https://github.com/mojaloop/ml-testing-toolkit/commit/69b16bcacea2ae31de0e49f40fa4fa4853ddfac0))
8
+
9
+ ## [18.14.0](https://github.com/mojaloop/ml-testing-toolkit/compare/v18.13.2...v18.14.0) (2025-08-05)
10
+
11
+
12
+ ### Features
13
+
14
+ * add option for mongodb tls support ([#333](https://github.com/mojaloop/ml-testing-toolkit/issues/333)) ([37ac4a8](https://github.com/mojaloop/ml-testing-toolkit/commit/37ac4a8ccebb43d670099045033f0496b5b3bfb4))
15
+
16
+
17
+ ### Chore
18
+
19
+ * **sbom:** update sbom [skip ci] ([768c81d](https://github.com/mojaloop/ml-testing-toolkit/commit/768c81dac98a29a314c089089986a1fbb122f5d5))
20
+
2
21
  ### [18.13.2](https://github.com/mojaloop/ml-testing-toolkit/compare/v18.13.1...v18.13.2) (2025-08-04)
3
22
 
4
23
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "ml-testing-toolkit",
3
3
  "description": "Testing Toolkit for Mojaloop implementations",
4
- "version": "18.13.2",
4
+ "version": "18.14.1",
5
5
  "license": "Apache-2.0",
6
6
  "author": "Vijaya Kumar Guthi, ModusBox Inc. ",
7
7
  "contributors": [
@@ -75,7 +75,7 @@
75
75
  "@hapi/basic": "7.0.2",
76
76
  "@hapi/boom": "10.0.1",
77
77
  "@hapi/good": "9.0.1",
78
- "@hapi/hapi": "21.4.0",
78
+ "@hapi/hapi": "21.4.2",
79
79
  "@hapi/inert": "7.1.0",
80
80
  "@hapi/vision": "7.0.3",
81
81
  "@mojaloop/central-services-logger": "11.9.0",