@mojaloop/central-ledger 19.3.0 → 19.4.0

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 +9 -7
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
+ ## [19.4.0](https://github.com/mojaloop/central-ledger/compare/v19.3.0...v19.4.0) (2025-03-26)
6
+
7
+
8
+ ### Features
9
+
10
+ * update dependencies to latest versions ([#1161](https://github.com/mojaloop/central-ledger/issues/1161)) ([31d67cf](https://github.com/mojaloop/central-ledger/commit/31d67cfd627dd40da9f21de49ee4e01ae12a46fa))
11
+
5
12
  ## [19.3.0](https://github.com/mojaloop/central-ledger/compare/v19.2.0...v19.3.0) (2025-03-18)
6
13
 
7
14
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mojaloop/central-ledger",
3
- "version": "19.3.0",
3
+ "version": "19.4.0",
4
4
  "description": "Central ledger hosted by a scheme to record and settle transfers",
5
5
  "license": "Apache-2.0",
6
6
  "author": "ModusBox",
@@ -89,13 +89,13 @@
89
89
  "@hapi/vision": "7.0.3",
90
90
  "@mojaloop/central-services-error-handling": "13.0.7",
91
91
  "@mojaloop/central-services-health": "15.0.4",
92
- "@mojaloop/central-services-logger": "11.7.0",
92
+ "@mojaloop/central-services-logger": "11.8.0",
93
93
  "@mojaloop/central-services-metrics": "12.5.0",
94
- "@mojaloop/central-services-shared": "18.23.0",
95
- "@mojaloop/central-services-stream": "11.5.1",
94
+ "@mojaloop/central-services-shared": "18.23.1",
95
+ "@mojaloop/central-services-stream": "11.5.2",
96
96
  "@mojaloop/database-lib": "11.1.4",
97
- "@mojaloop/event-sdk": "14.3.2",
98
- "@mojaloop/inter-scheme-proxy-cache-lib": "2.3.7",
97
+ "@mojaloop/event-sdk": "14.4.0",
98
+ "@mojaloop/inter-scheme-proxy-cache-lib": "2.4.0",
99
99
  "@mojaloop/ml-number": "11.2.7",
100
100
  "@mojaloop/object-store-lib": "12.0.7",
101
101
  "@now-ims/hapi-now-auth": "2.1.0",
@@ -126,6 +126,8 @@
126
126
  "mysql": "2.18.1"
127
127
  },
128
128
  "devDependencies": {
129
+ "@opentelemetry/api": "^1.9.0",
130
+ "@opentelemetry/auto-instrumentations-node": "^0.57.0",
129
131
  "@types/mock-knex": "0.4.8",
130
132
  "async-retry": "1.3.3",
131
133
  "audit-ci": "^7.1.0",
@@ -134,7 +136,7 @@
134
136
  "jsonpath": "1.1.1",
135
137
  "mock-knex": "0.4.13",
136
138
  "nodemon": "3.1.9",
137
- "npm-check-updates": "17.1.15",
139
+ "npm-check-updates": "17.1.16",
138
140
  "nyc": "17.1.0",
139
141
  "pre-commit": "1.2.2",
140
142
  "proxyquire": "2.1.3",