@mojaloop/connection-manager-api 3.7.1 → 3.7.3

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 +8 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -2,6 +2,14 @@
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
+ ### [3.7.3](https://github.com/mojaloop/connection-manager-api/compare/v3.7.1...v3.7.3) (2026-01-30)
6
+
7
+
8
+ ### Bug Fixes
9
+
10
+ * add timestamp and TTL to certificate bundle in VaultPKIEngine ([#185](https://github.com/mojaloop/connection-manager-api/issues/185)) ([fa8cf96](https://github.com/mojaloop/connection-manager-api/commit/fa8cf96193877a1112dc567f6640483e774e0793))
11
+ * update version to 3.7.2 in package.json and package-lock.json ([#188](https://github.com/mojaloop/connection-manager-api/issues/188)) ([e9e42c4](https://github.com/mojaloop/connection-manager-api/commit/e9e42c4e277a0c59672fe48d98fd31633def9d6f))
12
+
5
13
  ### [3.7.1](https://github.com/mojaloop/connection-manager-api/compare/v3.7.0...v3.7.1) (2026-01-28)
6
14
 
7
15
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mojaloop/connection-manager-api",
3
- "version": "3.7.1",
3
+ "version": "3.7.3",
4
4
  "description": "Mojaloop Connection Manager API",
5
5
  "license": "Apache-2.0",
6
6
  "author": "ModusBox",
@@ -96,7 +96,7 @@
96
96
  "@kubernetes/client-node": "^1.4.0",
97
97
  "@mojaloop/central-services-logger": "11.10.3",
98
98
  "@mojaloop/central-services-metrics": "12.8.3",
99
- "@mojaloop/central-services-shared": "18.35.1",
99
+ "@mojaloop/central-services-shared": "18.35.2",
100
100
  "@ory/keto-client": "^25.4.0",
101
101
  "async-exit-hook": "^2.0.1",
102
102
  "async-retry": "^1.3.3",