@mojaloop/ml-testing-toolkit-shared-lib 14.3.0 → 14.3.2

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/.ncurc.yaml CHANGED
@@ -1,2 +1,7 @@
1
1
  ## 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).
2
- reject: []
2
+ reject:
3
+ # @apidevtools/json-schema-ref-parser v15+ is ESM-only ("type": "module").
4
+ # This project uses CommonJS require() in src/lib/openApiMockGenerator.js.
5
+ # Upgrading would require migrating the entire project to ESM or using dynamic imports.
6
+ # Migrate to ESM when the project is ready for a major version bump.
7
+ - '@apidevtools/json-schema-ref-parser'
package/CHANGELOG.md CHANGED
@@ -1,4 +1,18 @@
1
1
  # Changelog: [mojaloop/als-consent-oracle](https://github.com/mojaloop/als-consent-oracle)
2
+ ### [14.3.2](https://github.com/mojaloop/ml-testing-toolkit-shared-lib/compare/v14.3.1...v14.3.2) (2026-01-13)
3
+
4
+
5
+ ### Chore
6
+
7
+ * update CircleCI orb ([#28](https://github.com/mojaloop/ml-testing-toolkit-shared-lib/issues/28)) ([fe52e39](https://github.com/mojaloop/ml-testing-toolkit-shared-lib/commit/fe52e393c9d7eb6d44388e4c8d088ed0d0af8991))
8
+
9
+ ### [14.3.1](https://github.com/mojaloop/ml-testing-toolkit-shared-lib/compare/v14.3.0...v14.3.1) (2025-11-06)
10
+
11
+
12
+ ### Chore
13
+
14
+ * update dependencies ([#27](https://github.com/mojaloop/ml-testing-toolkit-shared-lib/issues/27)) ([126c67e](https://github.com/mojaloop/ml-testing-toolkit-shared-lib/commit/126c67eb0f0bd495f6b5acc507e9b23d640617a3))
15
+
2
16
  ## [14.3.0](https://github.com/mojaloop/ml-testing-toolkit-shared-lib/compare/v14.2.0...v14.3.0) (2025-09-26)
3
17
 
4
18
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mojaloop/ml-testing-toolkit-shared-lib",
3
- "version": "14.3.0",
3
+ "version": "14.3.2",
4
4
  "description": "Shared library for ml-testing-toolkit re-usable functions",
5
5
  "main": "src/index.js",
6
6
  "contributors": [
@@ -49,20 +49,20 @@
49
49
  },
50
50
  "dependencies": {
51
51
  "@apidevtools/json-schema-ref-parser": "14.2.1",
52
- "@faker-js/faker": "10.0.0",
52
+ "@faker-js/faker": "10.1.0",
53
53
  "ajv": "8.17.1",
54
54
  "json-schema-faker": "0.5.9",
55
55
  "lodash": "4.17.21",
56
56
  "node-dir": "0.1.17"
57
57
  },
58
58
  "devDependencies": {
59
- "@commitlint/cli": "^19.8.1",
60
- "@commitlint/config-conventional": "^19.8.1",
59
+ "@commitlint/cli": "^20.2.0",
60
+ "@commitlint/config-conventional": "^20.2.0",
61
61
  "@types/jest": "30.0.0",
62
62
  "audit-ci": "^7.1.0",
63
- "jest": "30.1.3",
63
+ "jest": "30.2.0",
64
64
  "jest-junit": "16.0.0",
65
- "npm-check-updates": "18.3.0",
65
+ "npm-check-updates": "19.1.2",
66
66
  "pre-commit": "^1.2.2",
67
67
  "replace": "^1.2.2",
68
68
  "standard": "^17.1.2",
@@ -73,7 +73,8 @@
73
73
  "glob": "9.3.5",
74
74
  "rimraf": "5.0.10",
75
75
  "@babel/helpers": "7.26.10",
76
- "brace-expansion": "1.1.12"
76
+ "brace-expansion": "1.1.12",
77
+ "js-yaml": "4.1.1"
77
78
  },
78
79
  "standard-version": {
79
80
  "scripts": {