@mojaloop/central-ledger 19.7.1 → 19.7.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 CHANGED
@@ -2,7 +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
- ### [19.7.1](https://github.com/mojaloop/central-ledger/compare/v19.8.1-snapshot.3...v19.7.1) (2025-07-10)
5
+ ### [19.7.2](https://github.com/mojaloop/central-ledger/compare/v19.7.0...v19.7.2) (2025-07-11)
6
+
7
+
8
+ ### Chore
9
+
10
+ * **release:** 19.7.1 [skip ci] ([ea3b0ea](https://github.com/mojaloop/central-ledger/commit/ea3b0ea4be97864645cf6d3aab67ee2aa8a4038d))
11
+ * update deps ([18837ac](https://github.com/mojaloop/central-ledger/commit/18837ac8439c0a422fff8e7cb03c3ff87589b7f9))
12
+
13
+ ### [19.7.1](https://github.com/mojaloop/central-ledger/compare/v19.7.0...v19.7.1) (2025-07-11)
14
+
15
+
16
+ ### Chore
17
+
18
+ * update deps ([18837ac](https://github.com/mojaloop/central-ledger/commit/18837ac8439c0a422fff8e7cb03c3ff87589b7f9))
6
19
 
7
20
  ## [19.7.0](https://github.com/mojaloop/central-ledger/compare/v19.6.3...v19.7.0) (2025-07-07)
8
21
 
@@ -6,8 +6,8 @@ const seedsDirectory = '../seeds'
6
6
  const Config = require('../src/lib/config')
7
7
 
8
8
  module.exports = {
9
- client: 'mysql2',
10
- version: '8.0',
9
+ client: 'mysql',
10
+ version: '5.5',
11
11
  connection: Config.DATABASE.connection,
12
12
  pool: Config.DATABASE.pool,
13
13
  migrations: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mojaloop/central-ledger",
3
- "version": "19.7.1",
3
+ "version": "19.7.2",
4
4
  "description": "Central ledger hosted by a scheme to record and settle transfers",
5
5
  "license": "Apache-2.0",
6
6
  "author": "ModusBox",
@@ -94,7 +94,7 @@
94
94
  "@mojaloop/central-services-metrics": "12.6.0",
95
95
  "@mojaloop/central-services-shared": "18.29.0",
96
96
  "@mojaloop/central-services-stream": "11.8.1",
97
- "@mojaloop/database-lib": "11.2.1",
97
+ "@mojaloop/database-lib": "^11.2.1",
98
98
  "@mojaloop/event-sdk": "14.6.1",
99
99
  "@mojaloop/inter-scheme-proxy-cache-lib": "2.6.0",
100
100
  "@mojaloop/ml-number": "11.2.7",
@@ -124,7 +124,7 @@
124
124
  "require-glob": "^4.1.0"
125
125
  },
126
126
  "optionalDependencies": {
127
- "mysql2": "3.14.1"
127
+ "mysql": "2.18.1"
128
128
  },
129
129
  "devDependencies": {
130
130
  "@opentelemetry/api": "^1.9.0",