From bfc5d3c375b7f8b246c2dfb8bb2ddc954271a18f Mon Sep 17 00:00:00 2001 From: Joel Mut Date: Tue, 24 Sep 2024 14:57:47 -0300 Subject: [PATCH] Fix compat node reference --- .../botframework-streaming/etc/botframework-streaming.api.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libraries/botframework-streaming/etc/botframework-streaming.api.md b/libraries/botframework-streaming/etc/botframework-streaming.api.md index ce823adf75..3998d1991a 100644 --- a/libraries/botframework-streaming/etc/botframework-streaming.api.md +++ b/libraries/botframework-streaming/etc/botframework-streaming.api.md @@ -4,6 +4,8 @@ ```ts +/// + import { Duplex } from 'stream'; import { DuplexOptions } from 'stream'; import { default as WebSocket_2 } from 'ws';