@mojaloop/ml-testing-toolkit-shared-lib 14.3.2 → 14.3.3
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/.nvmrc +1 -1
- package/CHANGELOG.md +7 -0
- package/package.json +6 -6
package/.nvmrc
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
22.
|
|
1
|
+
22.22.0
|
package/CHANGELOG.md
CHANGED
|
@@ -1,4 +1,11 @@
|
|
|
1
1
|
# Changelog: [mojaloop/als-consent-oracle](https://github.com/mojaloop/als-consent-oracle)
|
|
2
|
+
### [14.3.3](https://github.com/mojaloop/ml-testing-toolkit-shared-lib/compare/v14.3.2...v14.3.3) (2026-02-13)
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
### Chore
|
|
6
|
+
|
|
7
|
+
* **ci:** update CircleCI orb to 1.1.10 ([84d8b02](https://github.com/mojaloop/ml-testing-toolkit-shared-lib/commit/84d8b024d333d520aad2a9465ecda51c1fc4ea8e))
|
|
8
|
+
|
|
2
9
|
### [14.3.2](https://github.com/mojaloop/ml-testing-toolkit-shared-lib/compare/v14.3.1...v14.3.2) (2026-01-13)
|
|
3
10
|
|
|
4
11
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mojaloop/ml-testing-toolkit-shared-lib",
|
|
3
|
-
"version": "14.3.
|
|
3
|
+
"version": "14.3.3",
|
|
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.
|
|
52
|
+
"@faker-js/faker": "10.3.0",
|
|
53
53
|
"ajv": "8.17.1",
|
|
54
54
|
"json-schema-faker": "0.5.9",
|
|
55
|
-
"lodash": "4.17.
|
|
55
|
+
"lodash": "4.17.23",
|
|
56
56
|
"node-dir": "0.1.17"
|
|
57
57
|
},
|
|
58
58
|
"devDependencies": {
|
|
59
|
-
"@commitlint/cli": "^20.
|
|
60
|
-
"@commitlint/config-conventional": "^20.
|
|
59
|
+
"@commitlint/cli": "^20.4.1",
|
|
60
|
+
"@commitlint/config-conventional": "^20.4.1",
|
|
61
61
|
"@types/jest": "30.0.0",
|
|
62
62
|
"audit-ci": "^7.1.0",
|
|
63
63
|
"jest": "30.2.0",
|
|
64
64
|
"jest-junit": "16.0.0",
|
|
65
|
-
"npm-check-updates": "19.
|
|
65
|
+
"npm-check-updates": "19.3.2",
|
|
66
66
|
"pre-commit": "^1.2.2",
|
|
67
67
|
"replace": "^1.2.2",
|
|
68
68
|
"standard": "^17.1.2",
|