account-lookup-service 17.14.5-cache.1 → 17.14.5-cache.2

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/audit-ci.jsonc CHANGED
@@ -5,7 +5,6 @@
5
5
  "moderate": true,
6
6
  // NOTE: Please add as much information as possible to any items added to the allowList
7
7
  "allowlist": [
8
- "GHSA-4hjh-wcwx-xvwj", // todo: update axios - https://github.com/advisories/GHSA-4hjh-wcwx-xvwj
9
8
  "GHSA-9965-vmph-33xx", // originates from dev dependency swagmock
10
9
  "GHSA-vghf-hv5q-vc2g" // originates from dev dependency swagmock
11
10
  ]
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "account-lookup-service",
3
3
  "description": "Account Lookup Service is used to validate Party and Participant lookups.",
4
- "version": "17.14.5-cache.1",
4
+ "version": "17.14.5-cache.2",
5
5
  "license": "Apache-2.0",
6
6
  "author": "ModusBox",
7
7
  "contributors": [
@@ -159,7 +159,7 @@ const sendOracleGetRequest = async ({
159
159
  })).data
160
160
 
161
161
  histTimerEnd({ success: true })
162
- return response
162
+ return { data: response }
163
163
  } catch (err) {
164
164
  log.warn('error in sendOracleGetRequest: ', err)
165
165
  histTimerEnd({ success: false })