account-lookup-service 17.14.0 → 17.14.1-snapshot.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.
@@ -79,7 +79,7 @@
79
79
  "MONITORING_PORT": 4003,
80
80
  "TIMEOUT": {
81
81
  "DISABLED": false,
82
- "TIMEXP": "*/15 * * * * *",
82
+ "TIMEXP": "*/30 * * * * *",
83
83
  "TIMEZONE": "UTC",
84
84
  "BATCH_SIZE": 100,
85
85
  "DIST_LOCK": {
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.0",
4
+ "version": "17.14.1-snapshot.1",
5
5
  "license": "Apache-2.0",
6
6
  "author": "ModusBox",
7
7
  "contributors": [
@@ -92,14 +92,14 @@
92
92
  "@hapi/inert": "7.1.0",
93
93
  "@hapi/vision": "7.0.3",
94
94
  "@mojaloop/central-services-error-handling": "13.1.3",
95
- "@mojaloop/central-services-health": "15.1.0",
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.33.4",
98
+ "@mojaloop/central-services-shared": "18.34.0",
99
99
  "@mojaloop/central-services-stream": "11.8.8",
100
- "@mojaloop/database-lib": "^11.3.2",
101
- "@mojaloop/event-sdk": "14.7.0",
102
- "@mojaloop/inter-scheme-proxy-cache-lib": "2.7.0",
100
+ "@mojaloop/database-lib": "^11.3.3",
101
+ "@mojaloop/event-sdk": "14.8.0",
102
+ "@mojaloop/inter-scheme-proxy-cache-lib": "2.8.0",
103
103
  "@mojaloop/ml-schema-transformer-lib": "2.7.8",
104
104
  "@mojaloop/sdk-standard-components": "19.17.0",
105
105
  "@now-ims/hapi-now-auth": "2.1.0",
@@ -113,7 +113,7 @@
113
113
  "knex": "3.1.0",
114
114
  "mustache": "4.2.0",
115
115
  "mysql": "2.18.1",
116
- "mysql2": "^3.15.0",
116
+ "mysql2": "^3.15.1",
117
117
  "npm-run-all": "4.1.5",
118
118
  "parse-strings-in-object": "2.0.0",
119
119
  "rc": "1.2.8"
@@ -170,12 +170,12 @@
170
170
  "docdash": "2.0.2",
171
171
  "dotenv": "^17.2.2",
172
172
  "get-port": "5.1.1",
173
- "ioredis-mock": "^8.9.0",
173
+ "ioredis-mock": "^8.13.0",
174
174
  "jest": "29.7.0",
175
175
  "jest-junit": "16.0.0",
176
176
  "jsdoc": "4.0.4",
177
177
  "nodemon": "3.1.10",
178
- "npm-check-updates": "18.3.0",
178
+ "npm-check-updates": "19.0.0",
179
179
  "nyc": "17.1.0",
180
180
  "pre-commit": "1.2.2",
181
181
  "proxyquire": "2.1.3",