@mojaloop/central-ledger 19.11.4-cache.4 → 19.11.5
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 +20 -0
- package/package.json +3 -3
- package/{sbom-v19.11.3.csv → sbom-v19.11.4.csv} +302 -293
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,26 @@
|
|
|
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.11.5](https://github.com/mojaloop/central-ledger/compare/v19.11.4...v19.11.5) (2025-12-18)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
### Chore
|
|
9
|
+
|
|
10
|
+
* **ci:** update CircleCI orb to 1.1.9 ([#1228](https://github.com/mojaloop/central-ledger/issues/1228)) ([4253e8d](https://github.com/mojaloop/central-ledger/commit/4253e8d0407a3e823b68670f274c14735b33a8c0))
|
|
11
|
+
* **sbom:** update sbom [skip ci] ([553ac99](https://github.com/mojaloop/central-ledger/commit/553ac99d8dbcd6c6e1947f6e4320b01c27bd9d6a))
|
|
12
|
+
|
|
13
|
+
### [19.11.4](https://github.com/mojaloop/central-ledger/compare/v19.11.3...v19.11.4) (2025-12-17)
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
### Bug Fixes
|
|
17
|
+
|
|
18
|
+
* use catbox policy.get for proper concurrency handling ([#1226](https://github.com/mojaloop/central-ledger/issues/1226)) ([ce5d587](https://github.com/mojaloop/central-ledger/commit/ce5d58771eed8aeab0014adf83bdc523deb9ae25))
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
### Chore
|
|
22
|
+
|
|
23
|
+
* **sbom:** update sbom [skip ci] ([b6764c2](https://github.com/mojaloop/central-ledger/commit/b6764c277e9aa6c908da7d1718ba256e522758d3))
|
|
24
|
+
|
|
5
25
|
### [19.11.3](https://github.com/mojaloop/central-ledger/compare/v19.11.2...v19.11.3) (2025-10-27)
|
|
6
26
|
|
|
7
27
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mojaloop/central-ledger",
|
|
3
|
-
"version": "19.11.
|
|
3
|
+
"version": "19.11.5",
|
|
4
4
|
"description": "Central ledger hosted by a scheme to record and settle transfers",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"author": "ModusBox",
|
|
@@ -95,7 +95,7 @@
|
|
|
95
95
|
"@mojaloop/central-services-logger": "11.10.2",
|
|
96
96
|
"@mojaloop/central-services-metrics": "12.8.3",
|
|
97
97
|
"@mojaloop/central-services-shared": "18.34.5",
|
|
98
|
-
"@mojaloop/central-services-stream": "11.8.
|
|
98
|
+
"@mojaloop/central-services-stream": "11.8.14",
|
|
99
99
|
"@mojaloop/database-lib": "11.3.4",
|
|
100
100
|
"@mojaloop/event-sdk": "14.8.2",
|
|
101
101
|
"@mojaloop/inter-scheme-proxy-cache-lib": "2.9.0",
|
|
@@ -130,7 +130,7 @@
|
|
|
130
130
|
},
|
|
131
131
|
"devDependencies": {
|
|
132
132
|
"@opentelemetry/api": "^1.9.0",
|
|
133
|
-
"@opentelemetry/auto-instrumentations-node": "^0.67.
|
|
133
|
+
"@opentelemetry/auto-instrumentations-node": "^0.67.3",
|
|
134
134
|
"@types/mock-knex": "0.4.8",
|
|
135
135
|
"async-retry": "1.3.3",
|
|
136
136
|
"audit-ci": "^7.1.0",
|