ml-testing-toolkit 18.16.0-snapshot.6 → 18.16.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/.ncurc.yaml +1 -2
- package/CHANGELOG.md +19 -0
- package/audit-ci.jsonc +1 -2
- package/package.json +5 -11
- package/{sbom-v18.15.0.csv → sbom-v18.16.0.csv} +388 -385
- package/src/lib/eventListenerClient/inboundEventListener.js +48 -88
- package/src/lib/scripting-engines/vm-javascript-sandbox.js +0 -3
- package/src/lib/webSocketClient/WebSocketClientManager.js +31 -41
package/.ncurc.yaml
CHANGED
package/CHANGELOG.md
CHANGED
|
@@ -1,4 +1,23 @@
|
|
|
1
1
|
# Changelog: [mojaloop/thirdparty-api-svc](https://github.com/mojaloop/thirdparty-api-svc)
|
|
2
|
+
### [18.16.1](https://github.com/mojaloop/ml-testing-toolkit/compare/v18.16.0...v18.16.1) (2025-09-17)
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
### Reverts
|
|
6
|
+
|
|
7
|
+
* Revert "fix(csi-1782): fix MyEmitter memory leak (#342)" (#345) ([196c513](https://github.com/mojaloop/ml-testing-toolkit/commit/196c513bd3d0446aea395816e8de7df945090fe6)), closes [#342](https://github.com/mojaloop/ml-testing-toolkit/issues/342) [#345](https://github.com/mojaloop/ml-testing-toolkit/issues/345) [#342](https://github.com/mojaloop/ml-testing-toolkit/issues/342)
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
### Chore
|
|
11
|
+
|
|
12
|
+
* **sbom:** update sbom [skip ci] ([203b729](https://github.com/mojaloop/ml-testing-toolkit/commit/203b729710a04f107f621b1a3b8b099c2e37e255))
|
|
13
|
+
|
|
14
|
+
## [18.16.0](https://github.com/mojaloop/ml-testing-toolkit/compare/v18.15.1...v18.16.0) (2025-09-16)
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
### Bug Fixes
|
|
18
|
+
|
|
19
|
+
* **csi-1782:** fix MyEmitter memory leak ([#342](https://github.com/mojaloop/ml-testing-toolkit/issues/342)) ([c141048](https://github.com/mojaloop/ml-testing-toolkit/commit/c1410487a3c17824b0869b6920c2132d491a6007))
|
|
20
|
+
|
|
2
21
|
### [18.15.1](https://github.com/mojaloop/ml-testing-toolkit/compare/v18.15.0...v18.15.1) (2025-09-01)
|
|
3
22
|
|
|
4
23
|
|
package/audit-ci.jsonc
CHANGED
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.16.
|
|
4
|
+
"version": "18.16.1",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"author": "Vijaya Kumar Guthi, ModusBox Inc. ",
|
|
7
7
|
"contributors": [
|
|
@@ -40,7 +40,7 @@
|
|
|
40
40
|
],
|
|
41
41
|
"main": "src/index.js",
|
|
42
42
|
"scripts": {
|
|
43
|
-
"start": "node
|
|
43
|
+
"start": "node src/index.js",
|
|
44
44
|
"standard": "standard",
|
|
45
45
|
"standard:fix": "standard --fix",
|
|
46
46
|
"dev": "nodemon src/index.js",
|
|
@@ -80,15 +80,15 @@
|
|
|
80
80
|
"@hapi/vision": "7.0.3",
|
|
81
81
|
"@mojaloop/central-services-logger": "11.9.3",
|
|
82
82
|
"@mojaloop/central-services-metrics": "12.7.1",
|
|
83
|
-
"@mojaloop/ml-schema-transformer-lib": "2.7.
|
|
83
|
+
"@mojaloop/ml-schema-transformer-lib": "2.7.8",
|
|
84
84
|
"@mojaloop/ml-testing-toolkit-shared-lib": "14.2.0",
|
|
85
|
-
"@mojaloop/sdk-standard-components": "19.
|
|
85
|
+
"@mojaloop/sdk-standard-components": "19.17.0",
|
|
86
86
|
"@now-ims/hapi-now-auth": "2.1.0",
|
|
87
87
|
"@types/socket.io": "3.0.2",
|
|
88
88
|
"adm-zip": "0.5.16",
|
|
89
89
|
"ajv-formats": "3.0.1",
|
|
90
90
|
"atob": "2.1.2",
|
|
91
|
-
"axios": "1.12.
|
|
91
|
+
"axios": "1.12.2",
|
|
92
92
|
"chai": "4.4.1",
|
|
93
93
|
"connection-string": "^5.0.0",
|
|
94
94
|
"cookie-parser": "1.4.7",
|
|
@@ -194,12 +194,6 @@
|
|
|
194
194
|
"yargs-parser": "21.1.1",
|
|
195
195
|
"oas-validator": {
|
|
196
196
|
"ajv": "6.12.3"
|
|
197
|
-
},
|
|
198
|
-
"@mojaloop/central-services-shared": {
|
|
199
|
-
"axios": "1.12.0"
|
|
200
|
-
},
|
|
201
|
-
"@mojaloop/sdk-standard-components": {
|
|
202
|
-
"axios": "1.12.0"
|
|
203
197
|
}
|
|
204
198
|
}
|
|
205
199
|
}
|