account-lookup-service 17.7.0 → 17.7.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 +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.7.1](https://github.com/mojaloop/account-lookup-service/compare/v17.7.0...v17.7.1) (2025-03-27)
6
+
7
+
8
+ ### Chore
9
+
10
+ * **csi-1248:** update transform-lib, others ([#543](https://github.com/mojaloop/account-lookup-service/issues/543)) ([7a0a5c4](https://github.com/mojaloop/account-lookup-service/commit/7a0a5c402e8f8f28661540ea5982b1ac9a97a8dd))
11
+
5
12
  ## [17.7.0](https://github.com/mojaloop/account-lookup-service/compare/v17.6.0...v17.7.0) (2025-03-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.7.0",
4
+ "version": "17.7.1",
5
5
  "license": "Apache-2.0",
6
6
  "author": "ModusBox",
7
7
  "contributors": [
@@ -100,14 +100,14 @@
100
100
  "@mojaloop/database-lib": "11.1.4",
101
101
  "@mojaloop/event-sdk": "14.4.0",
102
102
  "@mojaloop/inter-scheme-proxy-cache-lib": "2.4.0",
103
- "@mojaloop/ml-schema-transformer-lib": "2.6.0",
104
- "@mojaloop/sdk-standard-components": "19.11.1",
103
+ "@mojaloop/ml-schema-transformer-lib": "2.7.0",
104
+ "@mojaloop/sdk-standard-components": "19.11.2",
105
105
  "@now-ims/hapi-now-auth": "2.1.0",
106
106
  "ajv": "8.17.1",
107
107
  "ajv-keywords": "5.1.0",
108
108
  "blipp": "4.0.2",
109
109
  "commander": "13.1.0",
110
- "cron": "4.1.0",
110
+ "cron": "4.1.1",
111
111
  "fast-safe-stringify": "^2.1.1",
112
112
  "hapi-auth-bearer-token": "8.0.0",
113
113
  "joi": "17.13.3",