account-lookup-service 17.11.0 → 17.11.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -2,6 +2,14 @@
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.11.1](https://github.com/mojaloop/account-lookup-service/compare/v17.11.0...v17.11.1) (2025-07-11)
6
+
7
+
8
+ ### Chore
9
+
10
+ * **snapshot:** 17.11.1-snapshot.0 ([399c0d9](https://github.com/mojaloop/account-lookup-service/commit/399c0d91a34df68e3269c93faecfe3eabb897d8b))
11
+ * update deps ([e024c9f](https://github.com/mojaloop/account-lookup-service/commit/e024c9f3fa0b15c4e7ab3c1ae9c7f4fd27cc98e1))
12
+
5
13
  ## [17.11.0](https://github.com/mojaloop/account-lookup-service/compare/v17.10.3...v17.11.0) (2025-07-07)
6
14
 
7
15
 
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.11.0",
4
+ "version": "17.11.1",
5
5
  "license": "Apache-2.0",
6
6
  "author": "ModusBox",
7
7
  "contributors": [
@@ -96,8 +96,8 @@
96
96
  "@mojaloop/central-services-logger": "11.9.0",
97
97
  "@mojaloop/central-services-metrics": "12.6.0",
98
98
  "@mojaloop/central-services-shared": "18.29.0",
99
- "@mojaloop/central-services-stream": "11.8.0",
100
- "@mojaloop/database-lib": "11.2.0",
99
+ "@mojaloop/central-services-stream": "11.8.1",
100
+ "@mojaloop/database-lib": "^11.2.1",
101
101
  "@mojaloop/event-sdk": "14.6.1",
102
102
  "@mojaloop/inter-scheme-proxy-cache-lib": "2.6.0",
103
103
  "@mojaloop/ml-schema-transformer-lib": "2.7.1",
@@ -166,7 +166,7 @@
166
166
  "axios": "1.10.0",
167
167
  "axios-retry": "^4.5.0",
168
168
  "docdash": "2.0.2",
169
- "dotenv": "^17.0.1",
169
+ "dotenv": "^17.2.0",
170
170
  "get-port": "5.1.1",
171
171
  "ioredis-mock": "^8.9.0",
172
172
  "jest": "29.7.0",