account-lookup-service 17.14.1-snapshot.3 → 17.14.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 +16 -0
- package/package.json +4 -4
- package/{sbom-v17.14.0.csv → sbom-v17.14.1.csv} +159 -161
package/CHANGELOG.md
CHANGED
@@ -2,6 +2,22 @@
|
|
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.14.2](https://github.com/mojaloop/account-lookup-service/compare/v17.14.1...v17.14.2) (2025-10-06)
|
6
|
+
|
7
|
+
|
8
|
+
### Chore
|
9
|
+
|
10
|
+
* bump deps ([#580](https://github.com/mojaloop/account-lookup-service/issues/580)) ([b508e51](https://github.com/mojaloop/account-lookup-service/commit/b508e5132658b3a5d0d30e3c1aabe66a37fd9130))
|
11
|
+
* **sbom:** update sbom [skip ci] ([6d5c10c](https://github.com/mojaloop/account-lookup-service/commit/6d5c10c655b2cd6b3051e4a31d259a670263128b))
|
12
|
+
|
13
|
+
### [17.14.1](https://github.com/mojaloop/account-lookup-service/compare/v17.14.0...v17.14.1) (2025-10-03)
|
14
|
+
|
15
|
+
|
16
|
+
### Chore
|
17
|
+
|
18
|
+
* **sbom:** update sbom [skip ci] ([debc4d4](https://github.com/mojaloop/account-lookup-service/commit/debc4d405b294d840bff29141f14402cfe7406c2))
|
19
|
+
* test timeout handler changes ([#579](https://github.com/mojaloop/account-lookup-service/issues/579)) ([a5f4a88](https://github.com/mojaloop/account-lookup-service/commit/a5f4a882f53590f19118a31bb819c8b5fce90c5d))
|
20
|
+
|
5
21
|
## [17.14.0](https://github.com/mojaloop/account-lookup-service/compare/v17.13.0...v17.14.0) (2025-09-24)
|
6
22
|
|
7
23
|
|
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.14.
|
4
|
+
"version": "17.14.2",
|
5
5
|
"license": "Apache-2.0",
|
6
6
|
"author": "ModusBox",
|
7
7
|
"contributors": [
|
@@ -95,13 +95,13 @@
|
|
95
95
|
"@mojaloop/central-services-health": "15.2.0",
|
96
96
|
"@mojaloop/central-services-logger": "11.10.1",
|
97
97
|
"@mojaloop/central-services-metrics": "12.8.0",
|
98
|
-
"@mojaloop/central-services-shared": "18.34.
|
98
|
+
"@mojaloop/central-services-shared": "18.34.1",
|
99
99
|
"@mojaloop/central-services-stream": "11.8.8",
|
100
100
|
"@mojaloop/database-lib": "^11.3.3",
|
101
101
|
"@mojaloop/event-sdk": "14.8.0",
|
102
|
-
"@mojaloop/inter-scheme-proxy-cache-lib": "2.
|
102
|
+
"@mojaloop/inter-scheme-proxy-cache-lib": "2.9.0",
|
103
103
|
"@mojaloop/ml-schema-transformer-lib": "2.7.8",
|
104
|
-
"@mojaloop/sdk-standard-components": "19.
|
104
|
+
"@mojaloop/sdk-standard-components": "19.18.0",
|
105
105
|
"@now-ims/hapi-now-auth": "2.1.0",
|
106
106
|
"ajv": "8.17.1",
|
107
107
|
"ajv-keywords": "5.1.0",
|