@fullstackcraftllc/floe 0.0.10 → 0.0.11
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.
|
@@ -628,6 +628,7 @@ class TastyTradeClient extends BaseBrokerClient_1.BaseBrokerClient {
|
|
|
628
628
|
this.attemptReconnect();
|
|
629
629
|
}
|
|
630
630
|
else {
|
|
631
|
+
console.log('[TastyTrade:DxLink] Received unknown AUTH_STATE message:', message);
|
|
631
632
|
this.emit('error', new Error('Unknown AUTH_STATE message state'));
|
|
632
633
|
}
|
|
633
634
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fullstackcraftllc/floe",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.11",
|
|
4
4
|
"description": "Production-ready options analytics toolkit. Normalize broker data structures and calculate Black-Scholes, Greeks, and exposures with a clean, type-safe API. Built for trading platforms and fintech applications.",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|