account-lookup-service 17.3.0 → 17.3.2
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/CHANGELOG.md +14 -0
- package/CODEOWNERS +1 -1
- package/package.json +8 -8
package/CHANGELOG.md
CHANGED
@@ -2,6 +2,20 @@
|
|
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.2](https://github.com/mojaloop/account-lookup-service/compare/v17.3.1...v17.3.2) (2025-03-13)
|
6
|
+
|
7
|
+
|
8
|
+
### Chore
|
9
|
+
|
10
|
+
* bump up ([#536](https://github.com/mojaloop/account-lookup-service/issues/536)) ([dc04445](https://github.com/mojaloop/account-lookup-service/commit/dc044459e512906bcc582fbcbe30b592c0de78cb))
|
11
|
+
|
12
|
+
### [17.3.1](https://github.com/mojaloop/account-lookup-service/compare/v17.3.0...v17.3.1) (2025-03-07)
|
13
|
+
|
14
|
+
|
15
|
+
### Chore
|
16
|
+
|
17
|
+
* update-event-sdk ([#530](https://github.com/mojaloop/account-lookup-service/issues/530)) ([1deb7ed](https://github.com/mojaloop/account-lookup-service/commit/1deb7ed63d7b26ca3244f085c88ffe8f65724c28))
|
18
|
+
|
5
19
|
## [17.3.0](https://github.com/mojaloop/account-lookup-service/compare/v17.2.1...v17.3.0) (2025-03-06)
|
6
20
|
|
7
21
|
|
package/CODEOWNERS
CHANGED
@@ -6,7 +6,7 @@
|
|
6
6
|
## @global-owner1 and @global-owner2 will be requested for
|
7
7
|
## review when someone opens a pull request.
|
8
8
|
#* @global-owner1 @global-owner2
|
9
|
-
* @elnyry-sam-k @vijayg10 @kleyow @geka-evk @bushjames @oderayi @shashi165 @gibaros
|
9
|
+
* @elnyry-sam-k @vijayg10 @kleyow @geka-evk @bushjames @oderayi @shashi165 @gibaros @kalinkrustev
|
10
10
|
|
11
11
|
## Order is important; the last matching pattern takes the most
|
12
12
|
## precedence. When someone opens a pull request that only
|
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.3.
|
4
|
+
"version": "17.3.2",
|
5
5
|
"license": "Apache-2.0",
|
6
6
|
"author": "ModusBox",
|
7
7
|
"contributors": [
|
@@ -93,15 +93,15 @@
|
|
93
93
|
"@hapi/vision": "7.0.3",
|
94
94
|
"@mojaloop/central-services-error-handling": "13.0.7",
|
95
95
|
"@mojaloop/central-services-health": "15.0.4",
|
96
|
-
"@mojaloop/central-services-logger": "11.
|
96
|
+
"@mojaloop/central-services-logger": "11.6.2",
|
97
97
|
"@mojaloop/central-services-metrics": "12.4.5",
|
98
|
-
"@mojaloop/central-services-shared": "18.22.
|
98
|
+
"@mojaloop/central-services-shared": "18.22.3",
|
99
99
|
"@mojaloop/central-services-stream": "11.5.1",
|
100
|
-
"@mojaloop/database-lib": "11.1.
|
101
|
-
"@mojaloop/event-sdk": "14.2
|
100
|
+
"@mojaloop/database-lib": "11.1.4",
|
101
|
+
"@mojaloop/event-sdk": "14.3.2",
|
102
102
|
"@mojaloop/inter-scheme-proxy-cache-lib": "2.3.7",
|
103
|
-
"@mojaloop/ml-schema-transformer-lib": "2.5.
|
104
|
-
"@mojaloop/sdk-standard-components": "19.
|
103
|
+
"@mojaloop/ml-schema-transformer-lib": "2.5.8",
|
104
|
+
"@mojaloop/sdk-standard-components": "19.10.3",
|
105
105
|
"@now-ims/hapi-now-auth": "2.1.0",
|
106
106
|
"ajv": "8.17.1",
|
107
107
|
"ajv-keywords": "5.1.0",
|
@@ -163,7 +163,7 @@
|
|
163
163
|
"devDependencies": {
|
164
164
|
"@types/jest": "29.5.14",
|
165
165
|
"audit-ci": "^7.1.0",
|
166
|
-
"axios": "1.8.
|
166
|
+
"axios": "1.8.3",
|
167
167
|
"axios-retry": "^4.5.0",
|
168
168
|
"docdash": "2.0.2",
|
169
169
|
"dotenv": "^16.4.7",
|