@eleven-am/pondsocket-client 0.0.9 → 0.0.10

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.d.ts +1 -1
  2. package/package.json +1 -1
package/dist.d.ts CHANGED
@@ -149,7 +149,7 @@ declare class PondClient {
149
149
  * @param name - The name of the channel.
150
150
  * @param params - The params to send to the server.
151
151
  */
152
- createChannel<EventType extends PondEventMap = PondEventMap> (name: string, params?: JoinParams): Channel<EventType>;
152
+ createChannel<EventType extends PondEventMap = PondEventMap, Presence extends PondPresence = PondPresence> (name: string, params?: JoinParams): Channel<EventType, Presence>;
153
153
 
154
154
  /**
155
155
  * @desc Subscribes to the connection state.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eleven-am/pondsocket-client",
3
- "version": "0.0.9",
3
+ "version": "0.0.10",
4
4
  "description": "PondSocket is a fast simple socket server",
5
5
  "keywords": [
6
6
  "socket",