@eleven-am/pondsocket 0.1.133 → 0.1.134

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 +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eleven-am/pondsocket",
3
- "version": "0.1.133",
3
+ "version": "0.1.134",
4
4
  "description": "PondSocket is a fast simple socket server",
5
5
  "keywords": [
6
6
  "socket",
package/types.d.ts CHANGED
@@ -206,7 +206,7 @@ export declare class Channel<EventType extends PondEvenType = PondEvenType, Pres
206
206
  /**
207
207
  * @desc Gets the current presence data for the channel.
208
208
  */
209
- getPresence (): Record<string, PresenceType>;
209
+ getPresences (): Record<string, PresenceType>;
210
210
 
211
211
  /**
212
212
  * @desc Gets the assign date for a specific user.