@fullstackcraftllc/floe 0.0.11 → 0.0.12
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.
|
@@ -610,7 +610,7 @@ class TastyTradeClient extends BaseBrokerClient_1.BaseBrokerClient {
|
|
|
610
610
|
this.firstUnauthorizedMessageHandled = true;
|
|
611
611
|
}
|
|
612
612
|
// once we are authorized, we can proceed as normal
|
|
613
|
-
if (message.state === 'AUTHORIZED') {
|
|
613
|
+
else if (message.state === 'AUTHORIZED') {
|
|
614
614
|
this.authorized = true;
|
|
615
615
|
this.startKeepalive();
|
|
616
616
|
this.openFeedChannel();
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fullstackcraftllc/floe",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.12",
|
|
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",
|