@eleven-am/pondsocket 0.1.150 → 0.1.151
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/package.json +1 -1
- package/types.d.ts +1 -1
package/package.json
CHANGED
package/types.d.ts
CHANGED
|
@@ -164,7 +164,7 @@ export declare class Channel<EventType extends PondEventMap = PondEventMap, Pres
|
|
|
164
164
|
* @desc Gets the assign date for a specific user.
|
|
165
165
|
* @param {string} userId - The id of the user to get the data for.
|
|
166
166
|
*/
|
|
167
|
-
getUserData(userId: string): AssignType | null;
|
|
167
|
+
getUserData(userId: string): UserData<PresenceType, AssignType> | null;
|
|
168
168
|
|
|
169
169
|
/**
|
|
170
170
|
* @desc Broadcasts a message to every client in the channel,
|