@mojaloop/sdk-scheme-adapter 24.12.0-snapshot.0 → 24.12.0-snapshot.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/.yarn/cache/{ts-jest-npm-29.4.3-8668f32a0f-818bf5ffca.zip → ts-jest-npm-29.4.4-fd3c97fbf0-759913fdb9.zip} +0 -0
- package/.yarn/install-state.gz +0 -0
- package/modules/api-svc/package.json +1 -1
- package/modules/api-svc/src/lib/model/lib/requests/backendRequests.js +0 -6
- package/modules/outbound-command-event-handler/package.json +2 -2
- package/modules/outbound-domain-event-handler/package.json +2 -2
- package/modules/private-shared-lib/package.json +2 -2
- package/package.json +2 -2
- package/.yarn/releases/yarn-4.9.4.cjs +0 -942
|
Binary file
|
package/.yarn/install-state.gz
CHANGED
|
Binary file
|
|
@@ -26,7 +26,6 @@
|
|
|
26
26
|
******/
|
|
27
27
|
'use strict';
|
|
28
28
|
|
|
29
|
-
const http = require('node:http');
|
|
30
29
|
const { createHttpRequester } = require('@mojaloop/sdk-standard-components').httpRequester;
|
|
31
30
|
const { buildUrl, HTTPResponseError } = require('./common');
|
|
32
31
|
|
|
@@ -43,11 +42,6 @@ class BackendRequests {
|
|
|
43
42
|
// FSPID of THIS DFSP
|
|
44
43
|
this.dfspId = config.dfspId;
|
|
45
44
|
|
|
46
|
-
// make sure we keep alive connections to the backend
|
|
47
|
-
this.agent = new http.Agent({
|
|
48
|
-
keepAlive: true
|
|
49
|
-
});
|
|
50
|
-
|
|
51
45
|
this.transportScheme = 'http';
|
|
52
46
|
|
|
53
47
|
// Switch or peer DFSP endpoint
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mojaloop/sdk-scheme-adapter-outbound-command-event-handler",
|
|
3
|
-
"version": "0.3.0-snapshot.
|
|
3
|
+
"version": "0.3.0-snapshot.60",
|
|
4
4
|
"description": "Mojaloop sdk scheme adapter command event handler",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"homepage": "https://github.com/mojaloop/sdk-scheme-adapter/",
|
|
@@ -74,7 +74,7 @@
|
|
|
74
74
|
"npm-check-updates": "16.7.10",
|
|
75
75
|
"replace": "1.2.2",
|
|
76
76
|
"standard-version": "9.5.0",
|
|
77
|
-
"ts-jest": "29.4.
|
|
77
|
+
"ts-jest": "29.4.4",
|
|
78
78
|
"ts-node": "10.9.2",
|
|
79
79
|
"typescript": "5.9.2"
|
|
80
80
|
},
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mojaloop/sdk-scheme-adapter-outbound-domain-event-handler",
|
|
3
|
-
"version": "0.3.0-snapshot.
|
|
3
|
+
"version": "0.3.0-snapshot.60",
|
|
4
4
|
"description": "mojaloop sdk scheme adapter outbound domain event handler",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"homepage": "https://github.com/mojaloop/sdk-scheme-adapter/",
|
|
@@ -71,7 +71,7 @@
|
|
|
71
71
|
"npm-check-updates": "16.7.10",
|
|
72
72
|
"replace": "1.2.2",
|
|
73
73
|
"standard-version": "9.5.0",
|
|
74
|
-
"ts-jest": "29.4.
|
|
74
|
+
"ts-jest": "29.4.4",
|
|
75
75
|
"ts-node": "10.9.2",
|
|
76
76
|
"typescript": "5.9.2"
|
|
77
77
|
},
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mojaloop/sdk-scheme-adapter-private-shared-lib",
|
|
3
|
-
"version": "0.4.0-snapshot.
|
|
3
|
+
"version": "0.4.0-snapshot.60",
|
|
4
4
|
"description": "SDK Scheme Adapter private shared library.",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"homepage": "https://github.com/mojaloop/accounts-and-balances-bc/tree/main/modules/private-types",
|
|
@@ -49,7 +49,7 @@
|
|
|
49
49
|
"npm-check-updates": "16.7.10",
|
|
50
50
|
"replace": "1.2.2",
|
|
51
51
|
"standard-version": "9.5.0",
|
|
52
|
-
"ts-jest": "29.4.
|
|
52
|
+
"ts-jest": "29.4.4",
|
|
53
53
|
"tslib": "2.8.1",
|
|
54
54
|
"typescript": "5.9.2"
|
|
55
55
|
},
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mojaloop/sdk-scheme-adapter",
|
|
3
|
-
"version": "24.12.0-snapshot.
|
|
3
|
+
"version": "24.12.0-snapshot.1",
|
|
4
4
|
"description": "mojaloop sdk-scheme-adapter",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"homepage": "https://github.com/mojaloop/sdk-scheme-adapter",
|
|
@@ -97,7 +97,7 @@
|
|
|
97
97
|
"npm-check-updates": "16.7.10",
|
|
98
98
|
"replace": "1.2.2",
|
|
99
99
|
"standard-version": "9.5.0",
|
|
100
|
-
"ts-jest": "29.4.
|
|
100
|
+
"ts-jest": "29.4.4",
|
|
101
101
|
"ts-node": "10.9.2",
|
|
102
102
|
"typescript": "5.9.2",
|
|
103
103
|
"yarn-audit-fix": "10.1.1"
|