@usherlabs/cex-broker 0.2.51 → 0.2.52
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/dist/commands/cex-canonical-orderbook-export.js +3 -3
- package/dist/commands/cex-canonical-orderbook-export.js.map +1 -1
- package/dist/commands/cli.js +216 -22
- package/dist/commands/market-data-vendor-backfill.js +3 -3
- package/dist/commands/market-data-vendor-backfill.js.map +1 -1
- package/dist/helpers/deposit-archive-poller.d.ts +33 -0
- package/dist/index.js +217 -23
- package/dist/index.js.map +3 -3
- package/package.json +1 -1
|
@@ -34096,8 +34096,8 @@ function validateReleaseIdentity(release) {
|
|
|
34096
34096
|
}
|
|
34097
34097
|
function bakedReleaseIdentity() {
|
|
34098
34098
|
return validateReleaseIdentity({
|
|
34099
|
-
packageVersion: "0.2.
|
|
34100
|
-
gitHead: "
|
|
34099
|
+
packageVersion: "0.2.52",
|
|
34100
|
+
gitHead: "6679e281b8d29c2474780a2bfb778871975da83b"
|
|
34101
34101
|
});
|
|
34102
34102
|
}
|
|
34103
34103
|
function optionalEnvironment(environment, name) {
|
|
@@ -34272,4 +34272,4 @@ export {
|
|
|
34272
34272
|
createCanonicalOrderBookExportClientFromEnv
|
|
34273
34273
|
};
|
|
34274
34274
|
|
|
34275
|
-
//# debugId=
|
|
34275
|
+
//# debugId=119F232B4DC7720964756E2164756E21
|