@mojaloop/ml-testing-toolkit-client-lib 1.10.3 → 1.11.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.
@@ -1,7 +1,7 @@
1
1
  version: 2.1
2
2
  setup: true
3
3
  orbs:
4
- build: mojaloop/build@1.1.0
4
+ build: mojaloop/build@1.1.6
5
5
  workflows:
6
6
  setup:
7
7
  jobs:
package/.grype.yaml CHANGED
@@ -2,7 +2,9 @@ ignore:
2
2
  # Ignore cross-spawn vulnerabilities by CVE ID due to false positive
3
3
  # as grype looks at package-lock.json where it shows versions with
4
4
  # vulnerabilities, npm ls shows only 7.0.6 verion is used
5
-
5
+ - vulnerability: CVE-2025-9230
6
+ - vulnerability: CVE-2025-9231
7
+ - vulnerability: CVE-2025-9232
6
8
 
7
9
  # Set output format defaults
8
10
  output:
package/.ncurc.js CHANGED
@@ -1,4 +1,6 @@
1
1
  module.exports = {
2
2
  // Add a TODO comment indicating the reason for each rejected dependency upgrade added to this list, and what should be done to resolve it (i.e. handle it through a story, etc).
3
- reject: []
3
+ reject: [
4
+ '@mojaloop/ml-testing-toolkit-shared-lib' // TODO: Upgrade to 14.3.0 after fixing the issues with faker
5
+ ]
4
6
  }
package/.nvmrc CHANGED
@@ -1 +1 @@
1
- 22.15.1
1
+ 22.19.0
package/CHANGELOG.md CHANGED
@@ -2,6 +2,18 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4
4
 
5
+ ## [1.11.0](https://github.com/mojaloop/ml-testing-toolkit-client-lib/compare/v1.10.3...v1.11.0) (2025-10-08)
6
+
7
+
8
+ ### Features
9
+
10
+ * improve release reporting ([#39](https://github.com/mojaloop/ml-testing-toolkit-client-lib/issues/39)) ([15e9913](https://github.com/mojaloop/ml-testing-toolkit-client-lib/commit/15e99134f211c30d3cd4296d5a11eeb33f4bbd59))
11
+
12
+
13
+ ### Chore
14
+
15
+ * **sbom:** update sbom [skip ci] ([06dacac](https://github.com/mojaloop/ml-testing-toolkit-client-lib/commit/06dacacd0f10c3f8f96a39194df69950acbc2e5e))
16
+
5
17
  ### [1.10.3](https://github.com/mojaloop/ml-testing-toolkit-client-lib/compare/v1.10.2...v1.10.3) (2025-08-04)
6
18
 
7
19
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@mojaloop/ml-testing-toolkit-client-lib",
3
3
  "description": "Testing Toolkit Client Library",
4
- "version": "1.10.3",
4
+ "version": "1.11.0",
5
5
  "license": "Apache-2.0",
6
6
  "author": "Vijaya Kumar Guthi, ModusBox Inc. ",
7
7
  "contributors": [
@@ -69,16 +69,16 @@
69
69
  "snapshot": "npx standard-version --no-verify --skip.changelog --prerelease snapshot --releaseCommitMessageFormat 'chore(snapshot): {{currentTag}}'"
70
70
  },
71
71
  "dependencies": {
72
- "@mojaloop/central-services-logger": "11.9.0",
72
+ "@mojaloop/central-services-logger": "11.10.1",
73
73
  "@mojaloop/ml-testing-toolkit-shared-lib": "14.2.0",
74
- "@mojaloop/sdk-standard-components": "19.16.4",
75
- "@slack/webhook": "7.0.5",
74
+ "@mojaloop/sdk-standard-components": "19.18.0",
75
+ "@slack/webhook": "7.0.6",
76
76
  "atob": "2.1.2",
77
77
  "aws-sdk": "2.1692.0",
78
- "axios": "1.11.0",
78
+ "axios": "1.12.2",
79
79
  "cli-table3": "0.6.5",
80
- "commander": "14.0.0",
81
- "dotenv": "17.2.1",
80
+ "commander": "14.0.1",
81
+ "dotenv": "17.2.3",
82
82
  "fs": "0.0.1-security",
83
83
  "lodash": "4.17.21",
84
84
  "mv": "2.1.1",
@@ -91,9 +91,9 @@
91
91
  },
92
92
  "devDependencies": {
93
93
  "audit-ci": "7.1.0",
94
- "jest": "30.0.5",
94
+ "jest": "30.2.0",
95
95
  "jest-junit": "16.0.0",
96
- "npm-check-updates": "18.0.2",
96
+ "npm-check-updates": "19.0.0",
97
97
  "nyc": "17.1.0",
98
98
  "parse-strings-in-object": "1.6.0",
99
99
  "pre-commit": "1.2.2",