@eleven-am/pondsocket 0.1.107 → 0.1.108

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.107",
3
+ "version": "0.1.108",
4
4
  "description": "PondSocket is a fast simple socket server",
5
5
  "keywords": [
6
6
  "socket",
package/types.d.ts CHANGED
@@ -459,7 +459,7 @@ export declare class Channel {
459
459
  /**
460
460
  * @desc Gets the current assign data for the channel.
461
461
  */
462
- get getAssigns (): UserAssigns;
462
+ getAssigns (): UserAssigns;
463
463
 
464
464
  /**
465
465
  * @desc Gets the assign date for a specific user.