@clonegod/ttd-core 3.1.52 → 3.1.53

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.
@@ -100,6 +100,7 @@ const WS_TYPES = new Set([
100
100
  'DepthLevels',
101
101
  'QuoteVerify',
102
102
  'QuoteCandidate',
103
+ 'BlockHeadLatency',
103
104
  ]);
104
105
  const HTTP_PATH = {
105
106
  OrderMessageType: '/ingest/order',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@clonegod/ttd-core",
3
- "version": "3.1.52",
3
+ "version": "3.1.53",
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",