Skip to content

Commit

Permalink
fix: fx duplicate map (#397)
Browse files Browse the repository at this point in the history
* fix: fx duplicate map

* chore(snapshot): 18.7.4-snapshot.0
  • Loading branch information
vijayg10 authored Sep 11, 2024
1 parent f41a7c8 commit 9b5dfce
Show file tree
Hide file tree
Showing 4 changed files with 41 additions and 34 deletions.
9 changes: 8 additions & 1 deletion audit-ci.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,13 @@
"GHSA-7fh5-64p2-3v2j",
"GHSA-rm97-x556-q36h", // https://github.com/advisories/GHSA-rm97-x556-q36h
"GHSA-ghr5-ch3p-vcr6", // https://github.com/advisories/GHSA-ghr5-ch3p-vcr6
"GHSA-cgfm-xwp7-2cvr" // https://github.com/advisories/GHSA-cgfm-xwp7-2cvr
"GHSA-cgfm-xwp7-2cvr", // https://github.com/advisories/GHSA-cgfm-xwp7-2cvr
"GHSA-9wv6-86v2-598j",
"GHSA-9wv6-86v2-598j",
"GHSA-cm22-4g7w-348p",
"GHSA-m6fv-jmcg-4jfg",
"GHSA-m6fv-jmcg-4jfg",
"GHSA-qw6h-vgh9-j6wx",
"GHSA-qwcr-r2fm-qrc7"
]
}
46 changes: 23 additions & 23 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mojaloop/central-services-shared",
"version": "18.7.3",
"version": "18.7.4-snapshot.0",
"description": "Shared code for mojaloop central services",
"license": "Apache-2.0",
"author": "ModusBox",
Expand Down Expand Up @@ -57,7 +57,7 @@
"@hapi/catbox": "12.1.1",
"@hapi/catbox-memory": "5.0.1",
"@mojaloop/inter-scheme-proxy-cache-lib": "2.3.0",
"axios": "1.7.5",
"axios": "1.7.7",
"clone": "2.1.2",
"dotenv": "16.4.5",
"env-var": "7.5.0",
Expand All @@ -66,27 +66,27 @@
"immutable": "4.3.7",
"lodash": "4.17.21",
"mustache": "4.2.0",
"openapi-backend": "5.10.6",
"openapi-backend": "5.11.0",
"raw-body": "3.0.0",
"rc": "1.2.8",
"shins": "2.6.0",
"uuid4": "2.0.3",
"widdershins": "^4.0.1",
"yaml": "2.5.0"
"yaml": "2.5.1"
},
"devDependencies": {
"@hapi/hapi": "21.3.10",
"@hapi/joi": "17.1.1",
"audit-ci": "^7.1.0",
"base64url": "3.0.1",
"chance": "1.1.12",
"npm-check-updates": "17.1.0",
"npm-check-updates": "17.1.1",
"nyc": "17.0.0",
"pre-commit": "1.2.2",
"proxyquire": "2.1.3",
"replace": "^1.2.2",
"rewire": "7.0.0",
"sinon": "18.0.0",
"sinon": "18.0.1",
"standard": "17.1.0",
"standard-version": "9.5.0",
"tap-spec": "^5.0.0",
Expand Down
8 changes: 4 additions & 4 deletions src/enums/kafka.js
Original file line number Diff line number Diff line change
Expand Up @@ -151,8 +151,8 @@ const TopicMap = {
action: transferEventAction.EVENT
},
'fx-abort-duplicate': {
functionality: transferEventType.TRANSFER,
action: transferEventAction.POSITION
functionality: transferEventType.NOTIFICATION,
action: transferEventAction.EVENT
},
'fx-abort-validation': {
functionality: transferEventType.NOTIFICATION,
Expand All @@ -167,8 +167,8 @@ const TopicMap = {
action: transferEventAction.EVENT
},
'fx-fulfil-duplicate': {
functionality: transferEventType.TRANSFER,
action: transferEventAction.POSITION
functionality: transferEventType.NOTIFICATION,
action: transferEventAction.EVENT
},
'fx-prepare': {
functionality: transferEventType.NOTIFICATION,
Expand Down

0 comments on commit 9b5dfce

Please sign in to comment.