modality-kit 0.9.2 → 0.9.3
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.
- package/dist/index.js +0 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -5815,7 +5815,6 @@ class WebSocketClient {
|
|
|
5815
5815
|
if (this.config.onReceiveMessage) {
|
|
5816
5816
|
event = this.config.onReceiveMessage(event);
|
|
5817
5817
|
}
|
|
5818
|
-
logger3.info("WebSocket message received:", event.data);
|
|
5819
5818
|
try {
|
|
5820
5819
|
const message = JSONRPCUtils.deserialize(event.data);
|
|
5821
5820
|
if (!message) {
|
package/package.json
CHANGED