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

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 (32) hide show
  1. package/.circleci/config.yml +2 -2
  2. package/.yarn/cache/{@eslint-compat-npm-1.2.6-9efc700114-116c277749.zip → @eslint-compat-npm-1.2.5-13050bdc86-267afd3dc8.zip} +0 -0
  3. package/.yarn/cache/{@mojaloop-api-snippets-npm-17.7.11-b34e0af657-4b69b4ff2a.zip → @mojaloop-api-snippets-npm-18.0.0-snapshot.0-2012a5395e-ddab9801c5.zip} +0 -0
  4. package/.yarn/cache/{@typescript-eslint-eslint-plugin-npm-8.23.0-b3e7a7136e-b7dd9cbba9.zip → @typescript-eslint-eslint-plugin-npm-8.22.0-3ffeac3a34-f5e2fdea36.zip} +0 -0
  5. package/.yarn/cache/{@typescript-eslint-parser-npm-8.23.0-798a01aba9-3a17e8c4f1.zip → @typescript-eslint-parser-npm-8.22.0-024bd80eca-1c5923d76e.zip} +0 -0
  6. package/.yarn/cache/{@typescript-eslint-type-utils-npm-8.23.0-3e68bceaa0-523e333dd1.zip → @typescript-eslint-type-utils-npm-8.22.0-318d6614d2-1edc3bffc2.zip} +0 -0
  7. package/.yarn/cache/{openapi-typescript-npm-7.6.1-78f1e13542-ea71702705.zip → openapi-typescript-npm-7.6.0-f408b3db12-f222c4064d.zip} +0 -0
  8. package/.yarn/install-state.gz +0 -0
  9. package/CHANGELOG.md +0 -27
  10. package/docker-compose.pm4ml.yml +2 -0
  11. package/docker-compose.yml +1 -0
  12. package/modules/api-svc/package.json +4 -4
  13. package/modules/api-svc/src/lib/model/OutboundTransfersModel.js +2 -31
  14. package/modules/api-svc/src/lib/model/common/Enums.js +1 -1
  15. package/modules/api-svc/src/lib/model/lib/shared.js +4 -4
  16. package/modules/api-svc/test/unit/lib/model/InboundTransfersModel.test.js +1 -1
  17. package/modules/api-svc/test/unit/lib/model/data/defaultConfig.json +1 -2
  18. package/modules/api-svc/test/unit/lib/model/data/mockArguments.json +36 -43
  19. package/modules/outbound-command-event-handler/package.json +6 -6
  20. package/modules/outbound-domain-event-handler/package.json +5 -5
  21. package/modules/private-shared-lib/package-lock.json +3 -3
  22. package/modules/private-shared-lib/package.json +6 -6
  23. package/package.json +4 -4
  24. package/.yarn/cache/@mojaloop-central-services-error-handling-npm-13.0.5-8f87cae1ef-504635a52b.zip +0 -0
  25. package/.yarn/cache/@redocly-openapi-core-npm-1.28.0-c4b1f1cf53-83f9fa2ed3.zip +0 -0
  26. package/.yarn/cache/@types-node-npm-22.13.1-f9de886009-a0759e4bed.zip +0 -0
  27. package/.yarn/cache/@typescript-eslint-scope-manager-npm-8.23.0-437414802f-cb2772a1f4.zip +0 -0
  28. package/.yarn/cache/@typescript-eslint-types-npm-8.23.0-972ca6e315-6f3b0f5718.zip +0 -0
  29. package/.yarn/cache/@typescript-eslint-typescript-estree-npm-8.23.0-1907506b84-16ccabac25.zip +0 -0
  30. package/.yarn/cache/@typescript-eslint-utils-npm-8.23.0-ab8e41bb24-fba721abac.zip +0 -0
  31. package/.yarn/cache/@typescript-eslint-visitor-keys-npm-8.23.0-7428536446-20196da5f2.zip +0 -0
  32. package/.yarn/cache/ts-api-utils-npm-2.0.1-03c1d3773a-ca31f4dc3c.zip +0 -0
@@ -1,12 +1,12 @@
1
1
  version: 2.1
2
2
  setup: true
3
3
  orbs:
4
- build: mojaloop/build@1.0.53
4
+ build: mojaloop/build@1.0.37
5
5
  workflows:
6
6
  setup:
7
7
  jobs:
8
8
  - build/workflow:
9
- context: org-global
10
9
  filters:
11
10
  tags:
12
11
  only: /v\d+(\.\d+){2}(-[a-zA-Z-][0-9a-zA-Z-]*\.\d+)?/
