@clonegod/ttd-core 3.1.75 → 3.1.77

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.
@@ -101,6 +101,7 @@ const WS_TYPES = new Set([
101
101
  'QuoteVerify',
102
102
  'QuoteCandidate',
103
103
  'BlockHeadLatency',
104
+ 'FbSeqBackfill',
104
105
  ]);
105
106
  const HTTP_PATH = {
106
107
  OrderMessageType: '/ingest/order',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@clonegod/ttd-core",
3
- "version": "3.1.75",
3
+ "version": "3.1.77",
4
4
  "description": "Common types and utilities for trading systems - use `npm run push` to publish",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",