@mojaloop/sdk-scheme-adapter 24.0.5-snapshot.0 → 24.0.7-snapshot.4

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.
Files changed (31) hide show
  1. package/.circleci/config.yml +2 -2
  2. package/.yarn/cache/{@mojaloop-api-snippets-npm-17.7.10-7151bd5ebc-c6ef7d14af.zip → @mojaloop-api-snippets-npm-17.7.11-b34e0af657-4b69b4ff2a.zip} +0 -0
  3. package/.yarn/cache/@mojaloop-central-services-error-handling-npm-13.0.5-8f87cae1ef-504635a52b.zip +0 -0
  4. package/.yarn/cache/@redocly-openapi-core-npm-1.28.0-c4b1f1cf53-83f9fa2ed3.zip +0 -0
  5. package/.yarn/cache/@types-node-npm-22.13.1-f9de886009-a0759e4bed.zip +0 -0
  6. package/.yarn/cache/{@typescript-eslint-eslint-plugin-npm-8.22.0-3ffeac3a34-f5e2fdea36.zip → @typescript-eslint-eslint-plugin-npm-8.23.0-b3e7a7136e-b7dd9cbba9.zip} +0 -0
  7. package/.yarn/cache/{@typescript-eslint-parser-npm-8.22.0-024bd80eca-1c5923d76e.zip → @typescript-eslint-parser-npm-8.23.0-798a01aba9-3a17e8c4f1.zip} +0 -0
  8. package/.yarn/cache/@typescript-eslint-scope-manager-npm-8.23.0-437414802f-cb2772a1f4.zip +0 -0
  9. package/.yarn/cache/{@typescript-eslint-type-utils-npm-8.22.0-318d6614d2-1edc3bffc2.zip → @typescript-eslint-type-utils-npm-8.23.0-3e68bceaa0-523e333dd1.zip} +0 -0
  10. package/.yarn/cache/@typescript-eslint-types-npm-8.23.0-972ca6e315-6f3b0f5718.zip +0 -0
  11. package/.yarn/cache/@typescript-eslint-typescript-estree-npm-8.23.0-1907506b84-16ccabac25.zip +0 -0
  12. package/.yarn/cache/@typescript-eslint-utils-npm-8.23.0-ab8e41bb24-fba721abac.zip +0 -0
  13. package/.yarn/cache/@typescript-eslint-visitor-keys-npm-8.23.0-7428536446-20196da5f2.zip +0 -0
  14. package/.yarn/cache/{openapi-typescript-npm-7.6.0-f408b3db12-f222c4064d.zip → openapi-typescript-npm-7.6.1-78f1e13542-ea71702705.zip} +0 -0
  15. package/.yarn/cache/ts-api-utils-npm-2.0.1-03c1d3773a-ca31f4dc3c.zip +0 -0
  16. package/.yarn/install-state.gz +0 -0
  17. package/CHANGELOG.md +27 -0
  18. package/docker-compose.pm4ml.yml +0 -2
  19. package/docker-compose.yml +0 -1
  20. package/modules/api-svc/package.json +4 -4
  21. package/modules/api-svc/src/lib/model/OutboundTransfersModel.js +31 -2
  22. package/modules/api-svc/src/lib/model/common/Enums.js +1 -1
  23. package/modules/api-svc/src/lib/model/lib/shared.js +4 -4
  24. package/modules/api-svc/test/unit/lib/model/InboundTransfersModel.test.js +1 -1
  25. package/modules/api-svc/test/unit/lib/model/data/defaultConfig.json +2 -1
  26. package/modules/api-svc/test/unit/lib/model/data/mockArguments.json +43 -36
  27. package/modules/outbound-command-event-handler/package.json +5 -5
  28. package/modules/outbound-domain-event-handler/package.json +5 -5
  29. package/modules/private-shared-lib/package-lock.json +3 -3
  30. package/modules/private-shared-lib/package.json +5 -5
  31. package/package.json +4 -4
@@ -1,12 +1,12 @@
1
1
  version: 2.1
2
2
  setup: true
3
3
  orbs:
4
- build: mojaloop/build@1.0.37
4
+ build: mojaloop/build@1.0.53
5
5
  workflows:
6
6
  setup:
7
7
  jobs:
8
8
  - build/workflow:
9
+ context: org-global
9
10
  filters:
10
11
  tags:
