ml-testing-toolkit 18.13.2 → 18.14.0

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,16 @@
1
1
  # Changelog: [mojaloop/thirdparty-api-svc](https://github.com/mojaloop/thirdparty-api-svc)
2
+ ## [18.14.0](https://github.com/mojaloop/ml-testing-toolkit/compare/v18.13.2...v18.14.0) (2025-08-05)
3
+
4
+
5
+ ### Features
6
+
7
+ * 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))
8
+
9
+
10
+ ### Chore
11
+
12
+ * **sbom:** update sbom [skip ci] ([768c81d](https://github.com/mojaloop/ml-testing-toolkit/commit/768c81dac98a29a314c089089986a1fbb122f5d5))
13
+
2
14
  ### [18.13.2](https://github.com/mojaloop/ml-testing-toolkit/compare/v18.13.1...v18.13.2) (2025-08-04)
3
15
 
4
16
 
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.0",
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",