account-lookup-service 17.2.1 → 17.3.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 (2) hide show
  1. package/CHANGELOG.md +7 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -2,6 +2,13 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4
4
 
5
+ ## [17.3.0](https://github.com/mojaloop/account-lookup-service/compare/v17.2.1...v17.3.0) (2025-03-06)
6
+
7
+
8
+ ### Features
9
+
10
+ * **csi-1252:** updated central-services-shared to log error details ([#528](https://github.com/mojaloop/account-lookup-service/issues/528)) ([24df31d](https://github.com/mojaloop/account-lookup-service/commit/24df31d89889bb84973f77f0348d583d71199653))
11
+
5
12
  ### [17.2.1](https://github.com/mojaloop/account-lookup-service/compare/v17.2.0...v17.2.1) (2025-03-05)
6
13
 
7
14
 
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": "17.2.1",
4
+ "version": "17.3.0",
5
5
  "license": "Apache-2.0",
6
6
  "author": "ModusBox",
7
7
  "contributors": [
@@ -38,7 +38,7 @@
38
38
  "test"
39
39
  ],
40
40
  "scripts": {
41
- "start": "LOG_LEVEL=debug node src/index.js server",
41
+ "start": "node src/index.js server",
42
42
  "start:all": "run-p start:api start:admin start:handlers",
43
43
  "start:apiAndAdmin": "run-p start:api start:admin",
44
44
  "start:api": "node src/index.js server --api",
@@ -95,10 +95,10 @@
95
95
  "@mojaloop/central-services-health": "15.0.4",
96
96
  "@mojaloop/central-services-logger": "11.5.5",
97
97
  "@mojaloop/central-services-metrics": "12.4.5",
98
- "@mojaloop/central-services-shared": "18.21.0",
98
+ "@mojaloop/central-services-shared": "18.22.0",
99
99
  "@mojaloop/central-services-stream": "11.5.1",
100
100
  "@mojaloop/database-lib": "11.1.3",
101
- "@mojaloop/event-sdk": "14.1.5",
101
+ "@mojaloop/event-sdk": "14.2.0",
102
102
  "@mojaloop/inter-scheme-proxy-cache-lib": "2.3.7",
103
103
  "@mojaloop/ml-schema-transformer-lib": "2.5.6",
104
104
  "@mojaloop/sdk-standard-components": "19.9.0",