@eleven-am/pondsocket 0.1.56 → 0.1.58

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/package.json +1 -1
  2. package/types.d.ts +0 -5
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eleven-am/pondsocket",
3
- "version": "0.1.56",
3
+ "version": "0.1.58",
4
4
  "description": "PondSocket is a fast simple socket server",
5
5
  "keywords": [
6
6
  "socket",
package/types.d.ts CHANGED
@@ -188,9 +188,6 @@ declare class EventResponse extends PondResponse {
188
188
  }
189
189
 
190
190
  export declare class Channel {
191
- /**
192
- * @desc Gets the current connection state of the channel.
193
- */
194
191
  channelState: ChannelState;
195
192
 
196
193
  /**
@@ -323,8 +320,6 @@ declare class JoinRequest<Path extends string> extends AbstractRequest<Path> {
323
320
  }
324
321
 
325
322
  declare class JoinResponse extends PondResponse {
326
- #private;
327
-
328
323
  /**
329
324
  * @desc Accepts the request and optionally assigns data to the client
330
325
  * @param assigns - the data to assign to the client