account-lookup-service 15.6.0-iso.4 → 15.6.0-iso.5

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "account-lookup-service",
3
3
  "description": "Account Lookup Service is used to validate Party and Participant lookups.",
4
- "version": "15.6.0-iso.4",
4
+ "version": "15.6.0-iso.5",
5
5
  "license": "Apache-2.0",
6
6
  "author": "ModusBox",
7
7
  "contributors": [
@@ -95,12 +95,12 @@
95
95
  "@mojaloop/central-services-health": "15.0.0",
96
96
  "@mojaloop/central-services-logger": "11.5.1",
97
97
  "@mojaloop/central-services-metrics": "12.0.8",
98
- "@mojaloop/central-services-shared": "18.10.0-snapshot.4",
98
+ "@mojaloop/central-services-shared": "18.10.1-snapshot.3",
99
99
  "@mojaloop/central-services-stream": "11.3.1",
100
100
  "@mojaloop/database-lib": "11.0.6",
101
101
  "@mojaloop/event-sdk": "14.1.1",
102
102
  "@mojaloop/inter-scheme-proxy-cache-lib": "2.3.0",
103
- "@mojaloop/ml-schema-transformer-lib": "1.1.1",
103
+ "@mojaloop/ml-schema-transformer-lib": "1.1.3",
104
104
  "@mojaloop/sdk-standard-components": "19.0.0",
105
105
  "@now-ims/hapi-now-auth": "2.1.0",
106
106
  "ajv": "8.17.1",
@@ -9,8 +9,7 @@ describe('timeoutCallbackDto Tests -->', () => {
9
9
  config.API_TYPE = realApiType
10
10
  })
11
11
 
12
- // todo: unskip after fixing transformLib SubId issue for parties.putError
13
- test.skip('should produce ISO payload', async () => {
12
+ test('should produce ISO payload', async () => {
14
13
  config.API_TYPE = API_TYPES.iso20022
15
14
  const destination = 'D1'
16
15
  const partyId = 'P1'