12
+
Binary file
package/CHANGELOG.md CHANGED
@@ -1,31 +1,4 @@
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
-
29
2
  ### [24.0.4](https://github.com/mojaloop/sdk-scheme-adapter/compare/v24.0.3...v24.0.4) (2025-01-30)
30
3
 
31
4
 
@@ -1,3 +1,5 @@
1
+ version: '3.7'
2
+
1
3
  services:
2
4
 
3
5
  sdk-scheme-adapter-api-svc:
@@ -1,3 +1,4 @@
1
+ version: '3.7'
1
2
  networks:
2
3
  mojaloop-net:
3
4
  name: mojaloop-net
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mojaloop/sdk-scheme-adapter-api-svc",
3
- "version": "21.0.0-snapshot.8",
3
+ "version": "21.0.0-snapshot.0",
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.11",
68
- "@mojaloop/central-services-error-handling": "^13.0.5",
67
+ "@mojaloop/api-snippets": "18.0.0-snapshot.0",
68
+ "@mojaloop/central-services-error-handling": "^13.0.4",
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.1",
117
+ "openapi-typescript": "^7.6.0",
118
118
  "redis-mock": "^0.56.3",
119
119
  "replace": "^1.2.2",
120
120
  "standard-version": "^9.5.0",
@@ -70,7 +70,6 @@ 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;
74
73
 
75
74
  if (this._autoAcceptParty && this._multiplePartiesResponse) {
76
75
  throw new Error('Conflicting config options provided: autoAcceptParty and multiplePartiesResponse');
@@ -392,14 +391,14 @@ class OutboundTransfersModel {
392
391
  }
393
392
  this.data.to.dateOfBirth = payee.personalInfo.dateOfBirth;
394
393
  }
395
-
394
+
396
395
  if (Array.isArray(payee.supportedCurrencies)) {
397
396
  if (!payee.supportedCurrencies.length) {
398
397
  throw new Error(ErrorMessages.noSupportedCurrencies);
399
398
  }
400
399
 
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);
403
402
  }
404
403
 
