@mojaloop/central-services-shared 18.7.4-snapshot.0 → 18.7.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 CHANGED
@@ -2,6 +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
+ ### [18.7.5](https://github.com/mojaloop/central-services-shared/compare/v18.7.4...v18.7.5) (2024-09-12)
6
+
7
+
8
+ ### Chore
9
+
10
+ * add fx-prepare-duplicate to kakfa map ([#398](https://github.com/mojaloop/central-services-shared/issues/398)) ([ab33676](https://github.com/mojaloop/central-services-shared/commit/ab33676b6f7dd873eec2f88a3c9ae476448e3144))
11
+
12
+ ### [18.7.4](https://github.com/mojaloop/central-services-shared/compare/v18.7.3...v18.7.4) (2024-09-11)
13
+
14
+
15
+ ### Bug Fixes
16
+
17
+ * fx duplicate map ([#397](https://github.com/mojaloop/central-services-shared/issues/397)) ([9b5dfce](https://github.com/mojaloop/central-services-shared/commit/9b5dfce7bf29ef3d7f5aaec3648fd49f62b42042))
18
+
5
19
  ### [18.7.3](https://github.com/mojaloop/central-services-shared/compare/v18.7.2...v18.7.3) (2024-08-27)
6
20
 
7
21
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mojaloop/central-services-shared",
3
- "version": "18.7.4-snapshot.0",
3
+ "version": "18.7.5",
4
4
  "description": "Shared code for mojaloop central services",
5
5
  "license": "Apache-2.0",
6
6
  "author": "ModusBox",
@@ -174,6 +174,10 @@ const TopicMap = {
174
174
  functionality: transferEventType.NOTIFICATION,
175
175
  action: transferEventAction.EVENT
176
176
  },
177
+ 'fx-prepare-duplicate': {
178
+ functionality: transferEventType.NOTIFICATION,
179
+ action: transferEventAction.EVENT
180
+ },
177
181
  'fx-reject': {
178
182
  functionality: transferEventType.NOTIFICATION,
179
183
  action: transferEventAction.EVENT