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.
Files changed (2) hide show
  1. package/dist/index.js +0 -1
  2. 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
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "0.9.2",
2
+ "version": "0.9.3",
3
3
  "name": "modality-kit",
4
4
  "repository": {
5
5
  "type": "git",