405
404
  this._logger.isVerboseEnabled && this._logger.push({
@@ -1211,34 +1210,6 @@ class OutboundTransfersModel {
1211
1210
  return modifiedData;
1212
1211
  }
1213
1212
 
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
- }
1242
1213
 
1243
1214
  /**
1244
1215
  * 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.extension;
187
+ internal.extensionList = external.extensionList;
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 = { extension: internal.extensionList };
248
+ external.extensionList = 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) {
303
- internal.quoteRequestExtensions = [ ...quote.internalRequest.extensionList ];
302
+ if (quote.internalRequest && quote.internalRequest.extensionList && quote.internalRequest.extensionList.extension) {
303
+ internal.quoteRequestExtensions = [ ...quote.internalRequest.extensionList.extension ];
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({ extension: [ ...mockArgs.internalQuoteResponse.extensionList ] });
135
+ .toStrictEqual(mockArgs.internalQuoteResponse.extensionList);
136
136
  });
137
137
 
138
138
  test('adds a custom `expiration` property in case it is not defined.', async() => {
@@ -57,6 +57,5 @@
57
57
  "port": 4004
58
58
  },
59
59
  "getServicesFxpResponse": ["fxp_id"],
60
- "apiType": "fspiop",
61
- "supportedCurrencies": ["XXX"]
60
+ "apiType": "fspiop"
62
61
  }
@@ -49,16 +49,13 @@
49
49
  "subScenario": "SUBSCENARIO"
50
50
  },
51
51
  "extensionList": {
52
- "extension": [
53
- {
54
- "key": "qkey1",
55
- "value": "qvalue1"
56
- },
57
- {
58
- "key": "qkey2",
59
- "value": "qvalue2"
60
- }
61
- ]
52
+ "extension": [{
53
+ "key": "qkey1",
54
+ "value": "qvalue1"
55
+ }, {
56
+ "key": "qkey2",
57
+ "value": "qvalue2"
58
+ }]
62
59
  }
63
60
  }
64
61
  },
@@ -66,23 +63,23 @@
66
63
  "quoteId": "fake-quote-id",
67
64
  "transactionId": "fake-transaction-id",
68
65
  "to": {
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"
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"
77
74
  },
78
75
  "from": {
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"
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"
86
83
  },
87
84
  "amountType": "SEND",
88
85
  "amount": 10,
@@ -92,16 +89,15 @@
92
89
  "initiator": "PAYER",
93
90
  "initiatorType": "CONSUMER",
94
91
  "expiration": "2019-06-04T04:02:10.378Z",
95
- "extensionList": [
96
- {
97
- "key": "qkey1",
98
- "value": "qvalue1"
99
- },
100
- {
101
- "key": "qkey2",
102
- "value": "qvalue2"
103
- }
104
- ]
92
+ "extensionList": {
93
+ "extension": [{
94
+ "key": "qkey1",
95
+ "value": "qvalue1"
96
+ }, {
97
+ "key": "qkey2",
98
+ "value": "qvalue2"
99
+ }]
100
+ }
105
101
  },
106
102
  "internalQuoteResponse": {
107
103
  "transferAmount": 500,
@@ -112,18 +108,15 @@
112
108
  "condition": "fH9pAYDQbmoZLPbvv3CSW2RfjU4jvM4ApG_fqGnR7Xs",
113
109
  "expiration": "2019-11-12T09:02:10.378Z",
114
110
  "isValid": 1,
115
- "extensionList": [
116
- {
111
+ "extensionList": [{
117
112
  "key": "qkey1",
118
113
  "value": "qvalue1"
119
- },
120
- {
114
+ }, {
121
115
  "key": "qkey2",
122
116
  "value": "qvalue2"
123
- }
124
- ]
117
+ }]
125
118
  },
126
- "internalGetOTPResponse": {
119
+ "internalGetOTPResponse" : {
127
120
  "value": "123456"
128
121
  },
129
122
  "fspId": "fake-fsp-id",
@@ -195,4 +188,4 @@
195
188
  }
196
189
  ]
197
190
  }
198
- }
191
+ }
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mojaloop/sdk-scheme-adapter-outbound-command-event-handler",
3
- "version": "0.3.0-snapshot.7",
3
+ "version": "0.3.0-snapshot.0",
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.11",
44
+ "@mojaloop/api-snippets": "18.0.0-snapshot.0",
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",
@@ -55,17 +55,17 @@
55
55
  "yamljs": "^0.3.0"
56
56
  },
57
57
  "devDependencies": {
58
- "@eslint/compat": "^1.2.6",
58
+ "@eslint/compat": "^1.2.5",
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.13.1",
62
+ "@types/node": "^22.12.0",
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.23.0",
68
- "@typescript-eslint/parser": "^8.23.0",
67
+ "@typescript-eslint/eslint-plugin": "^8.22.0",
68
+ "@typescript-eslint/parser": "^8.22.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.3.0-snapshot.7",
3
+ "version": "0.3.0-snapshot.0",
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.11",
44
+ "@mojaloop/api-snippets": "18.0.0-snapshot.0",
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.13.1",
59
+ "@types/node": "^22.12.0",
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.23.0",
65
- "@typescript-eslint/parser": "^8.23.0",
64
+ "@typescript-eslint/eslint-plugin": "^8.22.0",
65
+ "@typescript-eslint/parser": "^8.22.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.4.0-snapshot.6",
3
+ "version": "0.3.20-snapshot.52",
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.4.0-snapshot.6",
9
+ "version": "0.3.20-snapshot.52",
10
10
  "license": "Apache-2.0",
11
11
  "dependencies": {
12
- "@mojaloop/api-snippets": "17.7.9",
12
+ "@mojaloop/api-snippets": "18.0.0-snapshot.0",
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.4.0-snapshot.7",
3
+ "version": "0.4.0-snapshot.0",
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.11",
32
+ "@mojaloop/api-snippets": "18.0.0-snapshot.0",
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",
@@ -39,11 +39,11 @@
39
39
  "uuid": "^11.0.5"
40
40
  },
41
41
  "devDependencies": {
42
- "@eslint/compat": "^1.2.6",
43
- "@types/node": "^22.13.1",
42
+ "@eslint/compat": "^1.2.5",
43
+ "@types/node": "^22.12.0",
44
44
  "@types/uuid": "^10.0.0",
45
- "@typescript-eslint/eslint-plugin": "^8.23.0",
46
- "@typescript-eslint/parser": "^8.23.0",
45
+ "@typescript-eslint/eslint-plugin": "^8.22.0",
46
+ "@typescript-eslint/parser": "^8.22.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.7-snapshot.4",
3
+ "version": "25.0.0-snapshot.0",
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.13.1",
85
+ "@types/node": "^22.12.0",
86
86
  "@types/node-cache": "^4.2.5",
87
- "@typescript-eslint/eslint-plugin": "^8.23.0",
88
- "@typescript-eslint/parser": "^8.23.0",
87
+ "@typescript-eslint/eslint-plugin": "^8.22.0",
88
+ "@typescript-eslint/parser": "^8.22.0",
89
89
  "audit-ci": "^7.1.0",
90
90
  "eslint": "^9.15.0",
91
91
  "eslint-config-airbnb-typescript": "^18.0.0",