@mojaloop/central-ledger 17.3.1 → 17.3.2-snapshot.0
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/.ncurc.yaml +2 -0
- package/package.json +3 -3
package/.ncurc.yaml
CHANGED
|
@@ -6,4 +6,6 @@ reject: [
|
|
|
6
6
|
"ilp-packet",
|
|
7
7
|
# TODO: v6+ (ref: https://github.com/sindresorhus/get-port/releases/tag/v6.0.0) is an ESM library and thus not compatible with CommonJS. Future story needed to resolve.
|
|
8
8
|
"get-port"
|
|
9
|
+
# TODO: sinon v17.0.1 causes 58 tests to fail. This will need to be resolved in a future story.
|
|
10
|
+
"sinon"
|
|
9
11
|
]
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mojaloop/central-ledger",
|
|
3
|
-
"version": "17.3.
|
|
3
|
+
"version": "17.3.2-snapshot.0",
|
|
4
4
|
"description": "Central ledger hosted by a scheme to record and settle transfers",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"author": "ModusBox",
|
|
@@ -90,9 +90,9 @@
|
|
|
90
90
|
"@mojaloop/central-services-health": "14.0.2",
|
|
91
91
|
"@mojaloop/central-services-logger": "11.2.2",
|
|
92
92
|
"@mojaloop/central-services-metrics": "12.0.8",
|
|
93
|
-
"@mojaloop/central-services-shared": "18.1.
|
|
93
|
+
"@mojaloop/central-services-shared": "18.1.3",
|
|
94
94
|
"@mojaloop/central-services-stream": "11.2.0",
|
|
95
|
-
"@mojaloop/event-sdk": "
|
|
95
|
+
"@mojaloop/event-sdk": "14.0.0",
|
|
96
96
|
"@mojaloop/ml-number": "11.2.3",
|
|
97
97
|
"@mojaloop/object-store-lib": "12.0.2",
|
|
98
98
|
"@now-ims/hapi-now-auth": "2.1.0",
|