roboto-js 1.6.17 → 1.7.0

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/.cursorignore ADDED
@@ -0,0 +1,2 @@
1
+ dist/
2
+ node_modules/
@@ -493,7 +493,19 @@ var Roboto = exports["default"] = /*#__PURE__*/function () {
493
493
  return _query.apply(this, arguments);
494
494
  }
495
495
  return query;
496
- }() //
496
+ }() // WebSocket methods
497
+ }, {
498
+ key: "getWebSocketClient",
499
+ value: function getWebSocketClient() {
500
+ return this.api.getWebSocketClient();
501
+ }
502
+ }, {
503
+ key: "closeWebSocket",
504
+ value: function closeWebSocket() {
505
+ return this.api.closeWebSocket();
506
+ }
507
+
508
+ //
497
509
  //
498
510
  //
499
511
  }, {