11
12
  only: /v\d+(\.\d+){2}(-[a-zA-Z-][0-9a-zA-Z-]*\.\d+)?/
12
-
Binary file
package/CHANGELOG.md CHANGED
@@ -1,4 +1,31 @@
1
1
  # Changelog: [mojaloop/sdk-scheme-adapter](https://github.com/mojaloop/sdk-scheme-adapter)
2
+ ### [24.0.6](https://github.com/mojaloop/sdk-scheme-adapter/compare/v24.0.5...v24.0.6) (2025-02-04)
3
+
4
+
5
+ ### Chore
6
+
7
+ * update build orb version to 1.0.50 ([#541](https://github.com/mojaloop/sdk-scheme-adapter/issues/541)) ([78a78c9](https://github.com/mojaloop/sdk-scheme-adapter/commit/78a78c98e392ba0dd932ab192c4b4a4f0e9fc1ae))
8
+
9
+ ### [24.0.5](https://github.com/mojaloop/sdk-scheme-adapter/compare/v24.0.4...v24.0.5) (2025-02-03)
10
+
11
+
12
+ ### Bug Fixes
13
+
14
+ * **csi-1159:** post /quoterequest payload's extensionlist internal form fix ([#539](https://github.com/mojaloop/sdk-scheme-adapter/issues/539)) ([4877f9f](https://github.com/mojaloop/sdk-scheme-adapter/commit/4877f9fbbf4d263525a78f5fc7262126e7fb5c37))
15
+
16
+
17
+ ### Chore
18
+
19
+ * **release:** 25.0.0 [skip ci] ([4b79333](https://github.com/mojaloop/sdk-scheme-adapter/commit/4b793337c01fc1ae8afd8c34c57c1a227fa12b66))
20
+ * revert version ([#540](https://github.com/mojaloop/sdk-scheme-adapter/issues/540)) ([99da6b4](https://github.com/mojaloop/sdk-scheme-adapter/commit/99da6b495673c9ef9e00c4befc532a716c25ed1c))
21
+
22
+ ## [25.0.0](https://github.com/mojaloop/sdk-scheme-adapter/compare/v24.0.4...v25.0.0) (2025-02-03)
23
+
24
+
25
+ ### Bug Fixes
26
+
27
+ * **csi-1159:** post /quoterequest payload's extensionlist internal form fix ([#539](https://github.com/mojaloop/sdk-scheme-adapter/issues/539)) ([4877f9f](https://github.com/mojaloop/sdk-scheme-adapter/commit/4877f9fbbf4d263525a78f5fc7262126e7fb5c37))
28
+
2
29
  ### [24.0.4](https://github.com/mojaloop/sdk-scheme-adapter/compare/v24.0.3...v24.0.4) (2025-01-30)
3
30
 
4
31
 
@@ -1,5 +1,3 @@
1
- version: '3.7'
2
-
3
1
  services:
4
2
 
5
3
  sdk-scheme-adapter-api-svc:
@@ -1,4 +1,3 @@
1
- version: '3.7'
2
1
  networks:
3
2
  mojaloop-net:
4
3
  name: mojaloop-net
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mojaloop/sdk-scheme-adapter-api-svc",
3
- "version": "20.8.0-snapshot.42",
3
+ "version": "21.0.0-snapshot.8",
4
4
  "description": "An adapter for connecting to Mojaloop API enabled switches.",
5
5
  "main": "src/index.js",
6
6
  "types": "src/index.d.ts",
@@ -64,8 +64,8 @@
64
64
  },
65
65
  "dependencies": {
66
66
  "@koa/cors": "^5.0.0",
67
- "@mojaloop/api-snippets": "17.7.10",
68
- "@mojaloop/central-services-error-handling": "^13.0.4",
67
+ "@mojaloop/api-snippets": "17.7.11",
68
+ "@mojaloop/central-services-error-handling": "^13.0.5",
69
69
  "@mojaloop/central-services-logger": "^11.5.4",
70
70
  "@mojaloop/central-services-metrics": "^12.4.4",
71
71
  "@mojaloop/central-services-shared": "^18.17.0",
@@ -114,7 +114,7 @@
114
114
  "jest-junit": "^16.0.0",
115
115
  "npm-check-updates": "^16.7.10",
116
116
  "openapi-response-validator": "^12.1.3",
117
- "openapi-typescript": "^7.6.0",
117
+ "openapi-typescript": "^7.6.1",
118
118
  "redis-mock": "^0.56.3",
119
119
  "replace": "^1.2.2",
120
120
  "standard-version": "^9.5.0",
@@ -70,6 +70,7 @@ class OutboundTransfersModel {
70
70
  this._multiplePartiesResponseSeconds = config.multiplePartiesResponseSeconds;
71
71
  this._sendFinalNotificationIfRequested = config.sendFinalNotificationIfRequested;
72
72
  this._apiType = config.apiType;
73
+ this._supportedCurrencies = config.supportedCurrencies;
73
74
 
74
75
  if (this._autoAcceptParty && this._multiplePartiesResponse) {
75
76
  throw new Error('Conflicting config options provided: autoAcceptParty and multiplePartiesResponse');
@@ -391,14 +392,14 @@ class OutboundTransfersModel {
391
392
  }
392
393
  this.data.to.dateOfBirth = payee.personalInfo.dateOfBirth;
393
394
  }
394
-
395
+
395
396
  if (Array.isArray(payee.supportedCurrencies)) {
396
397
  if (!payee.supportedCurrencies.length) {
397
398
  throw new Error(ErrorMessages.noSupportedCurrencies);
398
399
  }
399
400
 
400
- this.data.needFx = !payee.supportedCurrencies.includes(this.data.currency);
401
401
  this.data.supportedCurrencies = payee.supportedCurrencies;
402
+ this.data.needFx = this._isFxNeeded(this._supportedCurrencies, payee.supportedCurrencies, this.data.currency, this.data.amountType);
402
403
  }
403
404
 
404
405
  this._logger.isVerboseEnabled && this._logger.push({
@@ -1210,6 +1211,34 @@ class OutboundTransfersModel {
1210
1211
  return modifiedData;
1211
1212
  }
1212
1213
 
1214
+ /**
1215
+ * Determines if FX is needed for the transfer
1216
+ *
1217
+ * @param {Array} payerCurrencies - Array of supported currencies for the payer
1218
+ * @param {Array} payeeCurrencies - Array of supported currencies for the payee
1219
+ * @param {string} amountCurrency - Currency of the amount being transferred
1220
+ * @param {string} amountType - Type of the amount being transferred (SEND/RECEIVE)
1221
+ * @returns {boolean} - true if FX is needed, false if not
1222
+ */
1223
+ _isFxNeeded(payerCurrencies, payeeCurrencies, amountCurrency, amountType) {
1224
+ if (payerCurrencies.includes(amountCurrency) && payeeCurrencies.includes(amountCurrency)) {
1225
+ return false;
1226
+ }
1227
+ const intersection = payerCurrencies.filter(currency => payeeCurrencies.includes(currency));
1228
+ if(intersection.length > 0 && !intersection.includes(amountCurrency)) {
1229
+ return true;
1230
+ }
1231
+ if (amountType === AmountTypes.RECEIVE) {
1232
+ if (!payerCurrencies.includes(amountCurrency)) {
1233
+ return true;
1234
+ }
1235
+ }
1236
+ if (!payeeCurrencies.includes(amountCurrency)) {
1237
+ return true;
1238
+ }
1239
+
1240
+ return false;
1241
+ }
1213
1242
 
1214
1243
  /**
1215
1244
  * Loads a transfer model from cache for resumption of the transfer process
@@ -112,7 +112,7 @@ const ErrorMessages = Object.freeze({
112
112
  noSupportedCurrencies: 'No payee supportedCurrencies received',
113
113
  responseMissedExpiryDeadline: 'Response missed expiry deadline',
114
114
  quoteRejectedByBackend: 'Quote rejected by backend',
115
- fxQuoteRejectedByBackend: 'FX quote rejected by backend',
115
+ fxQuoteRejectedByBackend: 'FX quote rejected by backend'
116
116
  });
117
117
 
118
118
  const AmountTypes = Object.freeze({
@@ -184,7 +184,7 @@ const mojaloopQuoteRequestToInternal = (external) => {
184
184
  }
185
185
 
186
186
  if(external.extensionList) {
187
- internal.extensionList = external.extensionList;
187
+ internal.extensionList = external.extensionList.extension;
188
188
  }
189
189
 
190
190
  return internal;
@@ -245,7 +245,7 @@ const internalQuoteResponseToMojaloop = (internal) => {
245
245
  }
246
246
 
247
247
  if(internal.extensionList) {
248
- external.extensionList = internal.extensionList;
248
+ external.extensionList = { extension: internal.extensionList };
249
249
  }
250
250
 
251
251
  return external;
@@ -299,8 +299,8 @@ const mojaloopPrepareToInternalTransfer = (external, quote, ilp, checkILP) => {
299
299
  subScenario: quote.request.transactionType.subScenario,
300
300
  note: quote.request.note
301
301
  };
302
- if (quote.internalRequest && quote.internalRequest.extensionList && quote.internalRequest.extensionList.extension) {
303
- internal.quoteRequestExtensions = [ ...quote.internalRequest.extensionList.extension ];
302
+ if (quote.internalRequest && quote.internalRequest.extensionList) {
303
+ internal.quoteRequestExtensions = [ ...quote.internalRequest.extensionList ];
304
304
  }
305
305
  if (checkILP) {
306
306
  internal.ilpPacket = { data: ilp.getTransactionObject(external.ilpPacket) };
@@ -132,7 +132,7 @@ describe('inboundModel', () => {
132
132
 
133
133
  // check the extension list gets translated correctly to the mojaloop form
134
134
  expect(MojaloopRequests.__putQuotes.mock.calls[0][1].extensionList)
135
- .toStrictEqual(mockArgs.internalQuoteResponse.extensionList);
135
+ .toStrictEqual({ extension: [ ...mockArgs.internalQuoteResponse.extensionList ] });
136
136
  });
137
137
 
138
138
  test('adds a custom `expiration` property in case it is not defined.', async() => {
@@ -57,5 +57,6 @@
57
57
  "port": 4004
58
58
  },
59
59
  "getServicesFxpResponse": ["fxp_id"],
60
- "apiType": "fspiop"
60
+ "apiType": "fspiop",
61
+ "supportedCurrencies": ["XXX"]
61
62
  }
@@ -49,13 +49,16 @@
49
49
  "subScenario": "SUBSCENARIO"
50
50
  },
51
51
  "extensionList": {
52
- "extension": [{
53
- "key": "qkey1",
54
- "value": "qvalue1"
55
- }, {
56
- "key": "qkey2",
57
- "value": "qvalue2"
58
- }]
52
+ "extension": [
53
+ {
54
+ "key": "qkey1",
55
+ "value": "qvalue1"
56
+ },
57
+ {
58
+ "key": "qkey2",
59
+ "value": "qvalue2"
60
+ }
61
+ ]
59
62
  }
60
63
  }
61
64
  },
@@ -63,23 +66,23 @@
63
66
  "quoteId": "fake-quote-id",
64
67
  "transactionId": "fake-transaction-id",
65
68
  "to": {
66
- "idType": "PERSONAL_ID",
67
- "idValue": "123456789",
68
- "idSubValue": "PASSPORT",
69
- "fspId": "goldenpayeefsp",
70
- "displayName": "Sridevi Miriyala",
71
- "dateOfBirth": "2010-10-10",
72
- "firstName": "Sridevi",
73
- "lastName": "Miriyala"
69
+ "idType": "PERSONAL_ID",
70
+ "idValue": "123456789",
71
+ "idSubValue": "PASSPORT",
72
+ "fspId": "goldenpayeefsp",
73
+ "displayName": "Sridevi Miriyala",
74
+ "dateOfBirth": "2010-10-10",
75
+ "firstName": "Sridevi",
76
+ "lastName": "Miriyala"
74
77
  },
75
78
  "from": {
76
- "idType": "MSISDN",
77
- "idValue": "17855501914",
78
- "fspId": "mojaloop-sdk",
79
- "displayName": "Murthy Kakarlamudi",
80
- "dateOfBirth": "2010-10-10",
81
- "firstName": "Murthy",
82
- "lastName": "Kakarlamudi"
79
+ "idType": "MSISDN",
80
+ "idValue": "17855501914",
81
+ "fspId": "mojaloop-sdk",
82
+ "displayName": "Murthy Kakarlamudi",
83
+ "dateOfBirth": "2010-10-10",
84
+ "firstName": "Murthy",
85
+ "lastName": "Kakarlamudi"
83
86
  },
84
87
  "amountType": "SEND",
85
88
  "amount": 10,
@@ -89,15 +92,16 @@
89
92
  "initiator": "PAYER",
90
93
  "initiatorType": "CONSUMER",
91
94
  "expiration": "2019-06-04T04:02:10.378Z",
92
- "extensionList": {
93
- "extension": [{
94
- "key": "qkey1",
95
- "value": "qvalue1"
96
- }, {
97
- "key": "qkey2",
98
- "value": "qvalue2"
99
- }]
100
- }
95
+ "extensionList": [
96
+ {
97
+ "key": "qkey1",
98
+ "value": "qvalue1"
99
+ },
100
+ {
101
+ "key": "qkey2",
102
+ "value": "qvalue2"
103
+ }
104
+ ]
101
105
  },
102
106
  "internalQuoteResponse": {
103
107
  "transferAmount": 500,
@@ -108,15 +112,18 @@
108
112
  "condition": "fH9pAYDQbmoZLPbvv3CSW2RfjU4jvM4ApG_fqGnR7Xs",
109
113
  "expiration": "2019-11-12T09:02:10.378Z",
110
114
  "isValid": 1,
111
- "extensionList": [{
115
+ "extensionList": [
116
+ {
112
117
  "key": "qkey1",
113
118
  "value": "qvalue1"
114
- }, {
119
+ },
120
+ {
115
121
  "key": "qkey2",
116
122
  "value": "qvalue2"
117
- }]
123
+ }
124
+ ]
118
125
  },
119
- "internalGetOTPResponse" : {
126
+ "internalGetOTPResponse": {
120
127
  "value": "123456"
121
128
  },
122
129
  "fspId": "fake-fsp-id",
@@ -188,4 +195,4 @@
188
195
  }
189
196
  ]
190
197
  }
191
- }
198
+ }
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mojaloop/sdk-scheme-adapter-outbound-command-event-handler",
3
- "version": "0.2.20-snapshot.53",
3
+ "version": "0.3.0-snapshot.7",
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/",
@@ -41,7 +41,7 @@
41
41
  "snapshot": "standard-version --no-verify --skip.changelog --prerelease snapshot --releaseCommitMessageFormat 'chore(snapshot): {{currentTag}}'"
42
42
  },
43
43
  "dependencies": {
44
- "@mojaloop/api-snippets": "17.7.10",
44
+ "@mojaloop/api-snippets": "17.7.11",
45
45
  "@mojaloop/central-services-shared": "^18.17.0",
46
46
  "@mojaloop/logging-bc-client-lib": "^0.5.8",
47
47
  "@mojaloop/logging-bc-public-types-lib": "^0.5.4",
@@ -59,13 +59,13 @@
59
59
  "@types/convict": "^6.1.6",
60
60
  "@types/express": "^5.0.0",
61
61
  "@types/jest": "^29.5.14",
62
- "@types/node": "^22.12.0",
62
+ "@types/node": "^22.13.1",
63
63
  "@types/node-cache": "^4.2.5",
64
64
  "@types/supertest": "^6.0.2",
65
65
  "@types/swagger-ui-express": "4.1.7",
66
66
  "@types/yamljs": "^0.2.34",
67
- "@typescript-eslint/eslint-plugin": "^8.22.0",
68
- "@typescript-eslint/parser": "^8.22.0",
67
+ "@typescript-eslint/eslint-plugin": "^8.23.0",
68
+ "@typescript-eslint/parser": "^8.23.0",
69
69
  "copyfiles": "^2.4.1",
70
70
  "eslint": "^9.15.0",
71
71
  "jest": "^29.7.0",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mojaloop/sdk-scheme-adapter-outbound-domain-event-handler",
3
- "version": "0.2.20-snapshot.51",
3
+ "version": "0.3.0-snapshot.7",
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/",
@@ -41,7 +41,7 @@
41
41
  "snapshot": "standard-version --no-verify --skip.changelog --prerelease snapshot --releaseCommitMessageFormat 'chore(snapshot): {{currentTag}}'"
42
42
  },
43
43
  "dependencies": {
44
- "@mojaloop/api-snippets": "17.7.10",
44
+ "@mojaloop/api-snippets": "17.7.11",
45
45
  "@mojaloop/logging-bc-client-lib": "^0.5.8",
46
46
  "@mojaloop/logging-bc-public-types-lib": "^0.5.4",
47
47
  "@mojaloop/sdk-scheme-adapter-private-shared-lib": "workspace:^",
@@ -56,13 +56,13 @@
56
56
  "@types/convict": "^6.1.6",
57
57
  "@types/express": "^5.0.0",
58
58
  "@types/jest": "^29.5.14",
59
- "@types/node": "^22.12.0",
59
+ "@types/node": "^22.13.1",
60
60
  "@types/node-cache": "^4.2.5",
61
61
  "@types/supertest": "^6.0.2",
62
62
  "@types/swagger-ui-express": "^4.1.7",
63
63
  "@types/yamljs": "^0.2.34",
64
- "@typescript-eslint/eslint-plugin": "^8.22.0",
65
- "@typescript-eslint/parser": "^8.22.0",
64
+ "@typescript-eslint/eslint-plugin": "^8.23.0",
65
+ "@typescript-eslint/parser": "^8.23.0",
66
66
  "copyfiles": "^2.4.1",
67
67
  "eslint": "^9.15.0",
68
68
  "jest": "^29.7.0",
@@ -1,15 +1,15 @@
1
1
  {
2
2
  "name": "@mojaloop/sdk-scheme-adapter-private-shared-lib",
3
- "version": "0.3.20-snapshot.52",
3
+ "version": "0.4.0-snapshot.6",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@mojaloop/sdk-scheme-adapter-private-shared-lib",
9
- "version": "0.3.20-snapshot.52",
9
+ "version": "0.4.0-snapshot.6",
10
10
  "license": "Apache-2.0",
11
11
  "dependencies": {
12
- "@mojaloop/api-snippets": "17.7.10",
12
+ "@mojaloop/api-snippets": "17.7.9",
13
13
  "@mojaloop/central-services-shared": "^18.17.0",
14
14
  "@mojaloop/logging-bc-public-types-lib": "^0.5.4",
15
15
  "@mojaloop/platform-shared-lib-messaging-types-lib": "^0.7.1",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mojaloop/sdk-scheme-adapter-private-shared-lib",
3
- "version": "0.3.20-snapshot.53",
3
+ "version": "0.4.0-snapshot.7",
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",
@@ -29,7 +29,7 @@
29
29
  "snapshot": "standard-version --no-verify --skip.changelog --prerelease snapshot --releaseCommitMessageFormat 'chore(snapshot): {{currentTag}}'"
30
30
  },
31
31
  "dependencies": {
32
- "@mojaloop/api-snippets": "17.7.10",
32
+ "@mojaloop/api-snippets": "17.7.11",
33
33
  "@mojaloop/central-services-shared": "^18.17.0",
34
34
  "@mojaloop/logging-bc-public-types-lib": "^0.5.4",
35
35
  "@mojaloop/platform-shared-lib-messaging-types-lib": "^0.7.1",
@@ -40,10 +40,10 @@
40
40
  },
41
41
  "devDependencies": {
42
42
  "@eslint/compat": "^1.2.6",
43
- "@types/node": "^22.12.0",
43
+ "@types/node": "^22.13.1",
44
44
  "@types/uuid": "^10.0.0",
45
- "@typescript-eslint/eslint-plugin": "^8.22.0",
46
- "@typescript-eslint/parser": "^8.22.0",
45
+ "@typescript-eslint/eslint-plugin": "^8.23.0",
46
+ "@typescript-eslint/parser": "^8.23.0",
47
47
  "eslint": "^9.15.0",
48
48
  "jest": "^29.7.0",
49
49
  "npm-check-updates": "^16.7.10",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mojaloop/sdk-scheme-adapter",
3
- "version": "24.0.5-snapshot.0",
3
+ "version": "24.0.7-snapshot.4",
4
4
  "description": "mojaloop sdk-scheme-adapter",
5
5
  "license": "Apache-2.0",
6
6
  "homepage": "https://github.com/mojaloop/sdk-scheme-adapter",
@@ -82,10 +82,10 @@
82
82
  },
83
83
  "devDependencies": {
84
84
  "@types/jest": "^29.5.14",
85
- "@types/node": "^22.12.0",
85
+ "@types/node": "^22.13.1",
86
86
  "@types/node-cache": "^4.2.5",
87
- "@typescript-eslint/eslint-plugin": "^8.22.0",
88
- "@typescript-eslint/parser": "^8.22.0",
87
+ "@typescript-eslint/eslint-plugin": "^8.23.0",
88
+ "@typescript-eslint/parser": "^8.23.0",
89
89
  "audit-ci": "^7.1.0",
90
90
  "eslint": "^9.15.0",
91
91
  "eslint-config-airbnb-typescript": "^18.0.0",