account-lookup-service 17.2.1-snapshot.0 → 17.2.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/.ncurc.yaml +1 -2
- package/CHANGELOG.md +7 -0
- package/package.json +7 -7
package/.ncurc.yaml
CHANGED
@@ -1,6 +1,5 @@
|
|
1
1
|
## Add a TODO comment indicating the reason for each rejected dependency upgrade added to this list, and what should be done to resolve it (i.e. handle it through a story, etc).
|
2
2
|
reject: [
|
3
3
|
# TODO: v6+ (ref: https://github.com/sindresorhus/get-port/releases/tag/v6.0.0) is an ESM library and thus not compatible with CommonJS. Future story needed to resolve.
|
4
|
-
"get-port"
|
5
|
-
"@mojaloop/inter-scheme-proxy-cache-lib" # remove it after merging snapshot
|
4
|
+
"get-port"
|
6
5
|
]
|
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.2.1](https://github.com/mojaloop/account-lookup-service/compare/v17.2.0...v17.2.1) (2025-03-05)
|
6
|
+
|
7
|
+
|
8
|
+
### Bug Fixes
|
9
|
+
|
10
|
+
* **csi-1247:** added logs and process.on('uncaughtException') ([#527](https://github.com/mojaloop/account-lookup-service/issues/527)) ([c4b5e7d](https://github.com/mojaloop/account-lookup-service/commit/c4b5e7d834a76f78114863555f115a872eb2da0f))
|
11
|
+
|
5
12
|
## [17.2.0](https://github.com/mojaloop/account-lookup-service/compare/v17.1.0...v17.2.0) (2025-02-26)
|
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.2.1",
|
5
5
|
"license": "Apache-2.0",
|
6
6
|
"author": "ModusBox",
|
7
7
|
"contributors": [
|
@@ -88,20 +88,20 @@
|
|
88
88
|
"@hapi/boom": "10.0.1",
|
89
89
|
"@hapi/catbox-memory": "6.0.2",
|
90
90
|
"@hapi/good": "9.0.1",
|
91
|
-
"@hapi/hapi": "21.
|
91
|
+
"@hapi/hapi": "21.4.0",
|
92
92
|
"@hapi/inert": "7.1.0",
|
93
93
|
"@hapi/vision": "7.0.3",
|
94
|
-
"@mojaloop/central-services-error-handling": "13.0.
|
94
|
+
"@mojaloop/central-services-error-handling": "13.0.7",
|
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.
|
98
|
+
"@mojaloop/central-services-shared": "18.21.0",
|
99
99
|
"@mojaloop/central-services-stream": "11.5.1",
|
100
100
|
"@mojaloop/database-lib": "11.1.3",
|
101
101
|
"@mojaloop/event-sdk": "14.1.5",
|
102
|
-
"@mojaloop/inter-scheme-proxy-cache-lib": "2.3.
|
103
|
-
"@mojaloop/ml-schema-transformer-lib": "2.5.
|
104
|
-
"@mojaloop/sdk-standard-components": "19.
|
102
|
+
"@mojaloop/inter-scheme-proxy-cache-lib": "2.3.7",
|
103
|
+
"@mojaloop/ml-schema-transformer-lib": "2.5.6",
|
104
|
+
"@mojaloop/sdk-standard-components": "19.9.0",
|
105
105
|
"@now-ims/hapi-now-auth": "2.1.0",
|
106
106
|
"ajv": "8.17.1",
|
107
107
|
"ajv-keywords": "5.1.0",
|