@mojaloop/central-ledger 19.11.3 → 19.11.4-cache.1
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/.grype.yaml +1 -2
- package/audit-ci.jsonc +1 -1
- package/package.json +18 -17
- package/{sbom-v19.11.2.csv → sbom-v19.11.3.csv} +212 -215
- package/src/lib/cache.js +22 -43
- package/src/lib/enumCached.js +8 -20
- package/src/models/participant/externalParticipantCached.js +6 -30
- package/src/models/participant/participantCached.js +9 -32
- package/src/models/participant/participantCurrencyCached.js +8 -31
- package/src/models/participant/participantLimitCached.js +8 -31
- package/src/models/participant/participantPositionChange.js +3 -3
- package/src/models/position/batchCached.js +8 -29
- package/src/models/settlement/settlementModelCached.js +9 -31
- package/src/shared/setup.js +1 -1
package/.grype.yaml
CHANGED
package/audit-ci.jsonc
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mojaloop/central-ledger",
|
|
3
|
-
"version": "19.11.
|
|
3
|
+
"version": "19.11.4-cache.1",
|
|
4
4
|
"description": "Central ledger hosted by a scheme to record and settle transfers",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"author": "ModusBox",
|
|
@@ -44,7 +44,7 @@
|
|
|
44
44
|
"lint": "npx standard",
|
|
45
45
|
"lint:fix": "npx standard --fix",
|
|
46
46
|
"test": "npm run test:unit:spec",
|
|
47
|
-
"test:unit": "
|
|
47
|
+
"test:unit": "tape 'test/unit/**/*.test.js'",
|
|
48
48
|
"test:unit:spec": "npm run test:unit | tap-spec",
|
|
49
49
|
"test:unit:distLock": "npx tape 'test/unit/lib/distLock/**/*.test.js'",
|
|
50
50
|
"test:unit:participants-routes": "npx tape test/unit/api/participants/routes.test.js",
|
|
@@ -85,28 +85,29 @@
|
|
|
85
85
|
"dependencies": {
|
|
86
86
|
"@hapi/basic": "7.0.2",
|
|
87
87
|
"@hapi/catbox-memory": "6.0.2",
|
|
88
|
+
"@hapi/catbox": "12.1.1",
|
|
88
89
|
"@hapi/good": "9.0.1",
|
|
89
|
-
"@hapi/hapi": "21.4.
|
|
90
|
+
"@hapi/hapi": "21.4.4",
|
|
90
91
|
"@hapi/inert": "7.1.0",
|
|
91
92
|
"@hapi/vision": "7.0.3",
|
|
92
|
-
"@mojaloop/central-services-error-handling": "13.1.
|
|
93
|
-
"@mojaloop/central-services-health": "15.2.
|
|
94
|
-
"@mojaloop/central-services-logger": "11.10.
|
|
95
|
-
"@mojaloop/central-services-metrics": "12.8.
|
|
96
|
-
"@mojaloop/central-services-shared": "18.34.
|
|
97
|
-
"@mojaloop/central-services-stream": "11.8.
|
|
98
|
-
"@mojaloop/database-lib": "11.3.
|
|
99
|
-
"@mojaloop/event-sdk": "14.8.
|
|
93
|
+
"@mojaloop/central-services-error-handling": "13.1.5",
|
|
94
|
+
"@mojaloop/central-services-health": "15.2.1",
|
|
95
|
+
"@mojaloop/central-services-logger": "11.10.2",
|
|
96
|
+
"@mojaloop/central-services-metrics": "12.8.3",
|
|
97
|
+
"@mojaloop/central-services-shared": "18.34.5",
|
|
98
|
+
"@mojaloop/central-services-stream": "11.8.13",
|
|
99
|
+
"@mojaloop/database-lib": "11.3.4",
|
|
100
|
+
"@mojaloop/event-sdk": "14.8.2",
|
|
100
101
|
"@mojaloop/inter-scheme-proxy-cache-lib": "2.9.0",
|
|
101
|
-
"@mojaloop/ml-number": "11.4.
|
|
102
|
-
"@mojaloop/object-store-lib": "12.2.
|
|
102
|
+
"@mojaloop/ml-number": "11.4.2",
|
|
103
|
+
"@mojaloop/object-store-lib": "12.2.2",
|
|
103
104
|
"@now-ims/hapi-now-auth": "2.1.0",
|
|
104
105
|
"ajv": "8.17.1",
|
|
105
106
|
"ajv-keywords": "5.1.0",
|
|
106
107
|
"base64url": "3.0.1",
|
|
107
108
|
"blipp": "4.0.2",
|
|
108
109
|
"commander": "14.0.2",
|
|
109
|
-
"cron": "4.
|
|
110
|
+
"cron": "4.4.0",
|
|
110
111
|
"decimal.js": "10.6.0",
|
|
111
112
|
"docdash": "2.0.2",
|
|
112
113
|
"event-stream": "4.0.1",
|
|
@@ -129,7 +130,7 @@
|
|
|
129
130
|
},
|
|
130
131
|
"devDependencies": {
|
|
131
132
|
"@opentelemetry/api": "^1.9.0",
|
|
132
|
-
"@opentelemetry/auto-instrumentations-node": "^0.
|
|
133
|
+
"@opentelemetry/auto-instrumentations-node": "^0.67.2",
|
|
133
134
|
"@types/mock-knex": "0.4.8",
|
|
134
135
|
"async-retry": "1.3.3",
|
|
135
136
|
"audit-ci": "^7.1.0",
|
|
@@ -137,8 +138,8 @@
|
|
|
137
138
|
"jsdoc": "4.0.5",
|
|
138
139
|
"jsonpath": "1.1.1",
|
|
139
140
|
"mock-knex": "0.4.13",
|
|
140
|
-
"nodemon": "3.1.
|
|
141
|
-
"npm-check-updates": "19.
|
|
141
|
+
"nodemon": "3.1.11",
|
|
142
|
+
"npm-check-updates": "19.2.0",
|
|
142
143
|
"nyc": "17.1.0",
|
|
143
144
|
"pre-commit": "1.2.2",
|
|
144
145
|
"proxyquire": "2.1.3",
|